25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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"`
- }
|