This commit is contained in:
2025-11-06 00:13:02 +08:00
parent c771c99d6e
commit 8a678d409b
4 changed files with 46 additions and 0 deletions

View File

@@ -97,5 +97,13 @@ public interface ITencentDocService {
* @return 工作表列表
*/
JSONObject getSheetList(String accessToken, String fileId);
/**
* 获取用户信息
*
* @param accessToken 访问令牌
* @return 用户信息
*/
JSONObject getUserInfo(String accessToken);
}