response

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonError

type CommonError struct {
	ApiName string
	ErrMsg  string `json:"errmsg"`
	ErrCode int64  `json:"errcode"`
}

CommonError 微信返回的通用错误json

func (*CommonError) Error

func (e *CommonError) Error() string

func (*CommonError) GetApiName

func (e *CommonError) GetApiName() string

func (*CommonError) GetErrCode

func (e *CommonError) GetErrCode() int64

func (*CommonError) GetErrMsg

func (e *CommonError) GetErrMsg() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL