Exemplo n.º 1
0
 public Image GetHeadImage(string username)
 {
     try
     {
         WXService wxs = new WXService();
         return(wxs.GetHeadImg(username));
     }
     catch (Exception ex)
     {
         log.Error(ex);
     }
     return(null);
 }