| | |
| | | public const int RoleLogin = 107;
|
| | | public const int RoleLevelUp = 108;
|
| | | public const int TencentLogin = 109;
|
| | | public const int DownloadStart = 110;
|
| | | public const int DownloadEnd = 111;
|
| | | /**
|
| | | * 极光推送
|
| | | * */
|
| | |
| | | Debug.Log("没有收到cpSign: " + message);
|
| | | }
|
| | | }
|
| | | else if(ChannelPlatform == E_ChannelPlatform.Ky)
|
| | | {
|
| | | m_Json["notifyurl"] = _json["notifyurl"];
|
| | | }
|
| | |
|
| | | #if UNITY_IOS
|
| | | m_Json["identifier"] = VersionConfig.Get().bundleIdentifier;
|
| | | #endif
|
| | |
| | | SendMessageToSDK(m_Json);
|
| | | }
|
| | |
|
| | | public void DownloadStart()
|
| | | {
|
| | | m_Json.Clear();
|
| | | m_Json["code"] = CodeU2A.DownloadStart;
|
| | |
|
| | | SendMessageToSDK(m_Json);
|
| | | }
|
| | |
|
| | | public void DownloadEnd()
|
| | | {
|
| | | m_Json.Clear();
|
| | | m_Json["code"] = CodeU2A.DownloadEnd;
|
| | |
|
| | | SendMessageToSDK(m_Json);
|
| | | }
|
| | |
|
| | | public void RoleLogin(string roleID, string roleName, string lv, string vipLV)
|
| | | {
|
| | | m_Json.Clear();
|