global

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package global 全局sesssion 信息

Package global bf1全局变量

Package global 游戏代号

Index

Constants

View Source
const (
	BFBan = "https://api.gametools.network/bfban/" // BFBan gt联ban api
	BFEAC = "https://api.bfeac.com/"               // BFEAC api
)
View Source
const (
	NativeAPI    string = "https://sparta-gw.battlelog.com/jsonrpc/pc/api"       // NativeAPI EA JSONRPC API
	SessionAPI   string = "https://battlefield-api.sakurakooi.dev/account/login" // SessionAPI 通过SakuraKooi 获取session 信息
	OperationAPI string = "https://sparta-gw.battlelog.com/jsonrpc/ps4/api"      // OperationAPI 交换和行动包查询
)
View Source
const (
	AddVIP        string = "RSP.addServerVip"                   // AddVIP 			单服务器添加VIP
	RemoveVIP     string = "RSP.removeServerVip"                // RemoveVIP 		单服务器移除VIP
	AddBan        string = "RSP.addServerBan"                   // AddBan 			单服务器添加玩家进入ban列
	RemoveBan     string = "RSP.removeServerBan"                // RemoveBan 		单服务器ban列移除玩家
	Kick          string = "RSP.kickPlayer"                     // Kick 			单服务器踢出玩家
	ChooseMap     string = "RSP.chooseLevel"                    // ChooseMap 		单服务器切换地图
	ServerDetails string = "GameServer.getFullServerDetails"    // ServerDetails 	单服务器完整信息查询
	Stats         string = "Stats.detailedStatsByPersonaId"     // Stats 			单玩家战绩获取
	Weapons       string = "Progression.getWeaponsByPersonaId"  // Weapons 			单玩家武器获取
	Vehicles      string = "Progression.getVehiclesByPersonaId" // Vehicles 		单玩家载具获取
	Playing       string = "GameServer.getServersByPersonaIds"  // Playing 			多玩家正在游玩获取
	RecentServer  string = "ServerHistory.mostRecentServers"    // RecentServer 	单玩家游玩服务器历史获取
	ServerInfo    string = "GameServer.getServerDetails"        // ServerInfo 		单服务器游戏信息获取
	ServerRSP     string = "RSP.getServerDetails"               // ServerRSP 		单服务器RSP信息获取

	Exchange string = "ScrapExchange.getOffers"                    // Exchange 交换信息获取
	Campaign string = "CampaignOperations.getPlayerCampaignStatus" // Campaign 行动包查询
)
View Source
const (
	BF1 string = "tunguska"
	BFV string = "casablanca"
	BF4 string = "bf4"
)

游戏代号

Variables

View Source
var Account *account

Account 全局账号登陆信息

存有 session, token, sid, remid

View Source
var DB *gorm.DB

DB 全局数据库

View Source
var Dictionary map[string]string

Dictionary 全局简转繁词典

Functions

This section is empty.

Types

type Sakura

type Sakura struct {
	SakuraID    string
	SakuraToken string
}

Sakura apikey 和api id

var SakuraAPI *Sakura

SakuraAPI 含有api id, api key

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL