Authorization: Bearer ********************{
"whName": "主仓库",
"depCode": "DEP001",
"whAddress": "仓库地址",
"whPhone": "010-仓库联系电话",
"whPerson": "仓库负责人姓名",
"barCode": "仓库条形码",
"whMemo": "仓库备注信息"
}curl --location --request GET 'localhost:58080/admin-api/tqms/ware-house/getInfosById?whCode=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"whName": "主仓库",
"depCode": "DEP001",
"whAddress": "仓库地址",
"whPhone": "010-仓库联系电话",
"whPerson": "仓库负责人姓名",
"barCode": "仓库条形码",
"whMemo": "仓库备注信息"
}'{"code":400,"data":null,"msg":"请求参数不正确:是否资产仓(0-否,1-是 )不能为空"}