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; } }