浏览代码

Merge remote-tracking branch 'origin/test' into test

dongxin 10 月之前
父节点
当前提交
a3c547f281

+ 0 - 1
src/main/java/com/ydtech/modules/order/components/InsCrawlerOrderComponents.java

@@ -26,7 +26,6 @@ public class InsCrawlerOrderComponents {
     public <T, B> B post(String url, String logId, String message, @Nullable T requestBody, Class<B> responseType, HttpHeaders httpHeaders) {
         httpHeaders.setContentType(MediaType.APPLICATION_JSON);
         HttpEntity<T> yaQuoteInfoVoHttpEntity = new HttpEntity<>(requestBody, httpHeaders);
-
         String request = JSON.toJSONString(requestBody);
         InsuranceLog.infoLog(logId, "\n\t---------> {} \n\t---------> URL: {} \n\t---------> 请求参数: {}", message, url, request);
         ResponseEntity<B> stringResponseEntity = restTemplate.postForEntity(url, yaQuoteInfoVoHttpEntity, responseType);

+ 3 - 0
src/main/resources/application-prod.yml

@@ -503,3 +503,6 @@ jzg:
 lg-ip:
   dateServer: http://172.24.144.219:8081/system/record/receiveDistributeServices
   withdrawal: http://172.24.144.219:8081/withdrawal/record/acceptPushWithdrawalData
+#新合伙人配置佣金过期天数
+partner:
+  expireDays: 30