luodangjia
2024-04-24 065895230f8dc77133ae74d82692a29fe808f39a
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