25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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"`
- }
|