推荐系统 RES
推荐系统 RES
- 最新动态
- 产品介绍
- 快速入门
- 用户指南
- 最佳实践
- API参考
- 常见问题
- 文档下载
- 通用参考
链接复制成功!
新增场景
功能介绍
该接口用于场景的新增。
响应消息
响应参数请参见表3。
示例
- 请求示例
{ "scene_name":"场景9" }
- 成功响应示例
{ "is_success": true, "message": "Succeed to add the global setting." } { "is_success": true, "message": "Succeed to add the scene information." }
- 失败响应示例
{ "is_success": false, "error_code": "res.6046", "error_msg": "This scenario name already exists." }
状态码
状态码请参见状态码。
父主题: 全局配置API