活动:整理代码

This commit is contained in:
qiaoxin
2021-07-17 14:48:47 +08:00
parent f363c4f7ba
commit 03e8d88dd1
34 changed files with 50 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
import { Application, BackendSession, HandlerService, } from 'pinus';
import { resResult } from '../../../pubUtils/util';
import { STATUS, ACTIVITY_RESOURCES_TYPE, ACTIVITY_TYPE } from '../../../consts';
import { yuanbaoActivity, getPlayerYuanbaoShopData } from '../../../services/activity/yuanbaoService';
import { STATUS } from '../../../consts';
import { getPlayerYuanbaoShopData } from '../../../services/activity/yuanbaoService';
export default function (app: Application) {