Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/system/dict/type/list?name&value'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"dictId": 0,
"name": "",
"value": "",
"dictStatus": 0,
"type": 0,
"sort": 0,
"parentType": "",
"delFlag": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}