From 48442d1c43bf1c348b788ff182ccd57b08e2a8e8 Mon Sep 17 00:00:00 2001 From: jinyu Date: Sat, 30 May 2015 20:46:09 +0800 Subject: [PATCH] update md --- weixin4j-mp/README.md | 2 +- weixin4j-qy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/weixin4j-mp/README.md b/weixin4j-mp/README.md index a0b165d8..09c5383e 100644 --- a/weixin4j-mp/README.md +++ b/weixin4j-mp/README.md @@ -91,7 +91,7 @@ weixin.properties说明 // weixinProxy = new WeixinProxy(weixinAccount); weixinProxy.getUser(openId); -> 针对`token`存储有两种方案,`File存储`/`Redis存储`,当然也可自己实现`TokenHolder`,默认使用文件(xml)的方式保存token,如果环境中支持`redis`,建议使用(RedisTokenHolder)[https://github.com/foxinmy/weixin4j/wiki/%E7%94%A8redis%E4%BF%9D%E5%AD%98token]. +> 针对`token`存储有两种方案,`File存储`/`Redis存储`,当然也可自己实现`TokenHolder`,默认使用文件(xml)的方式保存token,如果环境中支持`redis`,建议使用[RedisTokenHolder](https://github.com/foxinmy/weixin4j/wiki/%E7%94%A8redis%E4%BF%9D%E5%AD%98token). > > WeixinProxy weixinProxy = new WeixinProxy(new RedisTokenHolder()); diff --git a/weixin4j-qy/README.md b/weixin4j-qy/README.md index eb1a54be..6370713e 100644 --- a/weixin4j-qy/README.md +++ b/weixin4j-qy/README.md @@ -58,7 +58,7 @@ weixin.properties说明 // weixinProxy = new WeixinProxy(weixinAccount); weixinProxy.getUser(userid); -> 针对`token`存储有两种方案,`File存储`/`Redis存储`,当然也可自己实现`TokenHolder`,默认使用文件(xml)的方式保存token,如果环境中支持`redis`,建议使用(RedisTokenHolder)[https://github.com/foxinmy/weixin4j/wiki/%E7%94%A8redis%E4%BF%9D%E5%AD%98token]. +> 针对`token`存储有两种方案,`File存储`/`Redis存储`,当然也可自己实现`TokenHolder`,默认使用文件(xml)的方式保存token,如果环境中支持`redis`,建议使用[RedisTokenHolder](https://github.com/foxinmy/weixin4j/wiki/%E7%94%A8redis%E4%BF%9D%E5%AD%98token). > WeixinProxy weixinProxy = new WeixinProxy(new RedisTokenHolder());