| | |
| | | public class Test_RedPackWinInviteService {
|
| | |
|
| | |
|
| | | // @Test
|
| | | public void addBrandGoods() {
|
| | | @Test
|
| | | public void inviteOrderArriveReward() {
|
| | | try {
|
| | | RedPackWinInviteService service = BeanUtil.getBean(RedPackWinInviteService.class);
|
| | | service.orderArriveReward(4636763L, 1 ,"440456706868591243");
|
| | | System.out.println("test");
|
| | | service.inviteOrderArriveReward(974767L, 1 ,"471083872448382646");
|
| | | System.out.println("-------- 测试结束 ------------------");
|
| | | } catch (Exception e) {
|
| | | e.printStackTrace();
|
| | | }
|
| | | }
|
| | |
|
| | |
|
| | | @Test
|
| | | // @Test
|
| | | public void inviteSucceedReward() {
|
| | | try {
|
| | | RedPackWinInviteService service = BeanUtil.getBean(RedPackWinInviteService.class);
|
| | | service.inviteSucceedReward(6196870L);
|
| | | System.out.println("test");
|
| | | service.inviteSucceedReward(3272184L);
|
| | | System.out.println("-------- 测试结束 ------------------");
|
| | | } catch (Exception e) {
|
| | | e.printStackTrace();
|
| | | }
|