{
"unique": "string"
}
curl --location --request POST 'https://test.pro.wuht.net/adminapi/order/product' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"unique": "string"
}'
{
"status": 0,
"msg": "string",
"data": {
"cart_num": 0,
"productInfo": {
"image": "string",
"price": "string",
"store_name": "string",
"attrInfo": {
"product_id": 0,
"suk": "string",
"price": "string",
"image": "string"
}
},
"product_id": 0,
"combination_id": 0,
"seckill_id": 0,
"bargain_id": 0,
"order_id": "string"
}
}