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