|
@@ -83,13 +83,13 @@ public class TaContractUserServiceImpl extends ServiceImpl<TaContractUserMapper,
|
83
|
83
|
log.info("正在申请个人认证,客户编码是{}",jsonObject.getString("data"));
|
84
|
84
|
GetPersonVerifyUrl personverify = new GetPersonVerifyUrl(fadadaProperties.getAppId(),fadadaProperties.getAppSecret(),fadadaProperties.getVersion(),fadadaProperties.getServeHost());
|
85
|
85
|
String customer_id = jsonObject.getString("data");
|
86
|
|
- String verifyed_way = "0";
|
|
86
|
+ String verifyed_way = "1";//三要素补充方案
|
87
|
87
|
String page_modify = "1";
|
88
|
88
|
String notify_url = fadadaProperties.getCompanyNotify();
|
89
|
89
|
String return_url= "/onlineSelling/pages/raiseMoney/Certification?id=" + taRaiseRecord.getRaiseRecordId();
|
90
|
90
|
String customer_ident_type = "0";
|
91
|
91
|
String personResult = personverify.invokePersonVerifyUrl(customer_id,verifyed_way,
|
92
|
|
- page_modify,notify_url,null,null,customer_ident_type,
|
|
92
|
+ page_modify,notify_url,return_url,null,customer_ident_type,
|
93
|
93
|
null,null,null,null,null);
|
94
|
94
|
|
95
|
95
|
String data = JSON.parseObject(personResult).getString("data");
|