Update HelperUserAll.py
This commit is contained in:
@@ -145,6 +145,7 @@ def generateUserAllData(userId, currentLoginResult, currentLoginTimestamp, curre
|
|||||||
"playerOldRating": currentUserData2['playerOldRating'],
|
"playerOldRating": currentUserData2['playerOldRating'],
|
||||||
"playerNewRating": currentUserData2['playerNewRating'],
|
"playerNewRating": currentUserData2['playerNewRating'],
|
||||||
"banState": 0,
|
"banState": 0,
|
||||||
|
"friendRegistSkip": currentUserData2['friendRegistSkip'],
|
||||||
"dateTime": currentLoginTimestamp
|
"dateTime": currentLoginTimestamp
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -191,6 +192,12 @@ def generateUserAllData(userId, currentLoginResult, currentLoginTimestamp, curre
|
|||||||
"placeId": 0,
|
"placeId": 0,
|
||||||
"user2pPlaylogDetailList": []
|
"user2pPlaylogDetailList": []
|
||||||
},
|
},
|
||||||
|
"userIntimateList": [],
|
||||||
|
"userShopItemStockList": [],
|
||||||
|
"userGetPointList": [],
|
||||||
|
"userTradeItemList": [],
|
||||||
|
"userFavoritemusicList": [],
|
||||||
|
"userKaleidxScopeList": [],
|
||||||
"isNewCharacterList": "",
|
"isNewCharacterList": "",
|
||||||
"isNewMapList": "",
|
"isNewMapList": "",
|
||||||
"isNewLoginBonusList": "",
|
"isNewLoginBonusList": "",
|
||||||
@@ -199,12 +206,6 @@ def generateUserAllData(userId, currentLoginResult, currentLoginTimestamp, curre
|
|||||||
"isNewCourseList": "0",
|
"isNewCourseList": "0",
|
||||||
"isNewFavoriteList": "",
|
"isNewFavoriteList": "",
|
||||||
"isNewFriendSeasonRankingList": "",
|
"isNewFriendSeasonRankingList": "",
|
||||||
"userIntimateList": [],
|
|
||||||
"userShopItemStockList": [],
|
|
||||||
"userGetPointList": [],
|
|
||||||
"userTradeItemList": [],
|
|
||||||
"userFavoritemusicList": [],
|
|
||||||
"userKaleidxScopeList": [],
|
|
||||||
"isNewUserIntimateList": "",
|
"isNewUserIntimateList": "",
|
||||||
"isNewFavoritemusicList": "",
|
"isNewFavoritemusicList": "",
|
||||||
"isNewKaleidxScopeList": ""
|
"isNewKaleidxScopeList": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user