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.
wechatpayapiv3/get.go

18 lines
301 B

package wechatpayapiv3
func (c *Client) GetAppId() string {
return c.config.AppId
}
func (c *Client) GetMchId() string {
return c.config.MchId
}
func (c *Client) GetMchSslKey() string {
return c.config.MchSslKey
}
func (c *Client) GetMchSslSerialNo() string {
return c.config.MchSslSerialNo
}