liujie
8 天以前 dd2a17ce4ebdfcaecc971f17c0f4d648ec5c2095
ruoyi-system/src/main/java/com/ruoyi/system/utils/wx/WxProperties.java
@@ -13,7 +13,7 @@
    private String memberAppId;
    private String memberAppSecret;
    private String appId;
    /**
     * 微信支付商户号
     */
@@ -108,11 +108,5 @@
        this.staffAppSecret = staffAppSecret;
    }
    public String getAppId() {
        return appId;
    }
    public void setAppId(String appId) {
        this.appId = appId;
    }
}