minus improvements

This commit is contained in:
Remik1r3n
2025-01-24 11:35:54 +08:00
parent a714fc5655
commit 1b852dee9a
5 changed files with 17 additions and 20 deletions

View File

@@ -12,19 +12,6 @@ from HelperUserAll import generateFullUserAll
def implUnlockThing(newUserItemList, userId: int, currentLoginTimestamp:int, currentLoginResult) -> str:
'''
解锁东西的实现
Note: itemKind 如下
PLATE = 1 # 姓名框
TITLE = 2 # 称号
ICON = 3 # 头像
PRESENT = 4
MUSIC = 5 # 乐曲
MUSIC_MASTER = 6
MUSIC_RE_MASTER = 7
MUSIC_STRONG = 8
CHARACTER = 9 # 旅行伙伴
PARTNER = 10 # 搭档
FRAME = 11 # 背景板
TICKET = 12 # 功能票
'''
# 上传上去的歌曲记录
musicDataToBeUploaded = ({
@@ -70,3 +57,4 @@ def implUnlockThing(newUserItemList, userId: int, currentLoginTimestamp:int, cur
logger.info("解锁东西:结果:"+ str(currentUserAllResult))
return currentUserAllResult