{
"mobile":"13845612300",
"content":"我是需求信息",
"product_id":2
}
curl --location --request POST '/api/product/product/price_inquiry' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile":"13845612300",
"content":"我是需求信息",
"product_id":2
}'
{}