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