无关风月
2024-06-28 8c425b4789a2b04c26987a037577b1880bce5e3e
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java
@@ -32,7 +32,9 @@
     * @param method   积分来源
     * @param gameId   游戏id
     * @param storyId  故事id
     * @param difficulty 游戏难度
     * @param storyType 故事类型(0:看图配音;1:框架记忆)
     * @return 操作结果
     */
    Boolean add(String integral, String method, Integer gameId, Integer storyId);
    Boolean add(String integral, String method, Integer gameId, Integer storyId, Integer difficulty,Integer storyType);
}