Authorization: Bearer ********************curl --location --request GET '/back/mlGoodsType/searchGoodsType' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"goodsType": "string",
"remark": "string",
"isDelete": 0
}
],
"code": 0,
"msg": "string"
}