修改部分形参的名

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
@@ -125,7 +125,7 @@ public class WeixinComponentProxy {
* 组件ticket内容
* @throws WeixinException
*/
public void cacheTicket(String componentId, String componentTicket) throws WeixinException {
public void cacheComponentTicket(String componentId, String componentTicket) throws WeixinException {
component(componentId).getTicketManager().cachingTicket(componentTicket);
}
@@ -135,7 +135,7 @@ public class WeixinComponentProxy {
* @see {@link #getComponentAuthorizeURL(String, String,String)}
* @param componentId
* 组件ID
* @see {@link #cacheTicket(String, String)}
* @see {@link #cacheComponentTicket(String, String)}
* @return 请求授权的URL
* @throws WeixinException
*/