面包店
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

10 líneas
547 B

  1. package md
  2. type SetSysCfgReq struct {
  3. WxMchApiV3Key string `json:"wx_mch_api_v3_key" label:"微信商户APIv3密钥"`
  4. WxMchCertificateSerialNumber string `json:"wx_mch_certificate_serial_number" label:"微信商户证书序列号"`
  5. WxMchId string `json:"wx_mch_id" label:"微信商户号"`
  6. WxOfficialAccountAppId string `json:"wx_official_account_app_id" label:"微信公众号appId"`
  7. WxOfficialAccountAppSecret string `json:"wx_official_account_app_secret" label:"微信公众号appSecret"`
  8. }