Pu Zhibing
3 天以前 41422cb74d137e590fefefa4390cd6eedc02a0fb
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteConfigFallbackFactory.java
@@ -98,8 +98,10 @@
           public R<String> getStoreCurriculumPassword() {
              return R.fail("获取门店课程验证密码失败:" + throwable.getMessage());
            }
            @Override
           public R<String> getStoreCurriculumName() {
              return R.fail("获取门店课程展示名称失败:" + throwable.getMessage());
            }
            
            @Override
            public R<List<SysTag>> listSysTag(Integer tagType) {