更新label.json,添加查询参数和请求格式以支持新的API需求

This commit is contained in:
Zhuym
2025-01-28 17:31:46 +08:00
parent 40ade5bcdb
commit 4922677215
3 changed files with 286 additions and 120 deletions

View File

@@ -8,10 +8,11 @@
},
"endpoint": "/qr",
"method": "GET",
"queryParams": ["qrcode"],
"fields": [
{
"id": "qrcode",
"label": "二维码内容",
"label": "SGWCMAID0000...",
"type": "text",
"required": true
}
@@ -26,6 +27,7 @@
},
"endpoint": "/ticket",
"method": "GET",
"queryParams": ["userid"],
"fields": [
{
"id": "userid",
@@ -44,6 +46,7 @@
},
"endpoint": "/mapstock",
"method": "GET",
"queryParams": ["userid"],
"fields": [
{
"id": "userid",
@@ -62,6 +65,7 @@
},
"endpoint": "/unlock",
"method": "GET",
"queryParams": ["userid"],
"fields": [
{
"id": "userid",
@@ -80,6 +84,7 @@
},
"endpoint": "/music",
"method": "POST",
"requestFormat": "json",
"fields": [
{
"id": "userId",