update
This commit is contained in:
parent
2fc2650e82
commit
5d481c850f
@ -222,7 +222,7 @@ async def check_tryon_status(
|
||||
# 获取腾讯云的配置
|
||||
qcloud_service = QCloudCOSService()
|
||||
# 上传图片到腾讯云
|
||||
upload_result = qcloud_service.upload_file(image_data, "tryon_results")
|
||||
upload_result = await qcloud_service.upload_file(image_data, "tryon_results")
|
||||
|
||||
db_tryon.completion_url = upload_result.get("url")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user