コード例 #1
0
 //试玩
 public static string[] GetUserInfoDemo(int id)
 {
     return(userService.GetUserInfoDemo(id));
 }