提交 30e0f8e5 编写于 作者: peijun.zhao's avatar peijun.zhao

web端 web渠道 静默注册/登录

上级 15b16d88
流水线 #28924 已失败 于阶段
in 0 second
......@@ -209,9 +209,9 @@ public class AccountController extends AccountBaseController {
//生成token并返回
String newToken = "";
if(deviceType.equals("1")){
this.generateToken(account, "4"); //pc端注册,目前无法生成新token
newToken = this.generateToken(account, "4"); //pc端注册,目前无法生成新token
}else {
this.generateToken(account, deviceType);
newToken = this.generateToken(account, deviceType);
}
LoginResult result = new LoginResult();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册