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

Update UmsMemberReceiveAddressController.java

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