This commit is contained in:
27942
2026-01-05 08:55:13 +08:00
parent 0fcb4a6019
commit d64455f310
15794 changed files with 948 additions and 69 deletions

View File

@@ -35,6 +35,8 @@ class TgPhoneDevices(Model):
pwd = CharField(null=True, ) # 电话号码
device_start = IntegerField(null=True, ) # API ID
dep_code = CharField(null=True, ) # 电话号码
class Meta:
database = db # 指定数据库
table_name = 'tg_phone_devices' # 指定表名称