25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type WechatPay struct {
- PayWxApiKey string `json:"pay_wx_api_key" example:"微信支付api密钥"`
- PayWxMchId string `json:"pay_wx_mch_id" example:"微信支付商户mch_id"`
- }
-
- type WechatPaySave struct {
- PayWxApiKey string `json:"pay_wx_api_key" example:"微信支付api密钥"`
- PayWxMchId string `json:"pay_wx_mch_id" example:"微信支付商户mch_id"`
- WechatP12ApiclientCert string `json:"wechat_p12_apiclient_cert"`
- }
|