fix: no return in charge()
This commit is contained in:
parent
a526ea4f81
commit
c74e539d60
@ -151,6 +151,8 @@ def charge(userId):
|
||||
|
||||
charge_result = json.loads(sdgb_api(data, "GetUserChargeApi", userId))
|
||||
|
||||
return charge_result
|
||||
|
||||
def get_ticket(userId):
|
||||
data = json.dumps({
|
||||
"userId": userId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user