内容库操作
获取内容库详情
var axios = require('axios').create({
withCredentials: true
})
axios.get('https://cloud.minapp.com/userve/v2.2/content/1/').then(res => {
console.log(res.data)
}){
"id": 1,
"name": "内容库",
"acl_gids": [],
"anonymous_read": true,
"created_at": 1489137188,
"updated_at": 1495769882
}获取内容库列表
创建内容库
参数
类型
必填
说明
编辑内容库
删除内容库
Last updated
Was this helpful?