Commit 80a5fd7e by 李学兴

opt@feature/20210720-购物车日志修改-张志恒:# logMessage 更改为method名称

parent 5db14361
......@@ -34,7 +34,7 @@ public class CallBackController {
private OrderCallBackService orderCallBackService;
@PostMapping("/order")
@ApiAnnotation(logMessage = "/callback/order",printInfoLog = true)
@ApiAnnotation(logMessage = "orderCallBackHandle",printInfoLog = true)
public BaseResponse orderCallBackHandle(@Valid @RequestBody @LogParams OrderCallBackRequestVo 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