GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • configs
  • init.go
  • 29e2ebdc   refactor♻️:redis对象和mysql对象持久化和读取 Browse Code »
    王家文
    2024-04-17 11:30:50 +0800  
init.go 144 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package configs

func Init() bool {

	gameId := "10149"

	_, _ = GetApiGameConfig(gameId)
	_, _ = GetCardActivityConfig(gameId)

	return true
}