数据采集
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
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. }