curl --location --request GET 'https://test.pro.wuht.net/adminapi/user/user_label_cate' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 200,
"msg": "ok",
"data": {
"rules": [
{
"type": "input",
"field": "name",
"value": "CRMEB门店测试",
"title": "分类名称",
"props": {
"type": "text",
"placeholder": "请输入分类名称"
},
"validate": [
{
"message": "请输入分类名称",
"required": true,
"type": "string",
"trigger": "change"
}
]
},
{
"type": "inputNumber",
"field": "sort",
"value": 0,
"title": "排序",
"props": {
"placeholder": "请输入排序"
}
}
],
"title": "编辑标签分类",
"action": "/user/user_label_cate/26",
"method": "PUT",
"info": "",
"status": true
}
}