mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	fix: issue #163
This commit is contained in:
		| @ -212,6 +212,11 @@ public class WxMpInMemoryConfigStorage implements WxMpConfigStorage { | |||||||
|  |  | ||||||
|   @Override |   @Override | ||||||
|   public File getTmpDirFile() { |   public File getTmpDirFile() { | ||||||
|       return this.getTmpDirFile(); |     return this.tmpDirFile; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   public void setTmpDirFile(File tmpDirFile) { | ||||||
|  |     this.tmpDirFile = tmpDirFile; | ||||||
|  |   } | ||||||
|  |  | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Qian
					Daniel Qian