Compare commits

..

2 Commits

Author SHA1 Message Date
dy
3899b9157c Merge branch 'bugfix' into release 2024-01-02 11:11:03 +08:00
dy
76c96b7abb 暂时屏蔽矿洞延时 2024-01-02 11:10:27 +08:00

View File

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