From 4b8fb4a6849365ad2c2cd6bc3beb57ee72df164b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 23 May 2025 10:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/User/Api.cshtml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Host/Views/User/Api.cshtml b/Host/Views/User/Api.cshtml index c589beb..cbc9abd 100644 --- a/Host/Views/User/Api.cshtml +++ b/Host/Views/User/Api.cshtml @@ -341,9 +341,45 @@ +
| apikey | +唯一key值 | +
| account | +账号 | +
| Code | +10000 成功/其他 失败 | +|
| Message | +返回提示 | +|
| Data 返回信息 |
+ 成功:1; 失败:无返回 | +|