admin
2020-12-31 74196bcc835d9b76cdd1bc3d85b0dfbe0191fc00
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;
    /**
@@ -101,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);
    /**
     * 活动参与者统计信息