curl --location 'https://api.yonyouup.com/api/productin/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"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"
}