generated from root/miduo_server
38 lines
1.1 KiB
Java
38 lines
1.1 KiB
Java
package com.jmfy.util;
|
|
|
|
/**
|
|
* Created by Marvin on 2017/10/20.
|
|
*/
|
|
public class YsjConstant {
|
|
|
|
public static String Midas_Buy_Goods = "/v3/r/mpay/buy_goods_m";
|
|
|
|
public static String Midas_Buy_Android_Appid = "1450013496";
|
|
|
|
public static String Midas_Buy_Ios_Appid = "1450013495";
|
|
|
|
public static String Midas_Buy_Android_Appkey = "l3JABkBf3iOWXGlFomyr9v8zTGMIFc27";
|
|
|
|
public static String Midas_Buy_Android_Appkey_Test = "LAhW7WH0jVRjGVkj1wL3fG1YJmCcO6TR";
|
|
|
|
public static String Midas_Buy_Ios_Appkey = "ntE3qTl1ZjSMurlwGvFLmPM6G1u3DKLX";
|
|
|
|
public static String Midas_Buy_Ios_Appkey_Test = "IJBg5GkaG3bfKhWJPfx8nzBTIwy04Uii";
|
|
|
|
public static String protocol_http = "http";
|
|
|
|
public static String protocol_https = "https";
|
|
|
|
//海外相关
|
|
public static String TW_GameKey= "DB9191DCD40233D18E1DDE8382204AD9";
|
|
|
|
public static String TW_IOS_GameCode= "twysjios";
|
|
|
|
public static String TW_ANDROID_GameCode= "twysj";
|
|
|
|
public static String GOOGLE = "google";
|
|
public static String APPSTORE = "appstore";
|
|
public static String TSTORE = "tstore";
|
|
|
|
}
|