xw пре 1 месец
родитељ
комит
42e3e2be11
2 измењених фајлова са 12 додато и 1 уклоњено
  1. 5 1
      fs-admin/pom.xml
  2. 7 0
      pom.xml

+ 5 - 1
fs-admin/pom.xml

@@ -44,7 +44,11 @@
             <artifactId>fs-framework</artifactId>
         </dependency>
 
-
+        <!-- 企微 qwTask Bean,Quartz 调用目标如 qwTask.processQwSopCourseMaterialTimer -->
+        <dependency>
+            <groupId>com.fs</groupId>
+            <artifactId>fs-qw-api</artifactId>
+        </dependency>
 
         <!-- 定时任务-->
         <dependency>

+ 7 - 0
pom.xml

@@ -248,6 +248,13 @@
                 <version>${fs.version}</version>
             </dependency>
 
+            <!-- 企微接口与 qwTask 等 Bean,供定时任务 invokeTarget(如 qwTask.xxx)-->
+            <dependency>
+                <groupId>com.fs</groupId>
+                <artifactId>fs-qw-api</artifactId>
+                <version>${fs.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>com.github.javen205</groupId>
                 <artifactId>IJPay-All</artifactId>