package wechat type WxJsConfigRes struct { AppId string `json:"appId"` Timestamp string `json:"timestamp"` NonceStr string `json:"nonceStr"` Signature string `json:"signature"` }