1、
This commit is contained in:
6
common/const/rediskey/control.go
Normal file
6
common/const/rediskey/control.go
Normal file
@ -0,0 +1,6 @@
|
||||
package rediskey
|
||||
|
||||
const (
|
||||
//用户总资产 {exchange_type,user_id}
|
||||
User_Total_Asset = "u_total_asset:%s:%v"
|
||||
)
|
||||
Reference in New Issue
Block a user