package apiproto type UpdateWechatInfoReq struct { AppId string `json:"appId"` WechatAppSecret string `json:"wechatAppSecret"` WechatAppId string `json:"wechatAppId"` WechatPath string `json:"wechatPath"` WechatSize string `json:"wechatSize"` } type DeleteWechatInfoReq struct { AppId string `json:"appId"` }