GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • api-common
  • config
  • const.go
  • 51b577e3   feat:相关公共库加入 Browse Code »
    王家文
    2024-04-02 16:18:30 +0800  
const.go 97 Bytes
Edit Raw Blame History
1 2 3 4 5 6
package config

const (
	CONST_CACHETIME  = 600 //默认缓存时间
	CONST_APIDBINDEX = "api"
)