文档
测试

删除地址

GET
http://localhost:8888/rlg/shipping/delete

接口描述

根据id删除地址

请求参数

参数名
类型
描述
必填
sid
Integer
地址ID
必填

响应参数

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

成功示例

{ "code": 200, "data": { "records": [], "total": 0, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 0 } }