puzhibing
2023-11-28 7b726d5ff439e7b8bb66369ecc5881e370286bc8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
//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();
//    }
//}