1 Star 0 Fork 1

可乐烛光烟 / go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.go 867 Bytes
一键复制 编辑 原始数据 按行查看 历史
可乐烛光烟 提交于 2022-11-09 00:21 . Initial commit
/*
* @Author: i@rysa.cn
* @Date: 2022-06-01 09:30:51
* @LastEditTime: 2022-08-31 11:55:56
* @LastEditors: i@rysa.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"`
}
1
https://gitee.com/rysa/go-utils.git
git@gitee.com:rysa/go-utils.git
rysa
go-utils
go-utils
v1.1.0

搜索帮助