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 ¶
ResponseBase 请求微信返回基础数据
Click to show internal directories.
Click to hide internal directories.