curl --location --request POST 'http://yulei.kingtrans.net/EquipsInterfaceService?method=equipReceipt&equipCode=xxx' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"barcode":"UG100123123CN",
"weight":"0.60",
"length":"121.60",
"width":"88.66",
"height":"88.00"
}'