1
0
mirror of synced 2025-12-23 18:48:00 +08:00

添加一些常量, 修改一些注释

This commit is contained in:
Daniel Qian
2014-08-22 16:30:16 +08:00
parent c2b166becc
commit 639c925bf3
3 changed files with 70 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ public interface WxService {
/**
* <pre>
* 验证推送过来的消息的正确性
* 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=接入指南
* 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=验证消息真实性
* </pre>
* @param timestamp
* @param nonce
@@ -24,7 +24,7 @@ public interface WxService {
/**
* <pre>
* 获取access_token本方法线程安全
* 且在多线程同时刷新时只刷新一次,避免超出1200次的调用次数上限
* 且在多线程同时刷新时只刷新一次避免超出200次/日的调用次数上限
*
* 另本service的所有方法都会在access_token过期是调用此方法
*