postman使用技巧2

登錄的接口tests中設置這些(上圖所示),具體內容: if(responseCode.code === 200){     tests["請求正常"] = responseCode.code === 200; }else{     tests["請求正常異常【狀態碼爲:200】"] = responseCode.code === 200; } try {     var responseJSON
相關文章
相關標籤/搜索