名称:导入用户excel

接口地址:/merchant/Users/importUser

请求方式:post

参数名 类型 必填 说明 示例
file file Y 根据模板填写的用户
meetid int Y 会议id 18

说明

1.此方法需要登录

2.返回导入的用户信息列表

返回示例

{
"code": 200,
"message": "success",
"result": {
    "head": [//列名
    "姓名",
    "手机号",
    "性别",
    "邮箱"
    ],
    "data": [//数据
        [
        "张三",
         13991212345,
        "男",
        "252782340@qq.com"
        ],
        [
        "李四",
        13817214567,
        "男",
        "252515640@qq.com"
        ]
    ]
}
}

results matching ""

    No results matching ""