🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获得默认收货地址 /** * 获得默认收货地址 * 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 +++