Skip to content

Commit

Permalink
doc:更新使用文档 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyunxing92 committed Mar 16, 2022
1 parent f979a4a commit 979393a
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 @@ -24,7 +24,7 @@ go get github.com/zhaoyunxing92/dingtalk/v2
```

```go
client := NewClient(1244553273, "appkey", "AppSecret")
client := NewClient("appkey", "AppSecret")
// 获取token
token, _ := client.GetAccessToken()

Expand Down

0 comments on commit 979393a

Please sign in to comment.