💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取门店用户列表 ~~~[api] post:master.user/get <<< 操作成功 { "code": 1, "msg": "获取客户列表成功!", "data": { "total": 1, "per_page": 15, "current_page": 1, "last_page": 1, "data": [ { "id": 24, "pid": 23, "uid": 10, "cid": 19, "template_id": 24, "is_master": 0, "is_discount": 0, "logo": "", "title": "楚才总店", "desc": "", "level": 3, "phone": "13617343800", "appid": "", "appkey": "", "active_at": "2028-08-16 18:33:12", "active_no": 0, "province": "广东", "city": "广州", "status": 1, "create_at": "2018-08-16 18:33:12", "user": { "id": 10, "phone": "13617343800", "nickname": "", "status": 1, "is_deleted": 0, "create_at": "2018-08-16 18:33:12" } } ] } } <<< 操作失败 { "code": 0, "msg": "'获取商品信息失败,请稍候再试!'", "data": [] } ~~~