Categorygithub.com/darwinOrg/go-wechat
modulepackage
0.0.4
Repository: https://github.com/darwinorg/go-wechat.git
Documentation: pkg.go.dev

# README

go版微信sdk

# Constants

EnvVersionDevelop 开发版.
EnvVersionRelease 正式版.
EnvVersionTrial 体验版.
ExpireTypeInterval 间隔指定天数后失效.
ExpireTypeTime 指定时间戳后失效.

# Structs

No description provided by the author
CommonError 微信返回的通用错误 json.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

EnvVersion 要打开的小程序版本。正式版为 "release",体验版为 "trial",开发版为 "develop".
ExpireType 失效类型 (指定时间戳/指定间隔).