🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 基本信息 **Path:** /api/address/detail/:id **Method:** GET **接口描述:** ### 请求参数 **路径参数** | 参数名称 | 示例 | 备注 | | --- | --- | --- | | id | 1 | 地址编号 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ id | integer | 非必须 | | 地址编号 | | | ├─ uid | integer | 非必须 | | 用户编号 | | | ├─ real\_name | string | 非必须 | | 姓名 | | | ├─ phone | string | 非必须 | | 手机号 | | | ├─ province | string | 非必须 | | 省 | | | ├─ city | string | 非必须 | | 市 | | | ├─ district | string | 非必须 | | 区 | | | ├─ detail | string | 非必须 | | 详细地址 | | | ├─ post\_code | number | 非必须 | | 邮编 | | | ├─ longitude | string | 非必须 | | 经度 | | | ├─ latitude | string | 非必须 | | 纬度 | | | ├─ is\_default | number | 非必须 | | 是否默认地址 1 默认地址 0非默认地址 | | | ├─ is\_del | number | 非必须 | | 是否删除 | | | ├─ add\_time | number | 非必须 | | 地址添加时间 | |