//试玩
 public static string[] GetUserInfoDemo(int id)
 {
     return(userService.GetUserInfoDemo(id));
 }