generated from root/miduo_server
38 lines
1.1 KiB
Java
38 lines
1.1 KiB
Java
package com.ljsd.util;
|
||
|
||
/**
|
||
* 游戏名称: 代号:源起
|
||
* appid:b5122eb744689d247d82eea37e9741f6
|
||
* rhappid:7bb5f604306ccd93fc19f05d3a374e84
|
||
* 支付秘钥:5b980134872a8afa993f8a3b35a8efbd
|
||
* channelid:MHT
|
||
*/
|
||
public class MHTSDKConstans {
|
||
public static String appid = "e4ecefecc8034cffaa69e81b2c044f2c";
|
||
public static String rhappid = "d0265404f55536a5c8b0ec33a9da27d3";
|
||
public static String rhappidOnline = "7bb5f604306ccd93fc19f05d3a374e84";
|
||
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";
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
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);
|
||
}
|
||
|
||
}
|
||
|
||
|