结果不包含
用于校验响应中是否不包含某一字符串。
表示判断响应中是否不包含输入的值,如值列输入fail
如响应body为:
BODY
"{...}":
{
"code":200,
"success":true,
"data":{
"accountId":null,
"sfAmount":260,
"goodsList":[
{
"isLimited":false,
"limited":false,
"goodsId":0,
"class":"com.netease.mygif.model.VipGoodsDTO"
},
{
"isLimited":true,
"limited":false,
"goodsId":1,
"class":"com.netease.mygif.model.VipGoodsDTO"
}
],
"vipRedStationingView":{
"blackPrice":279.00,
"a":30,
"b":0.4,
"c":10,
"blackUrl":"https://m.gif.com/member/detail.html",
"redUrl":"https://m.gif.com//member/upgrade.html",
"curprice":228.00
}
}
}