| | |
| | | WACodeChannelNotFound = 4023 ,//未找到渠道信息 |
| | | WACodeCanNotUnbind = 4024 ,//不可以进行解绑操作 |
| | | WACodeExchangeRateConversionFailure = 4025 ,//汇率转换失败 |
| | | WACodeAdsClosed = 4044 ,//CP关闭广告开关或未配置广告奖励信息 |
| | | WACodeAdsNotFound = 4045 ,//查找不到广告展示信息 |
| | | WACodeThridPlatformInsufficientBalance = 4046 ,//第三方平台余额不足 |
| | | WACodeThridPlatformAccountExpired = 4047 ,//第三方平台登录过期 |
| | | WACodePayPlatformClosed = 4026 ,//支付渠道已关闭 |
| | | WACodeLoginPlatformClosed = 4029 ,//登录渠道已关闭 |
| | | WACodeBindAccountClosed = 4048 ,//账号绑定关闭 |
| | | WACodeUnBindAccountClosed = 4049 ,//账号解绑关闭 |
| | | WACodeUserCenterClosed = 4059 ,//用户中心未开启 |
| | | WACodeCanNotSwitchToAnonymous = 5001 , |
| | | WACodeFbObjectType = 5002 ,//facebook的objectType不能为空 |
| | | WACodeFbGiftListRequestPrameterLack = 5003 ,//请求gift列表缺少appid,appSecret,objectType参数 |
| | |
| | | WACodeCurrentIDNotMatch = -211 ,//当前平台账号跟当前WA UserId绑定的平台账号不一致,或者没有绑定该平台账号 |
| | | WACodeDeviceNotSupported = -401 ,//设备不支持 |
| | | WACodeNetworkUnavailable = -402 ,//网络不可用 |
| | | WACodePayReOrderTimeLimit = -509 //支付流程未完成或者在特定的时间内重复下订单 |
| | | WACodePayReOrderTimeLimit = -509 ,//支付流程未完成或者在特定的时间内重复下订单 |
| | | |
| | | WACodeDeleteAccountLimitLogin =4084, //账号删除中,禁止登录 |
| | | |
| | | |
| | | }WACode; |
| | | |