ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 商家列表 ~~~[api] get:/api/v3/mall/shop/lists int:id= #商家所属分类id *string:name=news#商家所属分类名 *int:page=1#分页页码 *int:limit=10#分页数量 string:search= #搜索内容 <<< success { "msg": "获取成功!", "url": "", "data": [ { "id": 2, "uid": 0, "title": "张各庄村杨文静", "logo": "", "category_id": 2, "tags": "中级贫困户", "description": "", "content": "杨文静是……", "cover_ids": "", "level": 0, "position": "", "name": "", "phone": "", "province": "", "city": "", "county": "", "town": "", "address": "", "business_license_cover_id": 0, "corporate_name": "", "corporate_idcard": "", "corporate_idcard_cover_id": 0, "comment": 0, "view": 0, "comment_status": "", "rate": 0, "open_days": "", "open_times": "", "type": 1, "bank_name": "", "bank_payee": "", "bank_number": "", "open_status": 1, "status": "禁用", "created_at": "", "updated_at": "" }, { "id": 1, "uid": 0, "title": "肖家村李文杰", "logo": "", "category_id": 2, "tags": "特级贫困户,中级贫困户", "description": "", "content": "李文杰是……", "cover_ids": "", "level": 0, "position": "", "name": "", "phone": "", "province": "", "city": "", "county": "", "town": "", "address": "", "business_license_cover_id": 0, "corporate_name": "", "corporate_idcard": "", "corporate_idcard_cover_id": 0, "comment": 0, "view": 0, "comment_status": "", "rate": 0, "open_days": "", "open_times": "", "type": 1, "bank_name": "", "bank_payee": "", "bank_number": "", "open_status": 1, "status": "禁用", "created_at": "", "updated_at": "" } ], "count": 2, "status": "success" } <<< error { "msg": "获取失败", "url": "", "status": "error" } ~~~