Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

初学Nodejs,请教社区大神,根据以下接口信息,如何用mocha编写测试脚本

$
0
0

查询公司策略,返回该用户是否需要2FA认证。 Request 参数名 参数类型 是否必要 applicationKey String Yes userId String Yes userIp String Yes

例子: 上传类型:Post 上传参数名: querytenantpolicyparas 访问地址: : http://xxx.xx.xx.xx:xxx/SecurLoginAPI/webservice/auth/API/querytenantpolicy JSON格式报文: {applicationKey:“xxxxx”,userId:“xxxx”,userIp:“xxxx”}

Response 参数名 参数类型 是否必要 errorCode String Yes message String Yes status String Yes

staus=1时,表示需要2FA验证。 staus=2时,表示不需要2FA验证。 staus=3时,表示禁止登录到系统。

JSON格式报文: {“errorCode”:0,“message”:“success”,“status”:“xxxx”}


Viewing all articles
Browse latest Browse all 14821

Trending Articles