文档
测试

获取地址id

GET
http://www.da.com/mobile/index.php?m=api&c=index&a=GetAddressId

请求参数

参数名
类型
描述
必填
provice_name
必填
city_name
必填
district_name
必填

说明 / 示例

```json { "code": 200, "title": "获取地址id", "data": { "provice_id": 0, "city_id": 0, "district_id": 0 }, "message": "操作成功" } ```