印度包网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
496 B

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",
}
)