文档
测试

地址列表

POST
http://localhost:8888/rlg/address/all

接口描述

获取地址列表信息

响应参数

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

说明 / 示例

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