修改仓库
POST
http://192.168.2.46:8002/Pro/UpdateWarehouse
接口描述
修改仓库
请求头
参数名
类型
描述
必填
Content-Type
application/json
application/json
必填
Token
string
Token
必填
请求参数
参数名
类型
描述
必填
WarehouseId
int
仓库id
必填
Name
string
仓库名称
可选
Remark
string
备注
可选
CityId
int
城市id
可选
响应参数
参数名
类型
描述
必填
ResultCode
int
示例:200
必填
Message
string
示例:操作成功
必填
Tag
object
示例:null
必填
TotalRecord
int
示例:0
必填
Success
boolean
示例:true
必填