minus fix
This commit is contained in:
@@ -101,9 +101,10 @@ def implLoginBonus(userId: int, currentLoginTimestamp:int, currentLoginResult, b
|
||||
"maxCount": 2000
|
||||
})
|
||||
finalLoginBonusData = json.loads(apiSDGB(data, "GetUserLoginBonusApi", userId))
|
||||
return finalLoginBonusData
|
||||
###### PRODUCTION 用には、上記のコードを削除してください
|
||||
|
||||
return finalLoginBonusData
|
||||
return currentUserAllResult
|
||||
|
||||
def generateLoginBonusList(UserLoginBonusList, generateMode=1):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user