Pu Zhibing
7 天以前 890c290afef9faca8ddaf0fea6197c3daa472141
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) {