hjl
2024-06-25 6c6d875de1d0537acfa5edf4eb976e87625bd859
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java
@@ -32,7 +32,8 @@
     * @param method   积分来源
     * @param gameId   游戏id
     * @param storyId  故事id
     * @param difficulty 游戏难度
     * @return 操作结果
     */
    Boolean add(String integral, String method, Integer gameId, Integer storyId);
    Boolean add(String integral, String method, Integer gameId, Integer storyId, Integer difficulty);
}