弃用代码,准备 checkout 到孤儿分支。
This commit is contained in:
@@ -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)
|
||||
|
||||
# 上传的乐曲成绩
|
||||
# 此成绩将覆盖原有成绩
|
||||
|
||||
Reference in New Issue
Block a user