mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-11-07 12:22:30 +08:00
更新label.json,添加查询参数和请求格式以支持新的API需求
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user