mirror of
https://github.com/Remik1r3n/maimaiDX-Api.git
synced 2025-05-20 20:07:29 +08:00
minus fix
This commit is contained in:
parent
6247c740d2
commit
0f4df3df9f
@ -101,9 +101,10 @@ def implLoginBonus(userId: int, currentLoginTimestamp:int, currentLoginResult, b
|
|||||||
"maxCount": 2000
|
"maxCount": 2000
|
||||||
})
|
})
|
||||||
finalLoginBonusData = json.loads(apiSDGB(data, "GetUserLoginBonusApi", userId))
|
finalLoginBonusData = json.loads(apiSDGB(data, "GetUserLoginBonusApi", userId))
|
||||||
|
return finalLoginBonusData
|
||||||
###### PRODUCTION 用には、上記のコードを削除してください
|
###### PRODUCTION 用には、上記のコードを削除してください
|
||||||
|
|
||||||
return finalLoginBonusData
|
return currentUserAllResult
|
||||||
|
|
||||||
def generateLoginBonusList(UserLoginBonusList, generateMode=1):
|
def generateLoginBonusList(UserLoginBonusList, generateMode=1):
|
||||||
'''
|
'''
|
||||||
|
@ -5,4 +5,4 @@ placeName = "赛博时空枣庄市中店"
|
|||||||
clientId = "A63E01E9564"
|
clientId = "A63E01E9564"
|
||||||
|
|
||||||
# 日本精工,安全防漏
|
# 日本精工,安全防漏
|
||||||
#from Private_Static_Settings import *
|
from Private_Static_Settings import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user