|
@@ -22,12 +22,7 @@ public class MyTest {
|
|
@Test
|
|
@Test
|
|
public void test(){
|
|
public void test(){
|
|
JSONObject json = new JSONObject();
|
|
JSONObject json = new JSONObject();
|
|
- json.put("thirdPartyUserId","18638353809");
|
|
|
|
- json.put("name","屈星鹏");
|
|
|
|
- json.put("idType","CRED_PSN_CH_IDCARD");
|
|
|
|
- json.put("idNumber","410304199209191012");
|
|
|
|
- json.put("mobile","18638353809");
|
|
|
|
- String s= eSignHttpUtil.doPost(ESignUrl.CreatePersonalAccount,json);
|
|
|
|
|
|
+ String s= eSignHttpUtil.doPost(ESignUrl.GetPersonalAddress,json);
|
|
System.out.println(s);
|
|
System.out.println(s);
|
|
|
|
|
|
}
|
|
}
|