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

18 lines
294 B

package wechatpayopen
func (c *Client) GetSpAppid() string {
return c.config.SpAppid
}
func (c *Client) GetSpMchId() string {
return c.config.SpMchId
}
func (c *Client) GetSubAppid() string {
return c.config.SubAppid
}
func (c *Client) GetSubMchId() string {
return c.config.SubMchId
}