mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
Merge commit 'ee2cf21efc8cf43fa2334a23e7437f1ccd646fbe' into develop
* commit 'ee2cf21efc8cf43fa2334a23e7437f1ccd646fbe': fix: issue #163
This commit is contained in:
commit
a312760d32
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user