暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_product_information' \
--form 'appid="10000"' \
--form 'shopid="2"'
{
"code": 1,
"msg": "查询成功",
"data": {
"id": 1,
"product_name": "测试会员",
"product_picture": "http://moranhtpro.cn/uploads/20230611/18b8805553e5251a9e444b9c5ea508ee.jpg",
"commodity_details": "测试会员",
"commodity_price": "100.00",
"commodity_inventory": 9999,
"create_time": "2023-06-11 14:45:34",
"type": 2,
"appid": 10000,
"payment_method": 4
},
"timestamp": 1686466317
}