Commit c5e16c17 by 任晓松

update

parent 5dd9d51a
...@@ -280,7 +280,7 @@ class UtilsAuthService extends AppServiceBase { ...@@ -280,7 +280,7 @@ class UtilsAuthService extends AppServiceBase {
// } // }
//---渠道用户登录,有则返回userpin ,没有则注册用户并返回userpin //---渠道用户登录,有则返回userpin ,没有则注册用户并返回userpin
actionBody.channelUserId = pin; actionBody.channelUserId = pin;
opResult = await this.getLoginByUserName(pobj, actionBody); opResult = await this.getLoginByUserName(req,pobj, actionBody);
return opResult; return opResult;
} }
......
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