curl --location --request GET '/adminapi/goods.goods_unit/commonLists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": [
{
"id": 3,
"name": "元/分钟"
},
{
"id": 2,
"name": "元/人"
}
]
}