企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
#### 示例 ~~~[api] post:www.tp.cn/api/v1/table/join?framework=ap int:outorderid=NOT NULL# 如果是合过桌得需要此外部ID 其他不需要 *json:table=NOT NULL#要合并得桌台 <<< 示例请求 { "outorderid": "xxx", "table": [ 4 ] } <<< success { "code": 201, "msg": "ok" } <<< error 详情参考错误返回Code.txt ~~~