Api.cs 376 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace SheepSheep.Dao
  7. {
  8. class Api
  9. {
  10. static String host = "https://cat-match.easygame2021.com";
  11. public static String passGame = host + "/sheep/v1/game/game_over?rank_score=1&rank_state=1&rank_time={0}&rank_role=1&skin=1";
  12. }
  13. }