文档
测试

删除地址

GET
http://localhost:8089/rlg/shipping/deleteone

请求参数

参数名
类型
描述
必填
id
String
用户名
必填

响应参数

参数名
类型
描述
必填
code
Integer
接口请求状态码
必填
message
String
接口请求返回信息
可选
data
接口请求返回数据
可选

成功案例

{ "code": 200, "data": { "records": [ { "id": 17, "receiverName": "wx", "receiverPhone": "111", "receiverMobile": "19999999999", "receiverProvince": "山西", "receiverCity": "吕梁市", "receiverDistrict": "交城县", "receiverAddress": "奈林村", "receiverZip": "030500", "type": 1 } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 } }