单产品详情查询
POST
https://vipapi.nvframe.com/api/merchant/index
请求参数
Body 参数application/json
appid
string
商户id
method
string
接口方法
timestamp
number
时间戳
content
object
业务参数
product_id
integer
产品编码
sign
string
签名
示例
{
"appid": "9733732",
"method": "product.info",
"timestamp": "1698719027",
"content": "{\"product_id\":100000}",
"sign": "c973be85f447f43111cf848029e3279e"
}
返回响应
🟢200成功
application/json
Body
code
integer
错误码
msg
string
错误说明
data
object
响应结果
product_id
integer
产品编码
product_name
string
产品名称
product_type
string
产品充值类型
price
number
授权价格
status
integer
产品状态
face_price
number
商品面值
is_multiple
boolean
是否支持倍充
示例
{
"code": 0,
"msg": null,
"data": {
"product_id": 100000,
"product_name": "权益、话费等直充-成功测试",
"product_type": "直充",
"price": 1,
"face_price": 5,
"status": 1,
"is_multiple": true
}
}
修改于 2025-02-07 09:21:07