1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-11 08:12:26 +08:00

支持微信小程序隐私接口 (#518)

* save

* set privacy

* 完善小程序隐私设置接口

* fix privacy desc

* 移除gitpod定义文件,api响应解析改用公共方法

* use DecodeWithCommonError

* fix ci

* fix ci

* fix other package ci

* fix err
This commit is contained in:
wby
2021-12-28 14:34:50 +08:00
committed by GitHub
parent 9cecda0469
commit 4721f7567b
3 changed files with 174 additions and 1 deletions

2
go.mod
View File

@@ -15,4 +15,4 @@ require (
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/h2non/gock.v1 v1.0.15
)
)