goupan
2024-04-24 bd9890d6d7723be770510f43f34b85e60b7b91ca
rest/src/main/java/cn/stylefeng/rest/modular/worker/controller/WorkerController.java
@@ -80,10 +80,10 @@
@RequestMapping("/worker")
public class WorkerController {
    @Value("${wxpay.appId}")
    @Value("${wxpay.worker.appId}")
    private String wxAppId;
    @Value("${wxpay.appSecret}")
    @Value("${wxpay.worker.appSecret}")
    private String wxSecretKey;
    @Resource