Authorization: Bearer ********************
{
"orderId": 0,
"uni": "string"
}
curl --location --request POST '/api/front/order/product' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"uni": "string"
}'
{"code":200,"message":"操作成功","data":{"cartNum":1,"truePrice":"20.00","storeName":"测试虚拟库存","image":"https://uat.xuanzhikaidian.com/image-server/crmebimage/public/maintain/2024/08/13/a44f1651c0154f8782dc5bf32617954c50xkcm2swx.jpg","productId":106,"sku":"默认","briefImage":"https://uat.xuanzhikaidian.com/image-server/crmebimage/public/financial/2024/08/12/271cce1b78ba47288f3e394e385ca41a2b1hiba3xv.jpg"}}