curl --location -g --request POST 'https://api.yonyouup.com/api/productin/add?from_account&to_account&app_key=&token=&tradeid&biz_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"productin":{
"warehousecode":"04",
"date":"2015-01-11",
"receivecode":"12",
"departmentcode":"0402",
"maker":"demo",
"entry":{
"inventorycode":"0301",
"quantity":"17"
}
}
}'
{
"errcode": "string",
"errmsg": "string",
"id": "string",
"tradeid": "string"
}