🎨 优化部分文档注释
This commit is contained in:
@@ -408,7 +408,7 @@ public interface WxOpenComponentService {
|
||||
* @return the wx mp o auth 2 access token
|
||||
* @throws WxErrorException the wx error exception
|
||||
* @see WxMpService#getOAuth2Service()
|
||||
* @deprecated 2021-05-21: 已修正公众号相关接口,请使用:WxOpenCommpentService.getWxMpServiceByAppid(mpAppId).getOAuth2Service().getAccessToken(code)
|
||||
* @deprecated 2021-05-21: 已修正公众号相关接口,请使用:WxOpenComponentService.getWxMpServiceByAppid(mpAppId).getOAuth2Service().getAccessToken(code)
|
||||
*/
|
||||
@Deprecated
|
||||
WxOAuth2AccessToken oauth2getAccessToken(String appid, String code) throws WxErrorException;
|
||||
|
||||
@@ -28,7 +28,7 @@ public class WxOpenMpOAuth2ServiceImpl extends WxOAuth2ServiceDecorator {
|
||||
|
||||
/**
|
||||
* 第三方平台代公众号发起网页授权
|
||||
* 文档地址:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Official_Accounts/official_account_website_authorization.html
|
||||
* 文档地址:<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Official_Accounts/official_account_website_authorization.html">第三方平台代公众号发起网页授权</a>
|
||||
*
|
||||
* @param code 微信授权code
|
||||
* @return 微信用户信息
|
||||
|
||||
Reference in New Issue
Block a user