傅行帆 5 年之前
父節點
當前提交
d1e95dfdd2

+ 2
- 2
src/main/java/com/huiju/estateagents/eContract/service/impl/TaContractUserServiceImpl.java 查看文件

@@ -96,11 +96,11 @@ public class TaContractUserServiceImpl extends ServiceImpl<TaContractUserMapper,
96 96
         String verifyed_way = "4";
97 97
         String page_modify = "1";
98 98
         String notify_url = fadadaProperties.getCompanyNotify();
99
-        String redirectUrl = URLEncoder.encode(URLEncoder.encode("/onlineSelling/pages/raiseMoney/Certification?id=" + taRaiseRecord.getRaiseRecordId(), "utf-8"), "utf-8");
99
+        String redirectUrl = URLEncoder.encode("/onlineSelling/pages/raiseMoney/Certification?id=" + taRaiseRecord.getRaiseRecordId(), "utf-8");
100 100
         String return_url=  fadadaProperties.getRedirectUrl() + "?appid=123&redirect="+ redirectUrl;
101 101
         String customer_ident_type = "0";
102 102
         String personResult = personverify.invokePersonVerifyUrl(customer_id,verifyed_way,
103
-                page_modify,notify_url,URLEncoder.encode(return_url, "utf-8"),null,customer_ident_type,
103
+                page_modify,notify_url,return_url,null,customer_ident_type,
104 104
                 taRaiseRecord.getIdcard(),taRaiseRecord.getTel(),null,"1","1");
105 105
 
106 106
         String data = JSON.parseObject(personResult).getString("data");