You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/service/wechatpayapiv3/config.go

8 lines
249 B

package wechatpayapiv3
// 微信支付 API 地址
const (
WechatPayAPIServer = "https://api.mch.weixin.qq.com/v3" // 微信支付 API 地址
WechatPayAPIServerBackup = "https://api2.mch.weixin.qq.com/v3" // 微信支付 API 备份地址
)