💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 示例 ~~~[api] post:/api/NeedPlatform/addNeedInfo *need_type#1 需求 2资源 *int:area_pro_id=0#省id *int:area_city_id=999#市id *int:area_region_id=0#区id *int:pay_type#1 可议价 2 不可议价 *int:total=0#价格小数点后两位 *int:need_title#标题 *int:need_content#内容 *text:address=999#详细地址 *int:mobile#手机号 *int:need_category#一级分类id *int:need_sub_category#二级分类id *int:owner_name#昵称 如 A先生 *int:nums#需求总数 <<< success { "data": "成功", "code": 0 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~