export-presentation 接口
导出指定的演示稿
请求方式
POST http://ip/mwapi/export-presentation
参数 | 说明 |
---|---|
showId | 演示稿ID |
{
"id":8
}
返回数据
JSON 结构如下:
{
"status":0,
"message":"SUCCESS"
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |
message | 状态描述 |
导出指定的演示稿
POST http://ip/mwapi/export-presentation
参数 | 说明 |
---|---|
showId | 演示稿ID |
{
"id":8
}
JSON 结构如下:
{
"status":0,
"message":"SUCCESS"
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |
message | 状态描述 |