|
@@ -9,8 +9,14 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * WX-月结二维码生成
|
|
|
|
|
+ *
|
|
|
|
|
+ * @author lydgt
|
|
|
|
|
+ * @date 2026-02-04
|
|
|
|
|
+ */
|
|
|
@RestController
|
|
@RestController
|
|
|
-@RequestMapping("/callback/qrcode")
|
|
|
|
|
|
|
+@RequestMapping("/front/qrcode")
|
|
|
public class MonthQRCodeController {
|
|
public class MonthQRCodeController {
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|