代码拉取完成,页面将自动刷新
/*
* @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"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。