批量申请开发者资质申请接口请联系客服,客服邮箱:vip@wqdian.com 客服QQ:31579781 (工作日9:00-17:30)
接口地址: /common/qualification/batchApply
支持格式: JSON
请求方式: POST
请求示例: http://api.wqdian.com/common/qualification/batchApply
接口备注: 批量申请开发者资质
参数与返回数据的JSON数据包示例
参数示例:
{
"sourceId": ["xxxxxx","oooooo"]
}
返回数据:
{
"data": [
{
"sourceId": "xxxxxx",
"appId": "xxxxxx",
"appSecret": "xxxxxx"
},
{
"sourceId": "oooooo",
"appId": "oooooo",
"appSecret": "oooooo"
}
],
"errorCode": 200,
"errorMsg": "ok"
}
请求状态码:
200 成功
500 失败
501 参数有误请检查
10005 批处理数据条数不能超过20条
名称 | 类型 | 必填 | 说明 |
applyVO | applyVO | 是 | { "sourceId": ["xxxxxx","oooooo"] } |
sourceId | String | 是 | 代理商的ID ,用来生成秘钥( appId , appSecre t) |