|
|
如果使用账号密码登录的方式获取前端用户的accessToken应该用哪个接口呢?
文档提供的接口:/obpm/runtime/login/loginWithCiphertext2 调用返回登录页
swagger 提供的接口: /api/runtime/login/loginWithCiphertext2 调用提示账号未激活或密码错误
论坛类似帖子提供的接口:/signon/api/runtime/login/loginWithCiphertext2
另外请求包体是否都是以下结构:
{
"domainName":"赛意法",
"username":"100001",
"password":"IzNDU2MT",
"checkcode":"",
"remember":"0",
"debug":"false",
"language":"CN"
}
前面调用测试的接口传入的密码均为加密后的密码 |
|