| 参数 | 类型 | 参数值 | 说明 |
|---|---|---|---|
| sign | string | 加密后字符串 | 32 位小写 md5(random+sn+secretKey) |
| random | string | 随机字符串 | 16-32 位 小写字母 + 数字 |
| sn | string | 固定字符串 | 商户前缀,请登录管理后台查看 |
| Content-Type | string | application/json | 请求类型 |
{
“code”: 10000, // 状态码,10000 成功,其他失败
“msg”: “request succeeded”, // 消息
“data”: null
}
{
“code”: 10404, // 状态码,10000 成功,其他失败
“msg”: “Signature verification failed”, // 消息
“data”: null
}