休闲平台登录修改
This commit is contained in:
parent
6a53d21492
commit
ef8d1d2201
|
@ -2910,7 +2910,7 @@ func init() {
|
|||
return common.ResponseTag_ParamError, jsonDataRsp
|
||||
}
|
||||
|
||||
pack.Data.Url = fmt.Sprintf("%s?access_token=%s", model.GameParamData.PlatformClientAddr, tokenStr)
|
||||
pack.Data.Url = fmt.Sprintf("%s?login_token=%s", model.GameParamData.PlatformClientAddr, tokenStr)
|
||||
|
||||
task.New(nil, task.CallableWrapper(func(o *basic.Object) interface{} {
|
||||
acc, retCode := model.AccountIsExist(AccountInfo.Username, "", "", "1", AccountInfo.Timestamp,
|
||||
|
|
Loading…
Reference in New Issue