憋下个功能

This commit is contained in:
Kohaku 2025-02-08 22:51:07 +08:00
parent 0edd75f60f
commit 25ba03e9fb

View File

@ -11,7 +11,10 @@ from API_TitleServer import apiSDGB
from Config import * from Config import *
def apiUploadUserPlaylog(userId:int, musicDataToBeUploaded, currentUserData2, loginId:int) -> str: def apiUploadUserPlaylog(userId:int, musicDataToBeUploaded, currentUserData2, loginId:int) -> str:
"""返回 Json String。""" """
上传一个 UserPlayLog
注意成绩为随机的空成绩只用作占位
返回 Json String"""
# 构建一个 PlayLog # 构建一个 PlayLog
data = json.dumps({ data = json.dumps({