活动:整理代码
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import { Application, BackendSession, HandlerService, } from 'pinus';
|
||||
import { deltaDays, resResult } from '../../../pubUtils/util';
|
||||
import { ACTIVITY_TYPE, STATUS } from '../../../consts';
|
||||
import { getRefreshShopActivity, getPlayerRefreshShopData } from '../../../services/activity/refreshShopService';
|
||||
import { resResult } from '../../../pubUtils/util';
|
||||
import { STATUS } from '../../../consts';
|
||||
import { getPlayerRefreshShopData } from '../../../services/activity/refreshShopService';
|
||||
import { addReward, stringToConsumeParam, stringToRewardParam } from '../../../services/activity/giftPackageService';
|
||||
import { ActivityRefreshShopModel } from '../../../db/ActivityRefreshShop';
|
||||
import { RoleModel } from '../../../db/Role';
|
||||
import { handleCost } from '../../../services/rewardService';
|
||||
import moment = require('moment');
|
||||
|
||||
export default function (app: Application) {
|
||||
new HandlerService(app, {});
|
||||
|
||||
Reference in New Issue
Block a user