2020-07-26 18:48:06 +08:00
|
|
|
|
package com.ljsd.util;
|
|
|
|
|
|
2020-08-18 01:16:49 +08:00
|
|
|
|
/**
|
|
|
|
|
* 游戏名称: 代号:源起
|
|
|
|
|
* appid:b5122eb744689d247d82eea37e9741f6
|
|
|
|
|
* rhappid:7bb5f604306ccd93fc19f05d3a374e84
|
|
|
|
|
* 支付秘钥:5b980134872a8afa993f8a3b35a8efbd
|
|
|
|
|
* channelid:MHT
|
|
|
|
|
*/
|
2020-07-26 18:48:06 +08:00
|
|
|
|
public class MHTSDKConstans {
|
|
|
|
|
public static String appid = "e4ecefecc8034cffaa69e81b2c044f2c";
|
2020-08-06 21:40:55 +08:00
|
|
|
|
public static String rhappid = "d0265404f55536a5c8b0ec33a9da27d3";
|
2020-08-18 01:16:49 +08:00
|
|
|
|
public static String rhappidOnline = "7bb5f604306ccd93fc19f05d3a374e84";
|
2020-07-26 18:48:06 +08:00
|
|
|
|
public static String back = "http://kwsdk.17173g.cn/platformPay/MHT/callBack";
|
|
|
|
|
|
|
|
|
|
// public static String androidVerify = "http://sujie.passport.ktsdk.com/user/verifyAccount";
|
|
|
|
|
// public static String iosVerify = "http://sujie.passport.ktsdk.com/userios/verifyAccount";
|
|
|
|
|
public static String loginVerify = "http://kwsdk.17173g.cn/cp/checkLogin";
|
|
|
|
|
public static String secretKey = "5b980134872a8afa993f8a3b35a8efbd";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-08-18 01:16:49 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-26 18:48:06 +08:00
|
|
|
|
public static String channelid = "MHT";
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
// boolean equals = "http://sujie.passport.ktsdk.com/user/verifyAccount".equals(androidVerify);
|
|
|
|
|
// System.out.println(equals);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|