package
Version:
v0.0.0-...-aa73d0e
Opens a new window with list of versions in this module.
Published: Jul 15, 2022
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Result struct {
Code string `json:"code,omitempty"`
Message string `json:"message,omitempty"`
}
type V3 struct {
MchID string `json:"mchid"`
ClientKeyPath string `json:"clientKeyPath"`
SerialNo string `json:"serialNo"`
}
func (m V3) Request(api string, body interface{}, out interface{}) error
Sign 签名
@param method string 请求类型
@param url string 请求地址
@param body interface 请求数据
Source Files
¶
Click to show internal directories.
Click to hide internal directories.