diff --git a/process.py b/process.py index dc6b552..28cc905 100644 --- a/process.py +++ b/process.py @@ -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,