#### 申请公钥
~~~[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"
}
~~~
