This commit is contained in:
jinyu 2016-01-24 13:24:22 +08:00
parent bca5816617
commit e353731aef
2 changed files with 14 additions and 2 deletions

View File

@ -619,4 +619,10 @@
* 2016-01-23
+ weixin4j-qy:新增获取客服列表接口
+ weixin4j-qy:新增获取客服列表接口
* 2016-01-24
+ weixin4j-base:新增MemoryTokenStorager(内存保存token)类
+ weixin4j-base:TokenStorager类新增evict和clear接口

View File

@ -109,4 +109,10 @@
* 2015-12-26
+ MchPayRequest抽象化
+ MchPayRequest抽象化
* 2016-01-24
+ 新增MemoryTokenStorager(内存保存token)类
+ TokenStorager类新增evict和clear接口