package jin const ( APIRlease = "https://m.pg-nmgav.com" APITest = "https://mobile.forture666.com" // LaunchGameURL = "/api/usr/ingame" // GetGameListURL = "/api/game/loadlist" // Lang = "hi" ) type Agent struct { MchId string `json:"mch_id"` Key string `json:"key"` } var ( API = "" AgentMap Agent AgentMapTest = Agent{ MchId: "677744", Key: "tg5judxp074p7ogbao", } AgentMapRelease = Agent{ MchId: "695865", Key: "hsnjz93vwt0m5rmx1n", } )