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

Commit 58b91e1b authored by 胡佳晨's avatar 胡佳晨

万青 弥补 快递 相关接口提交

parent 938aebaa
...@@ -62,7 +62,7 @@ public class TempController { ...@@ -62,7 +62,7 @@ public class TempController {
@ApiImplicitParam(type = "query", dataType = "String", name = "mailNo", value = "快递单号", required = true), @ApiImplicitParam(type = "query", dataType = "String", name = "mailNo", value = "快递单号", required = true),
}) })
public ResponseDto<Boolean> getWqTempVo(String orderId, String mailNo) { public ResponseDto<Boolean> updateMailNo(String orderId, String mailNo) {
return kylinTempService.updateMailNo(orderId, mailNo); return kylinTempService.updateMailNo(orderId, mailNo);
} }
} }
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