附近小店
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.
 
 
 

13 lignes
465 B

  1. package md
  2. type WechatPay struct {
  3. PayWxApiKey string `json:"pay_wx_api_key" example:"微信支付api密钥"`
  4. PayWxMchId string `json:"pay_wx_mch_id" example:"微信支付商户mch_id"`
  5. }
  6. type WechatPaySave struct {
  7. PayWxApiKey string `json:"pay_wx_api_key" example:"微信支付api密钥"`
  8. PayWxMchId string `json:"pay_wx_mch_id" example:"微信支付商户mch_id"`
  9. WechatP12ApiclientCert string `json:"wechat_p12_apiclient_cert"`
  10. }