Skip to content

Commit

Permalink
update: Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
royalrick committed Sep 27, 2021
1 parent 5ef4ac6 commit 17268fa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,23 @@ fmt.Printf("返回结果: %#v", res)

## 内容安全

- 初始化

```go
package main

import (
"github.com/medivhzhan/weapp/v3"
)

func main() {
sdk := weapp.NewClient("your-appid", "your-secret")

cli := sdk.NewSecurity()
}

```

### imgSecCheck

[官方文档](https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.imgSecCheck.html)
Expand Down

0 comments on commit 17268fa

Please sign in to comment.