Commit c649fbfc by linboxuan

ucommune channeluid update

parent 5a937d1c
......@@ -29,7 +29,7 @@ class UtilsUcommuneService extends AppServiceBase {
let result = await this.restPostWithHAuthorizationUrl(pobj, actionBody.userToken, url);
if(result.retCode == 0) { // 0成功 1失败
pobj.actionType = "getLoginByUserName";
pobj.actionBody.channelUserId = result.data.mobile;
pobj.actionBody.channelUserId = result.data.nationalCode + result.data.mobile; // 即:86_18512345678
pobj.actionBody.userpin = pobj.actionBody.userpin || this.getUUID();
var tmpOpResult = await this.utilsAuthSve.getLoginByUserName(pobj, pobj.actionBody);
if (tmpOpResult.status != 0 && tmpOpResult.status != 2060) {
......
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