【账号校验】大小写修改

dev_chengFeng
gaoxin 2021-11-18 14:20:03 +08:00
parent 3565dc2b2a
commit f5f2e9c7ef
1 changed files with 1 additions and 1 deletions

View File

@ -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