mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-14 02:05:12 +08:00
优化代码
* 错别字 * long l->L * 使xml中不存在的属性不会把java bean中已有的属性覆盖成null 比如:me.chanjar.weixin.mp.api.WxMpInMemoryConfigStorage#accessTokenLock
This commit is contained in:
@@ -90,7 +90,7 @@ public interface WxMpService {
|
||||
* 获取access_token,本方法线程安全
|
||||
* 且在多线程同时刷新时只刷新一次,避免超出2000次/日的调用次数上限
|
||||
*
|
||||
* 另:本service的所有方法都会在access_token过期是调用此方法
|
||||
* 另:本service的所有方法都会在access_token过期时调用此方法
|
||||
*
|
||||
* 程序员在非必要情况下尽量不要主动调用此方法
|
||||
*
|
||||
|
Reference in New Issue
Block a user