#### 申請公鑰
~~~[api]
post:/user/app/getRsaPublicKey.htm
userName=68802478#用戶名(string)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {
sraPrivateKey,
sraPublicKey,
random,
transId
}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~
#### 登錄
~~~[api]
post:/user/app/userLogin.htm
countryCode=00855#國家碼(string)
userName=68802478#用戶名(string)
password=******#密碼(string)
transId=******#transId(string)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {
uid,
userId,
token,
userName,
countryCode,
telephone,
login_type,
ip,
tokenEffectTime,
loginTime
}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~