| | |
| | | * @throws LuckyActivityException |
| | | * @throws LuckyActivityJoinException |
| | | */ |
| | | public void join(@NotNull Long activityId, @NotEmpty Long appId, @NotEmpty String uid, Integer weight, JoinInfo joinInfo) throws LuckyActivityException, LuckyActivityJoinException; |
| | | public void join(@NotNull Long activityId, @NotNull Long appId, @NotEmpty String uid, Integer weight, JoinInfo joinInfo) throws LuckyActivityException, LuckyActivityJoinException; |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | |
| | | /** |
| | | * 获取参加记录 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | public LuckyActivityJoinRecord getJoinRecord(Long id); |
| | | |
| | | |
| | | /** |
| | | * 获取还未开奖的活动列表 |
| | | * |
| | | * @param uid |