{
"type": 0,
"spec": 2,
"stock": 100,
"name": "新的商品",
"merchant": 48,
"shelt_goods_type_id": 48,
"line_price": 100,
"price": 50,
"verify_time": 0,
"hand_receipt": 0,
"sort": 42,
"tag": 9,
"introduce": "介绍",
"logo": "https://cinema-media.oss-cn-chengdu.aliyuncs.com/image/WSRP5zXwdWAjzihniCNF6ECBm5xFzTim.png",
"discount_type": 1,
"gift_coupon_status": 26,
"coupon": [
{
"id": 53,
"num": 82
},
{
"id": 7,
"num": 84
}
],
"is_package": 1,
"package_info": [
{
"name": "分组1",
"num": 1,
"goods_ids": [26]
},
{
"name": "分组1",
"num": 2,
"goods_ids": [145]
}
],
"close_time": "2028-12-04"
}
curl --location --request POST 'http://store.xcyxfl.com/cinema/goods/add-goods' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"spec": 2,
"stock": 100,
"name": "新的商品",
"merchant": 48,
"shelt_goods_type_id": 48,
"line_price": 100,
"price": 50,
"verify_time": 0,
"hand_receipt": 0,
"sort": 42,
"tag": 9,
"introduce": "介绍",
"logo": "https://cinema-media.oss-cn-chengdu.aliyuncs.com/image/WSRP5zXwdWAjzihniCNF6ECBm5xFzTim.png",
"discount_type": 1,
"gift_coupon_status": 26,
"coupon": [
{
"id": 53,
"num": 82
},
{
"id": 7,
"num": 84
}
],
"is_package": 1,
"package_info": [
{
"name": "分组1",
"num": 1,
"goods_ids": [26]
},
{
"name": "分组1",
"num": 2,
"goods_ids": [145]
}
],
"close_time": "2028-12-04"
}'
{"code":200,"message":"success","data":{}}