NetWorkHeadersConfig.cs 370 B

123456789
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class NetWorkHeadersConfig
  5. {
  6. public const string Stdio2_url = "https://webapi-fat.shadowcreator.com/100009/index.php?s=index/command/gateway";
  7. //public const string Stdio2_url = "http://kstest.shadowcreator.com/fat/ypf/studio/public/index.php?s=index/command/gateway";
  8. }