💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#### 获取编辑收货地址 * 接口说明 获取编辑收货地址信息 * 请求地址 /user\_api/get\_user\_address * 请求参数 | 参数名称 | 类型 | 描述 | 是否必须 | | --- | --- | --- | --- | | token | string | 授权token header中提交 | 是 | | addressId | int | 收货地址ID | 是 | * 请求方式 GET * 响应数据 ~~~ { "code": 200, "msg": "ok", "data": { "id": 16, "uid": 2, "real_name": "张三", "phone": "020-81167888", "province": "广东省", "city": "广州市", "district": "海珠区", "detail": "新港中路397号", "post_code": 510000, "longitude": "0", "latitude": "0", "is_default": 1, "is_del": 0, "add_time": 1553183200 }, "count": 0 } ~~~