api pay
This commit is contained in:
parent
ecc17a22a9
commit
1dd7bc2175
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user