{
"merchantId": 1,
"categoryId": 1,
"spuName": "招牌奶茶",
"subtitle": "超值优惠",
"productType": 1,
"unit": "份",
"serviceDuration": 60,
"coverUrl": "string",
"images": "string",
"description": "string",
"detail": "string",
"tags": "string",
"price": 9900,
"originalPrice": 19900,
"memberPrice": 8900,
"vipPrice": 7900,
"costPrice": 5000,
"stock": 100,
"stockType": 1,
"stockWarning": 10,
"storeScope": 0,
"storeIds": "string",
"sort": 0,
"recommended": 0,
"specType": 0,
"status": 0
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": 1,
"categoryId": 1,
"spuName": "招牌奶茶",
"subtitle": "超值优惠",
"productType": 1,
"unit": "份",
"serviceDuration": 60,
"coverUrl": "string",
"images": "string",
"description": "string",
"detail": "string",
"tags": "string",
"price": 9900,
"originalPrice": 19900,
"memberPrice": 8900,
"vipPrice": 7900,
"costPrice": 5000,
"stock": 100,
"stockType": 1,
"stockWarning": 10,
"storeScope": 0,
"storeIds": "string",
"sort": 0,
"recommended": 0,
"specType": 0,
"status": 0
}'{
"code": 0,
"msg": "",
"data": 0
}