文件分类操作
创建文件分类
参数
类型
必填
说明
var axios = require('axios').create({
withCredentials: true
})
axios.post('https://cloud.minapp.com/userve/v2.2/file-category/', {name: 'Category'}).then(res => {
console.log(res.data)
})获取分类详情
获取文件分类列表
参数
类型
必填
说明
修改文件分类
删除文件分类
Last updated
Was this helpful?