예제 #1
0
 public Dictionary <string, Object> GetById(string memberAddressId)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiAddressInfo(memberAddressId);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("获取收货地址详情接口异常:" + e.Message);
         return(null);
     }
 }