💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获得默认收货地址 /** * 获得默认收货地址 * http_method get * @author 韩文博 */ +++ get:/Address/getDefault <<< success { "errcode": 0, "errmsg": "操作成功", "data": { "id": 4, "user_id": 102, "truename": "韩老大", "province_id": 120000, "city_id": 120100, "area_id": 120103, "area_info": "天津 天津市 河西区", "address": "青林大厦", "tel_phone": "", "mob_phone": "15900336745", "zip_code": null, "is_default": 0 } } <<< error +++