From 76c96b7abbed408042ab3437df020a2aa6f16ff1 Mon Sep 17 00:00:00 2001 From: dy Date: Tue, 2 Jan 2024 11:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD=E7=9F=BF?= =?UTF-8?q?=E6=B4=9E=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/kuangdong/ApiYanShi.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api_s2c/kuangdong/ApiYanShi.ts b/src/api_s2c/kuangdong/ApiYanShi.ts index ac0be05..4ab56b8 100644 --- a/src/api_s2c/kuangdong/ApiYanShi.ts +++ b/src/api_s2c/kuangdong/ApiYanShi.ts @@ -4,6 +4,9 @@ import {PlayerFun} from "../../public/player"; import {ReqYanShi, ResYanShi} from "../../shared/protocols/kuangdong/PtlYanShi"; export default async function (call: ApiCall) { + + return call.errorCode(1) + let hdid = call.req.hdid let con = await KuangDongfun.getCon(hdid)