package userOrder type UserRequest struct { UserID int `json:"user_id"` Order string `json:"userorder"` // 对应商品标识:stock10000 ~ stock10004 }