Commit 5db14361 by 李学兴

opt@feature/20210720-购物车日志修改-张志恒:# orderCallBackHandle 打印日志,assortment-orderdistributor-sdk升级版本

parent 3cfc38e7
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<dependency> <dependency>
<groupId>com.freemud.sdk.api.assortment</groupId> <groupId>com.freemud.sdk.api.assortment</groupId>
<artifactId>assortment-orderdistributor-sdk</artifactId> <artifactId>assortment-orderdistributor-sdk</artifactId>
<version>3.5.7.RELEASE</version> <version>3.5.8.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.freemud.sdk.api.assortment</groupId> <groupId>com.freemud.sdk.api.assortment</groupId>
......
...@@ -34,7 +34,7 @@ public class CallBackController { ...@@ -34,7 +34,7 @@ public class CallBackController {
private OrderCallBackService orderCallBackService; private OrderCallBackService orderCallBackService;
@PostMapping("/order") @PostMapping("/order")
@ApiAnnotation(logMessage = "/callback/order") @ApiAnnotation(logMessage = "/callback/order",printInfoLog = true)
public BaseResponse orderCallBackHandle(@Valid @RequestBody @LogParams OrderCallBackRequestVo requestVo) { public BaseResponse orderCallBackHandle(@Valid @RequestBody @LogParams OrderCallBackRequestVo requestVo) {
return orderCallBackService.orderCallBackHandle(requestVo); return orderCallBackService.orderCallBackHandle(requestVo);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment