1
This commit is contained in:
@@ -97,5 +97,13 @@ public interface ITencentDocService {
|
||||
* @return 工作表列表
|
||||
*/
|
||||
JSONObject getSheetList(String accessToken, String fileId);
|
||||
|
||||
/**
|
||||
* 获取用户信息
|
||||
*
|
||||
* @param accessToken 访问令牌
|
||||
* @return 用户信息
|
||||
*/
|
||||
JSONObject getUserInfo(String accessToken);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user