文档
测试

删除地址

POST
http://localhost:8889/rlg/shipping/delete_address

请求参数

参数名
类型
描述
必填
uid
Integer
用户id
必填
pid
Integer
地址id
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选

成功示例

{ "status": 200, "data": { "records": [ { "id": 7, "receiverName": "1", "receiverPhone": "1", "receiverMobile": "1", "receiverProvince": "1", "receiverCity": "1", "receiverDistrict": "1", "receiverAddress": "1", "receiverZip": "1" } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 } }