Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmhub committed Mar 17, 2022
1 parent bf0bc35 commit cfca7cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Go语言实现企业微信API,a sensible Work Weixin SDK for Go。

#### 回调sdk调用示例

[点击查看完整demo](https://github.com/zsmhub/workweixin/blob/master/demo/callback.go)

```go
// 企微回调设置初始化
func InitCallbackHandler() error {
Expand Down Expand Up @@ -82,6 +84,8 @@ func HandleAppPostRequest(c echo.Context) error {
#### api sdk调用示例
[点击查看完整demo](https://github.com/zsmhub/workweixin/blob/master/demo/api.go)
```go
// 企微API客户端初始化
func InitApiHandler() error {
Expand Down

0 comments on commit cfca7cd

Please # to comment.