💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 示例 ~~~[api] admin/admin/getCrowdList bid_type#招标状态 不传获取所有的 <<< { "data": { "total": 2, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "title": "测试标题", "area_pro_id": 1, "area_city_id": 1, "company_name": "测试公司名", "mobile": "17674740830", "is_rec": 1, "create_time": "2019-09-08 18:24:25", "content": "内容好好", "need_money": "10000.00", "have_money": "8000.00", "user_nums": 1000, "is_close": 2, "company_token": null, "sort": 999 }, { "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 } ] }, "code": 0 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~