weixin4j-mp:新增个性化菜单接口 & 其他优化

This commit is contained in:
jinyu
2015-12-23 15:46:28 +08:00
parent 3c9d4937fe
commit d497fc639a
7 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
</parent>
<artifactId>weixin4j-base</artifactId>
<name>weixin4j-base</name>
@@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.model.Token;
*/
public interface TokenCreator {
/**
* 返回缓存KEY的名称
* 返回缓存KEY的名称:Prefix+UniqueId的组合
*
* @return
*/