@@ -86,8 +86,8 @@ public interface WxCpTpService {
8686 * @param forceRefresh 强制刷新
8787 * @return the suite ticket
8888 * @throws WxErrorException the wx error exception
89- * @deprecated 由于无法主动刷新 ,所以这个接口实际已经没有意义,需要在接收企业微信的主动推送后,保存这个ticket
9089 * @see #setSuiteTicket(String) #setSuiteTicket(String)
90+ * @deprecated 由于无法主动刷新 ,所以这个接口实际已经没有意义,需要在接收企业微信的主动推送后,保存这个ticket
9191 */
9292 @ Deprecated
9393 String getSuiteTicket (boolean forceRefresh ) throws WxErrorException ;
@@ -127,12 +127,12 @@ public interface WxCpTpService {
127127 /**
128128 * 获取企业凭证
129129 *
130- * @param authCorpid 授权方corpid
130+ * @param authCorpId 授权方corpid
131131 * @param permanentCode 永久授权码,通过get_permanent_code获取
132132 * @return the corp token
133133 * @throws WxErrorException the wx error exception
134134 */
135- WxAccessToken getCorpToken (String authCorpid , String permanentCode ) throws WxErrorException ;
135+ WxAccessToken getCorpToken (String authCorpId , String permanentCode ) throws WxErrorException ;
136136
137137 /**
138138 * 获取企业永久授权码 .
@@ -178,7 +178,8 @@ public interface WxCpTpService {
178178 * @param authType 授权类型:0 正式授权, 1 测试授权。
179179 * @return pre auth url
180180 * @throws WxErrorException the wx error exception
181- * @Link https ://work.weixin.qq.com/api/doc/90001/90143/90602 </pre>
181+ * @link https ://work.weixin.qq.com/api/doc/90001/90143/90602
182+ * </pre>
182183 */
183184 String getPreAuthUrl (String redirectUri , String state , int authType ) throws WxErrorException ;
184185
@@ -317,8 +318,9 @@ public interface WxCpTpService {
317318
318319 /**
319320 * 获取登录用户信息
320- *
321+ * <p>
321322 * 文档地址:https://work.weixin.qq.com/api/doc/90001/90143/91125
323+ *
322324 * @param authCode the auth code
323325 * @return login info
324326 * @throws WxErrorException the wx error exception
0 commit comments