提交 df550e2a 作者: chaining

refactor: 删除测试物流单号

父级 8be70f65
......@@ -190,7 +190,7 @@ public class WallboxApplyController {
@GetMapping(value = "/trace/{id}")
public BaseResponse<Object> getTrace(@PathVariable("id") String id) {
Map<String, Object> paramMap = new HashMap<>();
paramMap.put("mailNo", "7503587254");
paramMap.put("mailNo", id);
String rest = depponClient.newTraceQuery(JSON.toJSONString(paramMap));
return new BaseResponse<>(rest);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论