2020-07-28 21:11:08 +08:00
|
|
|
package com.jmfy.util;
|
|
|
|
|
|
|
|
public class MHTSDKConstans {
|
|
|
|
public static String appid = "e4ecefecc8034cffaa69e81b2c044f2c";
|
|
|
|
public static String rhappid = "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";
|
2020-08-11 08:47:58 +08:00
|
|
|
public static String secretKey = "d69dfa85e5a703b911f4d08711b739a2";
|
2020-07-28 21:11:08 +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);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|