【账号校验】大小写修改
parent
3565dc2b2a
commit
f5f2e9c7ef
|
|
@ -151,7 +151,7 @@ function this.CheckUserId(extData, func)
|
|||
if str then
|
||||
Log(str)
|
||||
local data = json.decode(str)
|
||||
AppConst.OpenId = data.openId
|
||||
AppConst.OpenId = data.openid
|
||||
end
|
||||
-- 完成
|
||||
if func then
|
||||
|
|
|
|||
Loading…
Reference in New Issue