curl --location 'http://192.168.1.36:8080/akaso/api/label/list' \ --data-urlencode 'token='
{ "state": "200", "message": "成功", "data": [ { "id": 1, "name": "牛批" } ], "code": "200" }