|
@@ -0,0 +1,21 @@
|
|
|
|
+package com.management.platform.controller;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
+
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * <p>
|
|
|
|
+ * 前端控制器
|
|
|
|
+ * </p>
|
|
|
|
+ *
|
|
|
|
+ * @author Seyason
|
|
|
|
+ * @since 2022-10-06
|
|
|
|
+ */
|
|
|
|
+@RestController
|
|
|
|
+@RequestMapping("/corpwx-job-result")
|
|
|
|
+public class CorpwxJobResultController {
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|