弃用代码,准备 checkout 到孤儿分支。

This commit is contained in:
91c0e59d-6161-45ab-8aa4-2371574db28f
2025-12-31 13:05:36 +08:00
parent 559cc98083
commit 244d91b7bf
4 changed files with 46 additions and 12 deletions

View File

@@ -1,14 +1,33 @@
# This file contains the config of the whole project.
# DO NOT share your crtical info to others.
# Change the file name from .settings.py to settings.py.
from sdgb import aimedb_api, felica
from sdgb import aimedb_api, felica, mifare
accessCode = 50000000000000000000
IDm = "0000000000000000"
felica(IDm)
########## Felica Card ##########
#################################
## 这一部分仅作为参考,相关 API 已被 AiMeDB 禁用。
# accessCode = "50000000000000000000"
# IDm = "0000000000000000"
# felica(IDm)
# userId = aimedb_api(accessCode)
#################################
##################################
########## Mifare Card ##########
#################################
accessCode = "01036000000000000000"
serialNumber = "00000000"
userId = mifare(accessCode, serialNumber)
#################################
##################################
userId = aimedb_api(accessCode)
# 上传的乐曲成绩
# 此成绩将覆盖原有成绩