示例#1
0
 public async Task <IActionResult> Clan(string id)
 {
     return(Ok(await _gameDataService.GetClanAsync(id)));
 }