|
@@ -60,8 +60,8 @@ public class TaContractUserServiceImpl extends ServiceImpl<TaContractUserMapper,
|
60
|
60
|
log.info("========法大大个人注册=======");
|
61
|
61
|
//在法大大注册个人用户
|
62
|
62
|
FddClientBase base = new FddClientBase(fadadaProperties.getAppId(),fadadaProperties.getAppSecret(),fadadaProperties.getVersion(),fadadaProperties.getServeHost());
|
63
|
|
- //小程序id为注册账号
|
64
|
|
- String open_id = person.getMiniappId();
|
|
63
|
+ //小程序open——id为注册账号
|
|
64
|
+ String open_id = person.getMiniOpenid();
|
65
|
65
|
//account_type 1是个人注册
|
66
|
66
|
String result =base.invokeregisterAccount(open_id,"1");
|
67
|
67
|
log.info("法大大注册信息{}", result);
|
|
@@ -86,10 +86,10 @@ public class TaContractUserServiceImpl extends ServiceImpl<TaContractUserMapper,
|
86
|
86
|
String verifyed_way = "0";
|
87
|
87
|
String page_modify = "1";
|
88
|
88
|
String notify_url = fadadaProperties.getCompanyNotify();
|
89
|
|
- String return_url= "/onlineSelling/pages/raiseMoney/Certification?id=" + taRaiseRecord.getRaiseRecordId();
|
|
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,return_url,null,customer_ident_type,
|
|
92
|
+ page_modify,notify_url,null,null,customer_ident_type,
|
93
|
93
|
null,null,null,null,null);
|
94
|
94
|
|
95
|
95
|
String data = JSON.parseObject(personResult).getString("data");
|