说明
导入商户
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/newland/import_mercId |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 是 | 平台门店ID | |
excel | string | 是 | excel 文件流 |
- 正确返回
{
"status": 1,
"message": "导入成功",
"data": [
}
]
}
失败请求示例
{ "message":"无效参数", "status":2 }