1
This commit is contained in:
@@ -29,8 +29,8 @@ public class TencentDocConfig {
|
||||
/** 授权回调地址 */
|
||||
private String redirectUri;
|
||||
|
||||
/** API基础地址 */
|
||||
private String apiBaseUrl = "https://docs.qq.com/open/v1";
|
||||
/** API基础地址 - V3版本(注意:是 /openapi/v3 不是 /open/v3) */
|
||||
private String apiBaseUrl = "https://docs.qq.com/openapi/v3";
|
||||
|
||||
/** OAuth授权地址 */
|
||||
private String oauthUrl = "https://docs.qq.com/oauth/v2/authorize";
|
||||
|
||||
Reference in New Issue
Block a user