[]
从 Excel 中导入用户。
Request Body
Description: 用来指定导入的文件流。
Type: multipart/form-data
Key | 类型 | Format | Encoding | 说明 |
---|---|---|---|---|
FileData | string | binary | form | 用来指定导入的文件流。 |
Mode | integer | int32 | form | 用来指定导入模式。0 是增量导入,1 是替换导入。 |
Responses
[200] OK
Type: [text/plain]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
Type: [application/json]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
Type: [text/json]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
导出用户到 Excel。接口将返回 Excel 文件流。
Responses
[200] OK
请求结果。
属性名 | 类型 | 说明 | Example |
---|---|---|---|
Result | Boolean | 请求是否成功。 | |
MessageNullable | string | 请求返回的信息。 | |
ErrorCode | int32 | 请求返回的错误码。 | |
MessagePropertiesNullable | Array |
请求返回信息中的数据。 |