Merge branch 'master' of git@github.com:foxinmy/weixin4j.git
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user