{
"id": 1,
"title":"小米15",
"description":"便宜大甩卖,快来",
"price":200,
"category":"手机",
"anotherUrl":"htts://cuza.fun/123",
"location":"广东药科大学(大学城校区)",
"productStatus":"在售",
"productImageList":[
]
}curl --location --request PUT '127.0.0.1:8400/user/product' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"title":"小米15",
"description":"便宜大甩卖,快来",
"price":200,
"category":"手机",
"anotherUrl":"htts://cuza.fun/123",
"location":"广东药科大学(大学城校区)",
"productStatus":"在售",
"productImageList":[
]
}'{
"code": 200,
"msg": "string",
"data": "string"
}