예제 #1
0
 /// <summary>
 /// 设置头像
 /// </summary>
 public int setIcon(string userId, string path)
 {
     return(userD.setUserIcon(userId, path));
 }