定向发放导入用户

接口地址:/coupon/ddimportuser

请求方式 post

参数:

  • file csv格式表格文件

返回格式:

{
    "code": 1,
    "data": {
        "sn": "xxxx ##上传文件流水号,定向发放提交需要",
        "user_cnt": "100 ##发放人数",
        "dd_coupon_cnt": "180 ##发放所需份数"
    },
    "msg": "success"
}

Last updated

Was this helpful?