add-presentation 接口
新建演示稿
请求方式
POST http://ip/mwapi/add-presentation
参数 | 说明 |
---|---|
name | 演示稿名称 |
{
"name": "New Presentation 1"
}
返回数据
JSON 结构如下:
{
"message": "success",
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |
新建演示稿
POST http://ip/mwapi/add-presentation
参数 | 说明 |
---|---|
name | 演示稿名称 |
{
"name": "New Presentation 1"
}
JSON 结构如下:
{
"message": "success",
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |