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