liujie
7 天以前 3b87885ab8cff0f7e0bb00e3f274805d8ec6b21a
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java
@@ -33,7 +33,8 @@
     * @param gameId     游戏id
     * @param storyId    故事id
     * @param difficulty 游戏难度
     * @param storyType 故事类型(0:看图配音;1:框架记忆)
     * @return 操作结果
     */
    Boolean add(String integral, String method, Integer gameId, Integer storyId, Integer difficulty);
    Boolean add(String integral, String method, Integer gameId, Integer storyId, Integer difficulty,Integer storyType);
}