package com.stylefeng.guns;//package com.stylefeng.guns;
|
//
|
//import com.alibaba.fastjson.JSON;
|
//import com.baomidou.mybatisplus.mapper.EntityWrapper;
|
//import com.stylefeng.guns.modular.api.thirdParty.model.SendBatchMessageBack;
|
//import com.stylefeng.guns.modular.system.dao.VipLevelMapper;
|
//import com.stylefeng.guns.modular.system.model.AppUser;
|
//import com.stylefeng.guns.modular.system.model.VipLevel;
|
//import com.stylefeng.guns.modular.system.service.*;
|
//import com.stylefeng.guns.modular.system.util.RedisUtil;
|
//import com.stylefeng.guns.modular.system.util.ResultUtil;
|
//import com.stylefeng.guns.modular.system.util.loyalty.LoyaltyToken;
|
//import com.stylefeng.guns.modular.system.util.thirdParty.MemberInfo;
|
//import com.stylefeng.guns.modular.system.util.thirdParty.ThirdPartyUtil;
|
//import com.stylefeng.guns.modular.system.warpper.BannerVo;
|
//import com.stylefeng.guns.modular.system.warpper.VipJurisdictionlListVo;
|
//import com.stylefeng.guns.modular.system.warpper.VipLevelVo;
|
//import org.junit.Test;
|
//import org.junit.runner.RunWith;
|
//import org.springframework.beans.factory.annotation.Autowired;
|
//import org.springframework.boot.test.context.SpringBootTest;
|
//import org.springframework.test.context.junit4.SpringRunner;
|
//
|
//import javax.annotation.Resource;
|
//import java.util.ArrayList;
|
//import java.util.List;
|
//
|
//@RunWith(SpringRunner.class)
|
//@SpringBootTest
|
//public class GunsApplicationTest {
|
//
|
// @Autowired
|
// private RedisUtil redisUtil;
|
//
|
// @Autowired
|
// private IVipLevelService vipLevelService;
|
//
|
// @Autowired
|
// private IVipJurisdictionService vipJurisdictionService;
|
//
|
// @Autowired
|
// private IAppUserService appUserService;
|
//
|
// @Autowired
|
// private IExposureCrowdService exposureCrowdService;
|
//
|
// @Autowired
|
// private IThirdTagService thirdTagService;
|
//
|
// @Autowired
|
// private ThirdPartyUtil thirdPartyUtil;
|
//
|
//
|
// @Test
|
// public void queryVipLevelList() throws Exception {
|
// appUserService.runQuarterTask();
|
// }
|
//}
|