REM:
1.修改登陆(base64编码格式密文)测试用例的请求json串
This commit is contained in:
chenlinghy 2020-09-14 11:23:37 +08:00
parent 91a383aaab
commit 8950379d5d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class P1All {
.priority(TestPriority.P1_PRIORITY)
.urlPath("/auth/login")
.method(RequestMethod.POST)
.caseJsonValue("{\"ver\":3,\"cryptoType\":1,\"timeStamp\":1599116519744,\"code\":200," +
.caseJsonValue("{\"ver\":3,\"cryptoType\":1,\"timeStamp\":1599116519744," +
"\"msgContent" +
"\":\"eyJwYXNzd29yZCI6ImMzODU1ZTZiNmJiMTIwNDUwZjE2MGJhOTExMzQ1MjI4N" +
"jhmODlkMzYwNjJmMjA2MWViZWVmZDgwODE3ZTFkNTgiLCJ1c2VyTmFtZSI6ImFkbWluIn0\"}")