Skip to content

Commit

Permalink
Merge pull request #1 from kgtom/master
Browse files Browse the repository at this point in the history
update DTCompanyConfig -->DTConfig
  • Loading branch information
icepy authored Apr 30, 2018
2 parents fc3dcb2 + 14e8e93 commit e8997a3
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 @@ -64,7 +64,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 e8997a3

Please sign in to comment.