用户导入
[TOC]
简要描述
- 用户导入
请求URL
http://xx.com/author/userload/
请求方式
- PUT
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
file_data | 是 | file | 导入文件 |
返回示例
{
"msg": "导入成功",
}
备注
- 更多返回错误代码请看首页的错误代码描述
[TOC]
http://xx.com/author/userload/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
file_data | 是 | file | 导入文件 |
{
"msg": "导入成功",
}