This commit is contained in:
2025-11-06 02:32:27 +08:00
parent 350ecde455
commit ff2002642a
7 changed files with 717 additions and 43 deletions

View File

@@ -29,8 +29,8 @@ public class TencentDocConfig {
/** 授权回调地址 */
private String redirectUri;
/** API基础地址 - V3版本注意:根据文档路径推测应该是 /open/api/v3 */
private String apiBaseUrl = "https://docs.qq.com/open/api/v3";
/** API基础地址 - V3版本实际路径:/openapi/spreadsheet/v3 */
private String apiBaseUrl = "https://docs.qq.com/openapi/spreadsheet/v3";
/** OAuth授权地址 */
private String oauthUrl = "https://docs.qq.com/oauth/v2/authorize";