guohongjin
2024-04-24 6f41132aab921276f96c3247df0936b238bbd1d8
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