This commit is contained in:
dy 2024-01-03 22:10:35 +08:00
parent ecc17a22a9
commit 1dd7bc2175

View File

@ -13,7 +13,7 @@ import {getConf as zmlbGetConf} from '../api_s2c/event/zhoumolibao/ApiOpen';
import {Christmasfun} from "../api_s2c/event/christmas/fun"; import {Christmasfun} from "../api_s2c/event/christmas/fun";
async function checkPayIsActive(payId: string, logs: payLog[], payArgs) { 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; if (!conf) return false;
let lastLog = logs.last(); let lastLog = logs.last();