增加提取castile到游戏内的列表接口

This commit is contained in:
yuming88
2025-04-28 20:03:37 +08:00
parent d40cdda6ae
commit 95a4337ab3
7 changed files with 93 additions and 19 deletions

View File

@@ -32,6 +32,10 @@ const (
RewardCastile = 2 // 代币
)
const (
FORMATDATETIME = "2006-01-02 15:04:05" // 日期时间
)
func GetAssetType(rewardType int8) AssetType {
switch rewardType {
case RewardTypePoints: