Skip to content

Commit

Permalink
modify md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomingqiang committed Jul 26, 2021
1 parent 85fa584 commit 97d17d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/api/helpdesk.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
// EncryptKey、VerificationToken:"开发者后台" -> "事件订阅" -> 事件订阅(Encrypt Key、Verification Token)
// HelpDeskID、HelpDeskToken:https://open.feishu.cn/document/ukTMukTMukTM/ugDOyYjL4gjM24CO4IjN
// 更多介绍请看:Github->README.zh.md->如何构建应用配置(AppSettings)
appSettings := core.NewISVAppSettings(
appSettings := core.NewInternalAppSettings(
core.SetAppCredentials("AppID", "AppSecret"), // 必需
core.SetAppEventKey("VerificationToken", "EncryptKey"), // 非必需,订阅事件、消息卡片时必需
core.SetHelpDeskCredentials("HelpDeskID", "HelpDeskToken")) // 非必需,使用服务台API时必需
Expand Down

0 comments on commit 97d17d9

Please sign in to comment.