💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 示例 ~~~[api] /api/server/getCrowdList crowd_status#1 招标中 2公示期 3完成 area_city_id#二级地址id mix_time#2019-09-01 <<< { "data": { "total": 1, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 2, "title": "测试标题", "area_pro_id": 1, "area_city_id": 1, "company_name": "测试公司名", "mobile": "17674740830", "is_rec": 1, "create_time": "2019-09-08 18:25:19", "content": "内容好好", "need_money": "10000.00", "have_money": "8000.00", "user_nums": 1000, "is_close": 2, "company_token": null, "sort": 999, "crowd_status": 1 } ] }, "code": 0 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~