Compare commits
2 Commits
2c625416a8
...
3899b9157c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3899b9157c | ||
![]() |
76c96b7abb |
@ -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