From 1dd7bc2175b0d85595117647ee409613d6247375 Mon Sep 17 00:00:00 2001 From: dy Date: Wed, 3 Jan 2024 22:10:35 +0800 Subject: [PATCH] api pay --- src/public/pay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();