修改部分形参的名

This commit is contained in:
jinyu
2016-07-07 15:16:50 +08:00
parent ed5703c36f
commit 509f7801c4
8 changed files with 52 additions and 52 deletions
@@ -146,7 +146,7 @@ public class WeixinSuiteProxy {
* 推送suite_ticket协议</a>
* @throws WeixinException
*/
public void cacheTicket(String suiteId, String suiteTicket) throws WeixinException {
public void cacheSuiteTicket(String suiteId, String suiteTicket) throws WeixinException {
suite(suiteId).getTicketManager().cachingTicket(suiteTicket);
}
@@ -156,7 +156,7 @@ public class WeixinSuiteProxy {
* @see {@link #getSuiteAuthorizeURL(String, String,String)}
* @param suiteId
* 套件ID
* @see {@link #cacheTicket(String, String)}
* @see {@link #cacheSuiteTicket(String, String)}
* @return 请求授权的URL
* @throws WeixinException
*/