Compare commits

..

No commits in common. "3899b9157cf09b69c12c9a4fedbaae0fed57763f" and "2c625416a8acdb0355f0ddb39b1faa643e6ebf9f" have entirely different histories.

View File

@ -4,9 +4,6 @@ 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)