Merge branch 'bugfix' into release

This commit is contained in:
dy 2024-01-02 11:11:03 +08:00
commit 3899b9157c

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)