parent
369f276d3d
commit
5b7065dd0d
@ -4,6 +4,7 @@ import LarkDriveService from "./drive"
|
||||
import LarkMessageService from "./message"
|
||||
import LarkSheetService from "./sheet"
|
||||
import LarkUserService from "./user"
|
||||
import LarkWikiService from "./wiki"
|
||||
|
||||
class LarkService {
|
||||
drive: LarkDriveService
|
||||
@ -12,6 +13,7 @@ class LarkService {
|
||||
sheet: LarkSheetService
|
||||
auth: LarkAuthService
|
||||
chat: LarkChatService
|
||||
wiki: LarkWikiService
|
||||
requestId: string
|
||||
|
||||
constructor({
|
||||
@ -34,6 +36,7 @@ class LarkService {
|
||||
this.user = new LarkUserService(getAppAuth, requestId)
|
||||
this.sheet = new LarkSheetService(getAppAuth, requestId)
|
||||
this.chat = new LarkChatService(getAppAuth, requestId)
|
||||
this.wiki = new LarkWikiService(getAppAuth, requestId)
|
||||
this.requestId = requestId
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user