解除屏蔽
This commit is contained in:
xichaoyin 2024-01-08 15:48:22 +08:00
parent ccc6470f7b
commit e016e708c4

View File

@ -6,7 +6,6 @@ import { PublicShared } from '../../../shared/public/public';
import { PayFun } from "../../../public/pay"; import { PayFun } from "../../../public/pay";
export default async function (call: ApiCall<ReqOpen, ResOpen>) { export default async function (call: ApiCall<ReqOpen, ResOpen>) {
call.error(lng.huodong_open_1)
let zls = await G.mongodb.collection('scheduler').findOne({ type: 'zhanling' }); let zls = await G.mongodb.collection('scheduler').findOne({ type: 'zhanling' });
let data = await G.mongodb.cEvent('zhanling').findOne({ uid: call.uid, type: 'zhanling' }); let data = await G.mongodb.cEvent('zhanling').findOne({ uid: call.uid, type: 'zhanling' });