记得上下班打卡 | git大法好,push需谨慎

Commit eb3f84b9 authored by 胡佳晨's avatar 胡佳晨

提交 同步订单 方法

parent f4420df3
...@@ -34,7 +34,7 @@ public class WdtController { ...@@ -34,7 +34,7 @@ public class WdtController {
@PostMapping("pushErpTrade") @PostMapping("pushErpTrade")
@ApiOperation("同步库存") @ApiOperation("推送订单")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderId", value = "orderId"), @ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderId", value = "orderId"),
......
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