forked from Fragrance/maquitous
fix: no return in charge()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user