提交 20cb5f5b authored 作者: 张孟夏's avatar 张孟夏

zmx

上级 bb1466da
...@@ -17,10 +17,10 @@ ${path} /api/chatbot/create ...@@ -17,10 +17,10 @@ ${path} /api/chatbot/create
反例-不传入token 反例-不传入token
[Tags] E [Tags] E
create session URI ${URL} create session URI ${URL}
${content} POST请求结果_params ${path} {"workerId":"a68ad587830d41aebf418a919006353e"} 200 ${content} POST请求结果_params ${path} {"workerId":"a68ad587830d41aebf418a919006353e"} 401 {}
log ${content} log ${content}
Should Be Equal As Strings ${content["code"]} 200 Should Be Equal As Strings ${content["code"]} 401
Should Be Equal As Strings ${content["message"]} 成功 Should Be Equal As Strings ${content["message"]} 无效的access token
反例-不传入workerId 反例-不传入workerId
[Tags] E [Tags] E
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论