主要修改在asr-monitor-test 修改小程序手机号码登录 小程序的TTS生成(查一查、AI) 增加和支付相关的功能
This commit is contained in:
@@ -1025,6 +1025,11 @@ class MesumOverview(DataBaseModel):
|
||||
null=True,
|
||||
help_text="图片地址",
|
||||
index=False)
|
||||
photo_prefix = CharField(
|
||||
max_length=255,
|
||||
null=True,
|
||||
help_text="文物图片前缀",
|
||||
index=False)
|
||||
address = CharField(
|
||||
max_length=1024,
|
||||
null=True,
|
||||
@@ -1055,6 +1060,8 @@ class MesumAntique(DataBaseModel):
|
||||
combined = TextField(null=True)
|
||||
ttsUrl_adult = CharField(max_length=256, null=True)
|
||||
ttsUrl_child = CharField(max_length=256, null=True)
|
||||
photo_url = CharField(max_length=256, null=True)
|
||||
orgin_text = TextField(null=True)
|
||||
|
||||
class Meta:
|
||||
db_table = 'mesum_antique'
|
||||
|
||||
Reference in New Issue
Block a user