1 Star 1 Fork 0

窦雪峰/go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.go 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
窦雪峰 提交于 2022-08-31 16:45 . 子商户
/*
* @Author: i@douxuefeng.cn
* @Date: 2022-06-01 09:30:51
* @LastEditTime: 2022-08-31 11:55:56
* @LastEditors: i@douxuefeng.cn
* @Description:
* @FilePath: /go-utils/wechat/pay/config.go
*/
package pay
type PayConfig struct {
// 普通支付
Appid string `json:"appid"`
MiniAppid string `json:"mini_appid"`
AppAppid string `json:"app_appid"`
// 服务商模式
SpAppid string `json:"sp_appid"`
SpMchid string `json:"sp_mchid"`
SubAppid string `json:"sub_appid"`
SubMchid string `json:"sub_mchid"`
MchId string `json:"mch_id"`
MchCertificateSerialNumber string `json:"mch_certificate_serial_number "` //商户证书序列号
MchApiV3Key string `json:"mch_api_v3_key"` //商户APIv3密钥
Notify string `json:"notify"`
ApiclientKey string `json:"apiclient_key"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/douxuefeng/go-utils.git
git@gitee.com:douxuefeng/go-utils.git
douxuefeng
go-utils
go-utils
v0.2.3

搜索帮助