1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00

添加小程序获取红包封面接口 (#760)

* ADD 获取红包封面

* Update redpacketcover.go

* MOD 修改为统一错误方法

* Update go.yml
This commit is contained in:
ren-jimmy
2024-01-12 19:24:08 +08:00
committed by GitHub
parent 5b29289dbb
commit 7fcd7a34dd
3 changed files with 66 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ jobs:
golangci:
strategy:
matrix:
go-version: [ '1.16','1.17','1.18','1.19','1.20','1.21.4' ]
go-version: [ '1.16','1.17','1.18','1.19','1.20','1.21.4' ]
name: golangci-lint
runs-on: ubuntu-latest
steps: