springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java
@@ -27,4 +27,12 @@ */ R getWalletRanking(PageComActWalletTradeDTO walletTradeDTO); /** * 随手拍审核通过给用户添加收益 * @param activityType 审核通过选择的随手拍标签(1.优质 2.精良 3.普通) * @param easyPhotoId 随手拍id * @param userId 审核用户id */ void examineAddMoney(Integer activityType,Long easyPhotoId,Long userId); }