package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jan 21, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiError struct {
ErrCode int64 `json:"errcode"`
ErrMsg string `json:"errmsg"`
}
ApiError 微信Api返回的通用错误
type Error struct {
Code int64 `json:"code"`
Err error `json:"error"`
}
Error 统一错误
Source Files
¶
Click to show internal directories.
Click to hide internal directories.