miduo_login/src/main/java/com/ljsd/util/MHTSDKConstans.java

38 lines
1.1 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package com.ljsd.util;
/**
* 游戏名称: 代号:源起
* appidb5122eb744689d247d82eea37e9741f6
* rhappid7bb5f604306ccd93fc19f05d3a374e84
* 支付秘钥5b980134872a8afa993f8a3b35a8efbd
* channelidMHT
*/
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);
}
}