feat(admin): 添加用户管理相关文件
添加用户管理视图、API和状态管理文件
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": "TC006",
|
||||
"name": "获取用户信息(参数化)",
|
||||
"description": "测试获取指定用户的信息(参数化测试)",
|
||||
"module": "user",
|
||||
"endpoint": "/api/user/{userId}",
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"auth_required": true,
|
||||
"dependencies": [],
|
||||
"timeout": 5000,
|
||||
"retry_count": 0,
|
||||
"validations": [
|
||||
{
|
||||
"type": "status_code",
|
||||
"expected": 200
|
||||
}
|
||||
],
|
||||
"tags": ["parameterized"],
|
||||
"priority": 1,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user