package models type InsertDownloadRequest struct { BiZhiId int `json:"biZhiId"` OpenId string `json:"openId"` }