| | |
| | | _extraData.put("appid", _appid); |
| | | _extraData.put("cpinfo", _json.getString("cpInfo")); |
| | | _extraData.put("cporderid", _json.getString("orderId")); |
| | | _extraData.put("spid", com.quicksdk.Extend.getInstance().getChannelType()); |
| | | try |
| | | { |
| | | // YJPlatformUtil.getInstance().payExtend(_activity, |
| | |
| | | //没有打包的自定义参数则取配置表 |
| | | _appid = APP_ID; |
| | | } |
| | | //通知到unity中的账号已经加上渠道ID,保证appid和spid唯一对应, 需要注意和sdk交互时使用最原始的uid |
| | | _msgStruct.put("yj_appid", _appid); |
| | | _msgStruct.put("yj_spid", com.quicksdk.Extend.getInstance().getChannelType()); |
| | | _msgStruct.put("yj_spid", _appid); |
| | | UniversalUtil.sendMessageToUnity(_msgStruct); |
| | | |
| | | LogUtil.i(TAG, "初始化执行完毕"); |