refactor: module imports
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# 改变版本号,实现伪封号和解封号之类
|
||||
|
||||
from loguru import logger
|
||||
from Config import *
|
||||
|
||||
from HelperLogInOut import apiLogin, apiLogout, generateTimestamp
|
||||
from HelperFullPlay import implFullPlayAction, generateMusicData
|
||||
from HelperGetUserThing import implGetUser_
|
||||
from MyConfig import testUid8
|
||||
|
||||
def implWipeTickets(userId: int, currentLoginTimestamp:int, currentLoginResult) -> str:
|
||||
# Get User Charge
|
||||
@@ -35,7 +36,7 @@ def implWipeTickets(userId: int, currentLoginTimestamp:int, currentLoginResult)
|
||||
return result
|
||||
|
||||
if __name__ == "__main__":
|
||||
userId = testUid2
|
||||
userId = testUid8
|
||||
currentLoginTimestamp = generateTimestamp()
|
||||
loginResult = apiLogin(currentLoginTimestamp, userId)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user