Init Commit

This commit is contained in:
7a1dd609-d238-4580-9d5f-ee8412b0f5bc
2025-01-10 15:14:04 +08:00
commit 637457dd37
15 changed files with 9859 additions and 0 deletions

13
charge.py Normal file
View File

@@ -0,0 +1,13 @@
import json
from sdgb import sdgb_api
def charge(userId):
data = json.dumps({
"userId": userId,
})
charge_result = json.loads(sdgb_api(data, "GetUserChargeApi", userId))
return charge_result