| | |
| | | if (_dict.Contains("kyAppID"))
|
| | | {
|
| | | ThirdPartAppID = _json["kyAppID"].ToString();
|
| | | Debug.Log("===========> KYAPPID: " + ThirdPartAppID)
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | m_PaymentTable["prodPrice"] = money.ToString();
|
| | | m_PaymentTable["extraData"] = "";
|
| | | }
|
| | | else if (ChannelPlatform == E_ChannelPlatform.Cjm)
|
| | | else if (ChannelPlatform == E_ChannelPlatform.Ky)
|
| | | {
|
| | | m_PaymentTable["RechargeChannel"] = "8";
|
| | | }
|
| | |
| | | send.Password = "";
|
| | | }
|
| | | send.Extra += ("|" + StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex));
|
| | | Debug.Log("=====> extra: " + send.Extra);
|
| | | send.ExtraLen = (byte)send.Extra.Length;
|
| | | send.MAC = DeviceUtility.GetMac();
|
| | | send.Version = _serverInfo.Version;
|