Commit ad410254 by 宋毅

tj

parent e25ab601
......@@ -35,8 +35,9 @@ class UtilsUcommuneService extends AppServiceBase {
if (result.retCode == 0) { // 0成功 1失败
pobj.actionType = "getLoginByUserName";
pobj.actionBody.channelUserId = result.data.nationalCode + "-" + result.data.mobile; // 即:86_18512345678
pobj.actionBody.userName = result.data.name;
pobj.actionBody.mobile: result.data.mobile;
pobj.actionBody.userName = result.data.mobile;
pobj.actionBody.nickName = result.data.name;
pobj.actionBody.mobile = result.data.mobile;
pobj.actionBody.headUrl = result.data.headImg;
pobj.actionBody.userpin = pobj.actionBody.userpin || this.getUUID();
var tmpOpResult = await this.utilsAuthSve.getLoginByUserName(pobj, pobj.actionBody);
......
1.获取请求token
1.获取请求token
......@@ -55,8 +55,8 @@ HTTP请求方式 POST
{
"actionType": "getLoginByUserName",
"actionBody": {
"channelUserId":"15010929366",// Y 渠道用户ID
"channelUserName":"",// N 渠道用户名
"channelUserId":"15010929366",// Y 渠道用户唯一标识ID
"channelUserName":"",// N 渠道登录用户名
"mobile":"15010929366", // N 渠道用户手机号
"nickName":"", // N 用户昵称
"orgName":"" // N 公司名称
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment