{
"appid": "9733732",
"method": "product.info",
"timestamp": "1763349553",
"content": "{\"product_id\":\"100000\"}",
"sign": "a9a8a2a27d46eaa0f67dadc84c9b203d"
}curl --location --request POST '接口地址,见第二章:接口配置及参数说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "9733732",
"method": "product.info",
"timestamp": "1763349553",
"content": "{\"product_id\":\"100000\"}",
"sign": "a9a8a2a27d46eaa0f67dadc84c9b203d"
}'{
"code": 0,
"msg": null,
"data": {
"product_id": 100000,
"product_name": "权益、 话费等直充-成功测试",
"product_type": "直充",
"price": 0.900000,
"face_price": 5.000000,
"status": 1,
"is_multiple": true,
"stock": null
}
}