我收到此错误"ReferenceError: responceBody is not defined"



我已经像这样编写了我的测试脚本代码

var responce=JSON.parse(responceBody);
tests["scope"] = responce.scope == "APP";

有一个错误在你responseBody变量,尝试:JSON.parse(responseBody)

相关内容

最新更新