傅行帆 5 years ago
parent
commit
95a1f7c08f

+ 0
- 1
src/main/java/com/huiju/estateagents/eContract/controller/TaCompanyController.java View File

187
                                        @RequestParam(value = "certifiedStatus", required = false) String certifiedStatus) {
187
                                        @RequestParam(value = "certifiedStatus", required = false) String certifiedStatus) {
188
         ResponseBean responseBean = new ResponseBean();
188
         ResponseBean responseBean = new ResponseBean();
189
         try {
189
         try {
190
-            fadadaProperties.getAppId();
191
             //使用分页插件
190
             //使用分页插件
192
             IPage<TaCompany> pg = new Page<>(pageNum, pageSize);
191
             IPage<TaCompany> pg = new Page<>(pageNum, pageSize);
193
             QueryWrapper<TaCompany> queryWrapper = new QueryWrapper<>();
192
             QueryWrapper<TaCompany> queryWrapper = new QueryWrapper<>();

+ 1
- 0
src/main/resources/application-blue.yml View File

78
 #退款回调
78
 #退款回调
79
 pay-refund: https://dev.pawoma.cn/api/refund/
79
 pay-refund: https://dev.pawoma.cn/api/refund/
80
 
80
 
81
+#法大大服务器地址
81
 fadada:
82
 fadada:
82
   appId: ""
83
   appId: ""
83
   appSecret: ""
84
   appSecret: ""

+ 1
- 0
src/main/resources/application-green.yml View File

78
 #退款回调
78
 #退款回调
79
 pay-refund: https://dev.pawoma.cn/api/refund/
79
 pay-refund: https://dev.pawoma.cn/api/refund/
80
 
80
 
81
+#法大大服务器地址
81
 fadada:
82
 fadada:
82
   appId: ""
83
   appId: ""
83
   appSecret: ""
84
   appSecret: ""

+ 8
- 1
src/main/resources/application-prod-blue.yml View File

81
 # 支付回调
81
 # 支付回调
82
 pay-notify: https://lt.pawoma.cn/api/notify/
82
 pay-notify: https://lt.pawoma.cn/api/notify/
83
 #退款回调
83
 #退款回调
84
-pay-refund: https://lt.pawoma.cn/api/refund/
84
+pay-refund: https://lt.pawoma.cn/api/refund/
85
+
86
+#法大大服务器地址
87
+fadada:
88
+  appId: ""
89
+  appSecret: ""
90
+  version: "2.0"
91
+  serveHost: "https://testapi.fadada.com:8443/api/"

+ 8
- 1
src/main/resources/application-prod-green.yml View File

81
 # 支付回调
81
 # 支付回调
82
 pay-notify: https://lt.pawoma.cn/api/notify/
82
 pay-notify: https://lt.pawoma.cn/api/notify/
83
 #退款回调
83
 #退款回调
84
-pay-refund: https://lt.pawoma.cn/api/refund/
84
+pay-refund: https://lt.pawoma.cn/api/refund/
85
+
86
+#法大大服务器地址
87
+fadada:
88
+  appId: ""
89
+  appSecret: ""
90
+  version: "2.0"
91
+  serveHost: "https://testapi.fadada.com:8443/api/"