|
|
@ -42,7 +42,7 @@ public class SignGenerator {
|
|
|
//
|
|
|
String url = "https://huaxia.yanketong.com/api/ext/ykt/open/account/login/mobile-only";
|
|
|
Map<String, Object> params1 = new HashMap<>();
|
|
|
params1.put("mobile", "17602157210");
|
|
|
params1.put("mobile", "15070498837");
|
|
|
String res = requestYkt(params1,url);
|
|
|
JSONObject resObj = JSONObject.parseObject(res);
|
|
|
if (resObj.getString("code").equalsIgnoreCase("200")){
|