// Code generated by goctl. DO NOT EDIT. package types type BaseGoodsClassifyReq struct { AppId string `header:"appId,default=10000"` } type Reply struct { Error_code int64 `json:"error_code"` Error_msg string `json:"error_msg"` Data interface{} `json:"data"` }