|
@@ -219,6 +219,7 @@ async def make_anchor_video(req:models.request,token: str = Depends(oauth2_schem
|
|
|
if req.multiLang==0:
|
|
|
for txt in req.text_content:
|
|
|
if re.search('[a-zA-Z]', txt) !=None:
|
|
|
+ print('語言錯誤')
|
|
|
return {'msg':'輸入字串不能包含英文字!'}
|
|
|
name_hash = str(time.time()).replace('.','')
|
|
|
for imgu in req.image_urls:
|