This commit is contained in:
2025-03-21 20:44:35 +08:00
parent bac4fd8b11
commit 8cede57a70
21 changed files with 430 additions and 120 deletions

View File

@ -0,0 +1,6 @@
package rediskey
const (
//用户总资产 {exchange_type,user_id}
User_Total_Asset = "u_total_asset:%s:%v"
)