Skip to content

Commit

Permalink
update DTCompanyConfig -->DTConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kgtom authored Apr 27, 2018
1 parent 8ee7d31 commit 14e8e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
func getCompanyDingTalkClient() *dingtalk.DingTalkClient {
CorpID := os.Getenv("CorpId")
CorpSecret := os.Getenv("CorpSecret")
config := &dingtalk.DTCompanyConfig{
config := &dingtalk.DTConfig{
CorpID: CorpID,
CorpSecret: CorpSecret,
}
Expand Down

0 comments on commit 14e8e93

Please sign in to comment.