up
This commit is contained in:
@@ -155,9 +155,9 @@ public class WeixinSuiteProxy {
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E8%8E%B7%E5%8F%96%E7%99%BB%E5%BD%95%E4%BC%81%E4%B8%9A%E5%8F%B7%E5%AE%98%E7%BD%91%E7%9A%84url">获取登录企业号官网的url</a>
|
||||
* @throws WeixinException
|
||||
*/
|
||||
public String getLoingUrl(String corpId, LoginTargetType targetType,
|
||||
public String getLoginUrl(String corpId, LoginTargetType targetType,
|
||||
int agentId) throws WeixinException {
|
||||
return providerApi.getLoingUrl(corpId, targetType, agentId);
|
||||
return providerApi.getLoginUrl(corpId, targetType, agentId);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.6";
|
||||
|
||||
@@ -25,7 +25,7 @@ public class OauthApi extends QyApi {
|
||||
/**
|
||||
* 企业号用户身份授权
|
||||
*
|
||||
* @see {@link OauthApi#getUserAuthorizeURL(String, String,String)}
|
||||
* @see {@link #getUserAuthorizeURL(String, String,String)}
|
||||
*
|
||||
* @return 请求授权的URL
|
||||
*/
|
||||
|
||||
@@ -73,7 +73,7 @@ public class ProviderApi extends QyApi {
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E8%8E%B7%E5%8F%96%E7%99%BB%E5%BD%95%E4%BC%81%E4%B8%9A%E5%8F%B7%E5%AE%98%E7%BD%91%E7%9A%84url">获取登录企业号官网的url</a>
|
||||
* @throws WeixinException
|
||||
*/
|
||||
public String getLoingUrl(String corpId, LoginTargetType targetType,
|
||||
public String getLoginUrl(String corpId, LoginTargetType targetType,
|
||||
int agentId) throws WeixinException {
|
||||
Token token = providerTokenHolder.getTokenStorager().lookup(
|
||||
getLoginTicketCacheKey(corpId));
|
||||
|
||||
Reference in New Issue
Block a user