diff --git a/src/public/pay.ts b/src/public/pay.ts index ae64794..bf4deb7 100644 --- a/src/public/pay.ts +++ b/src/public/pay.ts @@ -13,7 +13,7 @@ import {getConf as zmlbGetConf} from '../api_s2c/event/zhoumolibao/ApiOpen'; import {Christmasfun} from "../api_s2c/event/christmas/fun"; async function checkPayIsActive(payId: string, logs: payLog[], payArgs) { - let conf: any = await this.getConf(payId, payArgs); + let conf: any = await PayFun.getConf(payId, payArgs); if (!conf) return false; let lastLog = logs.last();