design stream流 java地址修改

This commit is contained in:
zhouchengrong
2024-12-09 13:37:21 +08:00
parent 482137ef8c
commit 6e67248e51
3 changed files with 6 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ def design_generate_v2(request_data):
})
items_response['synthesis_url'] = synthesis_single(item_result['front_image'], item_result['back_image'])
# 发送结果给java端
url = "https://develop.api.aida.com.hk/api/third/party/receiveDesignResults"
url = JAVA_STREAM_API_URL
headers = {
'Accept': "*/*",
'Accept-Encoding': "gzip, deflate, br",