BaseWeixinPayClient

package
v5.1.38 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientType

type ClientType struct {
	//配置内容
	ConfigData configType
	BaseURL    string
}

ClientType 商户支付平台初始化组件

func GetMerchantClient

func GetMerchantClient(fromSystem int, orgID int64) (client ClientType, err error)

GetMerchantClient 获取指定ID的商户client数据 fromSystem 来源于不同的渠道,例如小程序,将影响支付过程中的appID组成部分 支持: 0 微信小程序

type ResponseBase

type ResponseBase struct {
	Errcode int    `json:"errcode"`
	Errmsg  string `json:"errmsg"`
}

ResponseBase 请求微信返回基础数据

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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