From 10deef625342233ae072d83e11e6f4f6963273ca Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Wed, 20 Oct 2021 16:25:34 +0800 Subject: [PATCH] 2.3.2 --- frameworks/WASdkIntf.framework/Headers/WACode.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WACode.h b/frameworks/WASdkIntf.framework/Headers/WACode.h index 25a1799..07cd5d3 100644 --- a/frameworks/WASdkIntf.framework/Headers/WACode.h +++ b/frameworks/WASdkIntf.framework/Headers/WACode.h @@ -41,6 +41,7 @@ WACodeLoginPlatformClosed = 4029 ,//登录渠道已关闭 WACodeBindAccountClosed = 4048 ,//账号绑定关闭 WACodeUnBindAccountClosed = 4049 ,//账号解绑关闭 + WACodeUserCenterClosed = 4059 ,//用户中心未开启 WACodeCanNotSwitchToAnonymous = 5001 , WACodeFbObjectType = 5002 ,//facebook的objectType不能为空 WACodeFbGiftListRequestPrameterLack = 5003 ,//请求gift列表缺少appid,appSecret,objectType参数 -- Gitblit v1.8.0