示例#1
0
 public IActionResult Player(string id)
 {
     return(Ok(_gameDataService.GetPlayer(id)));
 }