Authorization: Bearer ********************
curl --location --request POST 'http://laravel-api.cc/api/admin/DictionaryCategory/index'
{
"code": 0,
"message": "success",
"data": [
{
"category_id": 1,
"category_name": "用户类型",
"category_code": "UserType",
"tpl_path": "tpl/Dictionary.xlsx"
},
{
"category_id": 2,
"category_name": "允许上传文件类型",
"category_code": "AllowUploadFileType",
"tpl_path": "tpl/Dictionary.xlsx"
},
{
"category_id": 3,
"category_name": "地区",
"category_code": "Region",
"tpl_path": "tpl/Dictionary.xlsx"
}
]
}