Authorization: Bearer ********************
curl --location --request GET '/othermana/contshape/queryAll'
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"contTypeCode": 1,
"contTypeName": "一号集装箱",
"id": 1
}
],
"total": 100000
},
"message": "提示消息内容"
}