mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-04 06:07:59 +08:00 
			
		
		
		
	fix code
This commit is contained in:
		@ -52,10 +52,12 @@ public class TestConfigStorage extends WxMpInMemoryConfigStorage {
 | 
				
			|||||||
    this.qrconnectRedirectUrl = qrconnectRedirectUrl;
 | 
					    this.qrconnectRedirectUrl = qrconnectRedirectUrl;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @Override
 | 
				
			||||||
  public String getTemplateId() {
 | 
					  public String getTemplateId() {
 | 
				
			||||||
    return this.templateId;
 | 
					    return this.templateId;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @Override
 | 
				
			||||||
  public void setTemplateId(String templateId) {
 | 
					  public void setTemplateId(String templateId) {
 | 
				
			||||||
    this.templateId = templateId;
 | 
					    this.templateId = templateId;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user