using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SheepSheep.Dao { class Api { static String host = "https://cat-match.easygame2021.com"; public static String passGame = host + "/sheep/v1/game/game_over?rank_score=1&rank_state=1&rank_time={0}&rank_role=1&skin=1"; } }