package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Sep 25, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
BaseOpenUrl = "https://open.weixin.qq.com"
BaseApiUrl = "https://api.weixin.qq.com"
)
type ErrorDTO struct {
ErrCode int `json:"errcode"`
ErrMsg string `json:"errmsg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.