Merge branch 'bugfix' into release
This commit is contained in:
commit
3899b9157c
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user