企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
[TOC=2] ## 枚举变量 ### 来源:( source ) | 可选值 | 说明 | | --- | --- | | website | 官网 | | android | 安卓 | | ios | ios | | mall | 商城 | ## 提交信息 ~~~[api] post:/cooperation/save *string:source=ios#来源 *string:name=姓名#姓名 *string:phone=15181474781#手机号 string:email=123@qq.com#邮箱地址 *string:intention=合作意向#合作意向 <<< success { "code": 0 } <<< error { "code": -1, "msg": "来源必须" } ~~~