💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 添加机构 ~~~[api] post:/api/addUserProject *int:projectId=10#项目id *int:userId=3#用户id <<< success { "status": "success", "data": "10" //user_project主键id } <<< error { "status": "error", "error": { "message": "参数错误", "code": 4001 } } 4001 相关参数验证错误 4002 该项目已经存在 1000 未登录 ~~~