Esempio n. 1
0
 public Dictionary <string, Object> GetMemberAddressBySelected(string MemLoginID)
 {
     try
     {
         Dictionary <string, object> dic = new Dictionary <string, object>();
         dic = CommonRequest.ApiDefaultAddress(MemLoginID);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("获取默认收货地址接口异常:" + e.Message);
         return(null);
     }
 }