admin
2021-02-06 6c09cbd70388ae53ec593de253f69cfa1a3eeda7
facade-lucky/src/main/java/com/ks/lucky/remote/service/LuckyActivityJoinService.java
@@ -26,7 +26,7 @@
     * @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,int userType) throws LuckyActivityException, LuckyActivityJoinException;
    /**
@@ -38,6 +38,15 @@
     * @return
     */
    public LuckyActivityJoinRecord getJoinInfo(Long activityId, Long appId, String uid);
    /**
     * 获取参加记录
     *
     * @param id
     * @return
     */
    public LuckyActivityJoinRecord getJoinRecord(Long id);
    /**
@@ -92,7 +101,15 @@
     * @param count
     * @return
     */
    public List<ActivitySimpleUser> getJoinerList(Long activityId, int page, int count);
    public List<ActivitySimpleUser> getJoinerList(Long activityId,Integer userType, int page, int count);
    /**
     * 获取参与者的数量
     * @param activityId
     * @return
     */
    public long countJoiner(Long activityId,Integer userType);
    /**
     * 活动参与者统计信息