import.md 411 Bytes

批量导入

接口名: /batch/import

入参


属性名称 类型 例子 说明 是否必填
file file -- 导入的Excel文件
type String yohoCoin 具体的业务场景代号

返回

{
  "code":200,
  data:"[]"
  "message":"添加成功!"
}