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 @@ +
+

七、退款

+
接口地址:/api/account/refund?apikey=1232455165&account=test1231
+
请求方式:GET
+ + + + + + + + + + + + +
请求参数:
apikey唯一key值
account账号
+ + + + + + + + + + + + + + + + +
返回数据:
Code10000 成功/其他 失败
Message返回提示
Data
返回信息
成功:1; 失败:无返回
+
+
-

七、查询账号是否存在

+

八、查询账号是否存在

接口地址:/api/account/acctExist?apikey=1232455165&account=test1231,123
请求方式:GET