暂时屏蔽矿洞延时

This commit is contained in:
dy 2024-01-02 11:10:27 +08:00
parent fc7c7ceaad
commit 76c96b7abb

View File

@ -4,6 +4,9 @@ import {PlayerFun} from "../../public/player";
import {ReqYanShi, ResYanShi} from "../../shared/protocols/kuangdong/PtlYanShi";
export default async function (call: ApiCall<ReqYanShi, ResYanShi>) {
return call.errorCode(1)
let hdid = call.req.hdid
let con = await KuangDongfun.getCon(hdid)