新增用户名 描述信息
Some checks failed
CI Build and Test / build (push) Has been cancelled
Deploy to Server / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-21 14:50:56 +08:00
parent 4ebef69130
commit 8a1ef59a8f
4 changed files with 41 additions and 84 deletions

View File

@@ -116,6 +116,7 @@ Authorization: your-token必填
"data": {
"id": 1,
"userId": 1,
"username": "张三",
"paramName": "默认参数配置",
"deviceName": "我的无人机",
"description": "这是一个测试参数配置",
@@ -164,6 +165,7 @@ GET /params/all/list?fcModel=Pixhawk%204
{
"id": 1,
"userId": 1,
"username": "张三",
"paramName": "默认参数配置",
"deviceName": "我的无人机",
"description": "这是一个测试参数配置",
@@ -219,6 +221,7 @@ GET /params/all/page?current=1&size=10&fcModel=Pixhawk%204
{
"id": 1,
"userId": 1,
"username": "张三",
"paramName": "默认参数配置",
"deviceName": "我的无人机",
"description": "这是一个测试参数配置",
@@ -276,6 +279,7 @@ GET /params/my/list?fcModel=Pixhawk%204
{
"id": 1,
"userId": 1,
"username": "张三",
"paramName": "默认参数配置",
"deviceName": "我的无人机",
"description": "这是一个测试参数配置",