generated from root/miduo_server
修改太初行直播quick参数
parent
8abfa172df
commit
e32029c1cb
|
@ -14,7 +14,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
public class QuickTcxZbVerifyService extends QuickVerifyService {
|
public class QuickTcxZbVerifyService extends QuickVerifyService {
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(QuickxyzbVerifyService.class);
|
private static final Logger LOGGER = LoggerFactory.getLogger(QuickxyzbVerifyService.class);
|
||||||
public final static String product_code = "17710308991857836243715376685067";
|
public final static String product_code = "29150112018010659312385093346508";
|
||||||
|
|
||||||
public QuickTcxZbVerifyService(String sign) {
|
public QuickTcxZbVerifyService(String sign) {
|
||||||
super(sign);
|
super(sign);
|
||||||
|
|
|
@ -215,17 +215,31 @@ public class Tcx027VerifyService extends AbstractVerifyService {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String args[]) throws IOException {
|
public static void main(String[] args) throws IOException {
|
||||||
String url = "http://sdk.user.i.027gm.com/game/verify/login";
|
String url = "http://47.98.116.221:9991/delivery/Hb027Tcx2Callback";
|
||||||
Map<String,String> parms = new HashMap<>();
|
Map<String,String> parms = new HashMap<>();
|
||||||
String token = "OTQxNUFpQzFtQWFicU9MTjBkTkpVNUFuUEZHWVhJS0NWdFRtODBKd2dGckFnVk5kQ0VNUEJlbmd1YUVXTlkrRU01MEdtQ2ZHV21zZW5nLy9mWUVxZjM1NEJ5T3drQlEvOTdBNVBZd3NVYnd5WHBjMVZncGhLMFZB";
|
String appId = "2f89c8ab1866fbd990006df560e887ba";
|
||||||
String appId = "ae526ad09217c7de12b3130d8ef9c176";
|
String userId = "500360687";
|
||||||
parms.put("token",token);
|
String orderNum = "BR66e29cd1bf679710915266575";
|
||||||
|
String money = "6.00";
|
||||||
|
String serverId = "20001";
|
||||||
|
String roleId = "10000001";
|
||||||
|
String roleName = "夏侯以亦";
|
||||||
|
String extInfo = "11101";
|
||||||
|
String status = "1";
|
||||||
|
String sign = "1d6dad51d450fd3d7df7c8852981de5bsign2=95c0091eec699f377680754780f68d3d&sign3=61cbc93711ff5e41f80853eea9279fe0";
|
||||||
parms.put("appId",appId);
|
parms.put("appId",appId);
|
||||||
String sign = MD5Util.encrypByMd5(appId + serverKey + token);
|
parms.put("userId",userId);
|
||||||
|
parms.put("orderNum",orderNum);
|
||||||
|
parms.put("money",money);
|
||||||
|
parms.put("serverId",serverId);
|
||||||
|
parms.put("roleId",roleId);
|
||||||
|
parms.put("roleName",roleName);
|
||||||
|
parms.put("extInfo",extInfo);
|
||||||
|
parms.put("status",status);
|
||||||
parms.put("sign",sign);
|
parms.put("sign",sign);
|
||||||
String r = HttpUtils.doPost(url, parms);
|
String r = HttpUtils.doPost(url, parms);
|
||||||
System.out.println("-----" + r);
|
System.out.print("------------------" + r);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue