gongfuzhu 1 year ago
parent
commit
8718d79c16

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/api/dfy/TicketApi.java

@@ -130,7 +130,7 @@ public class TicketApi {
         ApiLog apiLog = new ApiLog();
         ApiLog apiLog = new ApiLog();
         apiLog.setSystem("Ticket");
         apiLog.setSystem("Ticket");
         apiLog.setService(url);
         apiLog.setService(url);
-        apiLog.setRequest(post);
+        apiLog.setRequest(JSONUtil.toJsonStr(dfyRequestBase));
         apiLog.setResponse(JSONUtil.toJsonStr(post));
         apiLog.setResponse(JSONUtil.toJsonStr(post));
         apiLogDao.save(apiLog);
         apiLogDao.save(apiLog);
         return post;
         return post;

+ 0 - 12
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/OrderController.java

@@ -267,17 +267,5 @@ public class OrderController {
     }
     }
 
 
 
 
-    @SneakyThrows
-    @ApiOperation("测试——创建订单")
-    @ResourceAuth(value = AuthConstant.User, type = AuthType.User)
-    @RequestMapping(value = "creat2", method = RequestMethod.POST)
-    public ResultContent creat2(@RequestBody @Valid AddOrderParamModel orderParamModel) {
-        String userId = authHelper.getCurrentUser().getUserId();
-
-        log.info(userId);
-
-        return ResultContent.build(ResultState.Success);
-    }
-
 
 
 }
 }

+ 1 - 2
SpringBatchServiceServer/src/main/resources/application-dev.yml

@@ -36,8 +36,7 @@ ypp:
 
 
 # 笛风云
 # 笛风云
 dfy:
 dfy:
-  proxyHost: 127.0.0.1
-  host: https://doptest-api.dfyoo.com
+  host: http://dfy.zonelife.cn
   payType: 1
   payType: 1
   mp:
   mp:
     acctId: 100012
     acctId: 100012