GITLAB

newproject / cleanddcs

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • cleanddcs
  • src
  • common
  • redis
  • def.go
  • a9aa8738   提交 Browse Code »
    陆恒
    2020-09-15 10:29:51 +0800  
def.go 151 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
package redis

const (
	USER_DATA_KEY     = "DAYCS_USER_DATA_KEY"     //玩家数据 hset
	GAME_ACCESS_TOKEN = "DAYCD_GAME_ACCESS_TOKEN" //头条sdk
)