package md type OrderSorting struct { Oid string `json:"oid"` AdminId string `json:"admin_id"` GoodsInfo []map[string]string `json:"goods_info"` }