主要修改在asr-monitor-test 修改小程序手机号码登录 小程序的TTS生成(查一查、AI) 增加和支付相关的功能
This commit is contained in:
@@ -46,7 +46,8 @@ class MesumAntiqueService(CommonService):
|
||||
if mesum_brief:
|
||||
categories_text= mesum_brief[0].category
|
||||
# 统一替换中文分号为英文分号,并去除末尾分号
|
||||
categories_text = categories_text.replace(";", ";").rstrip(";")
|
||||
if categories_text:
|
||||
categories_text = categories_text.replace(";", ";").rstrip(";")
|
||||
# 分割并清理空格/空值
|
||||
mesum_antique_categories = [dynasty.strip() for dynasty in categories_text.split(";") if dynasty.strip()]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user