public Dictionary <string, Object> GetExpressInfo(string orderNumber)
        {
            Dictionary <string, Object> dic = new Dictionary <string, object>();

            dic = CommonRequest.ApiExpressInfo(orderNumber);
            return(dic);
        }