商户信息查询(余额查询)
POST
https://vipapi.nvframe.com/api/merchant/index
请求参数
Body 参数application/json
appid
string
商户id
method
string
接口方法
timestamp
number
时间戳
content
string
业务参数
sign
string
签名
示例
{
"appid": "9733732",
"method": "user.info",
"timestamp": "1698718822",
"content": "{}",
"sign": "cddfeb46d3750d22b7c7b79113a9e3f6"
}
返回响应
🟢200通用响应
application/json
Body
code
integer
错误码
msg
string
错误说明
data
object
响应结果
appid
string
商户号
name
string
商户名称
balance
number
余额(元)
credit
number
授信金额(元)
示例
{
"code": 0,
"msg": null,
"data": {
"appid": "9733732",
"name": "沙箱测试商户",
"balance": 9999948,
"credit": 0
}
}
修改于 2024-04-12 16:02:39