Commit 33f1226b authored by macro's avatar macro
Browse files

Update UmsMemberReceiveAddressController.java

parent 449e5f0c
...@@ -57,7 +57,7 @@ public class UmsMemberReceiveAddressController { ...@@ -57,7 +57,7 @@ public class UmsMemberReceiveAddressController {
return CommonResult.failed(); return CommonResult.failed();
} }
@ApiOperation("显示所有收货地址") @ApiOperation("获取所有收货地址")
@RequestMapping(value = "/list", method = RequestMethod.GET) @RequestMapping(value = "/list", method = RequestMethod.GET)
@ResponseBody @ResponseBody
public CommonResult<List<UmsMemberReceiveAddress>> list() { public CommonResult<List<UmsMemberReceiveAddress>> list() {
......
Supports Markdown
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