提交 40077091 authored 作者: hzh's avatar hzh

代码优化

上级 5e1d8519
...@@ -126,7 +126,7 @@ public class WeishiController { ...@@ -126,7 +126,7 @@ public class WeishiController {
*/ */
@GetMapping("/insureDownload/{orderNum}") @GetMapping("/insureDownload/{orderNum}")
public R<String> insureDownload(@PathVariable String orderNum) { public R<String> insureDownload(@PathVariable String orderNum) {
return R.ok(weishiService.insureDownload(getToken(), orderNum)); return R.ok("操作成功", weishiService.insureDownload(getToken(), orderNum));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论