huliguo
2025-06-30 57c69219eb101c5ecc577a77882febf0cded1aed
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) {