| | |
| | | * @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; |