Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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"`
- }
|