企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 基本信息 **Path:** /api/address/default **Method:** GET **接口描述:** ### 请求参数 ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ id | integer | 非必须 | | 地址编号 | | | ├─ real\_name | string | 非必须 | | 姓名 | | | ├─ phone | string | 非必须 | | 手机号 | | | ├─ province | string | 非必须 | | 省 | | | ├─ city | string | 非必须 | | 市 | | | ├─ district | string | 非必须 | | 区 | | | ├─ detail | string | 非必须 | | 详细地址 | | | ├─ is\_default | number | 非必须 | | 是否默认地址 1 是 0 否 | |