liujie
2 天以前 3033ccf3878fae2c204df53be2a283f29f5853ed
ruoyi-system/src/main/java/com/ruoyi/system/utils/wx/model/WeixinProperties.java
@@ -37,6 +37,34 @@
     * @return secret ID
     */
    private String secretId;
    /**
     * 获取 appLiveResultTemplateId  小程序订阅消息
     *
     * @return appLiveResultTemplateId
     */
    private String appLiveResultTemplateId;
    /**
     * 获取 officeAppLiveResultTemplateId  公众号模板消息
     *
     * @return officeAppLiveResultTemplateId
     */
    private String officeAppLiveResultTemplateId;
    public String getOfficeAppLiveResultTemplateId() {
        return officeAppLiveResultTemplateId;
    }
    public void setOfficeAppLiveResultTemplateId(String officeAppLiveResultTemplateId) {
        this.officeAppLiveResultTemplateId = officeAppLiveResultTemplateId;
    }
    public String getAppLiveResultTemplateId() {
        return appLiveResultTemplateId;
    }
    public void setAppLiveResultTemplateId(String appLiveResultTemplateId) {
        this.appLiveResultTemplateId = appLiveResultTemplateId;
    }
    public String getSecretId() {
        return secretId;