Skip to content

Commit

Permalink
Update UmsMemberReceiveAddressController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Feb 7, 2024
1 parent 449e5f0 commit 33f1226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public CommonResult update(@PathVariable Long id, @RequestBody UmsMemberReceiveA
return CommonResult.failed();
}

@ApiOperation("显示所有收货地址")
@ApiOperation("获取所有收货地址")
@RequestMapping(value = "/list", method = RequestMethod.GET)
@ResponseBody
public CommonResult<List<UmsMemberReceiveAddress>> list() {
Expand Down

0 comments on commit 33f1226

Please sign in to comment.