fix:
解除屏蔽
This commit is contained in:
parent
ccc6470f7b
commit
e016e708c4
@ -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' });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user