| | |
| | | Mr = 2,// 猫耳
|
| | | Sp = 3,// 思璞
|
| | | Js = 4,// 极速
|
| | | Yj = 5,// 易接
|
| | | }
|
| | |
|
| | | public E_ChannelPlatform ChannelPlatform { get; set; }
|
| | |
| | | {
|
| | | ChannelPlatform = E_ChannelPlatform.Js;
|
| | | }
|
| | | else if (_channelPlatform.Equals("yj"))
|
| | | {
|
| | | ChannelPlatform = E_ChannelPlatform.Yj;
|
| | | }
|
| | | }
|
| | | }
|
| | | break;
|
| | |
| | | public int accountID;
|
| | | public string timeStamp;
|
| | | public string sessionID;
|
| | | public string yjAppId;
|
| | | public string yjSdkId;
|
| | | }
|
| | |
|
| | | public struct FP_CheckIDAuthentication
|
| | |
| | | else if (ChannelPlatform == E_ChannelPlatform.Sp)
|
| | | {
|
| | | m_PaymentTable["RechargeChannel"] = "2";
|
| | | }
|
| | | else if (ChannelPlatform == E_ChannelPlatform.Js)
|
| | | {
|
| | | m_PaymentTable["RechargeChannel"] = "3";
|
| | | }
|
| | | else if (ChannelPlatform == E_ChannelPlatform.Yj)
|
| | | {
|
| | | m_PaymentTable["RechargeChannel"] = "5";
|
| | | }
|
| | |
|
| | | var _stringBuilder = new System.Text.StringBuilder();
|
| | |
| | | FreePlatformInfo.timeStamp = (string)json["timeStamp"];
|
| | | }
|
| | |
|
| | | if (_iDict.Contains("yjSdkId"))
|
| | | {
|
| | | FreePlatformInfo.yjSdkId = (string)json["yjSdkId"];
|
| | | }
|
| | |
|
| | | if (_iDict.Contains("yjAppId"))
|
| | | {
|
| | | FreePlatformInfo.yjAppId = (string)json["yjAppId"];
|
| | | }
|
| | |
|
| | | FreePlatformInfo.phone = 0;
|
| | | }
|
| | |
|