feat(新功能): fix(修复bug): : refactor(重构): test(增加测试): 徐佩design测试

This commit is contained in:
zhh
2025-09-23 10:12:19 +08:00
parent 79865d9a96
commit 1f45fe48a3

View File

@@ -200,10 +200,10 @@ def design_generate_v2(request_data):
items_response['synthesis_url'] = synthesis_single(item_result['front_image'], item_result['back_image']) items_response['synthesis_url'] = synthesis_single(item_result['front_image'], item_result['back_image'])
# 发送结果给java端 # 发送结果给java端
url = JAVA_STREAM_API_URL url = JAVA_STREAM_API_URL
# xu_pei_test_url = "https://cd21b9110505.ngrok-free.app/api/third/party/receiveDesignResults" xu_pei_test_url = "https://137f6b5c3490.ngrok-free.app/api/third/party/receiveDesignResults"
tianxaing_test_url = "https://c2ae520723c9.ngrok-free.app/api/third/party/receiveDesignResults" tianxaing_test_url = "https://c2ae520723c9.ngrok-free.app/api/third/party/receiveDesignResults"
logger.info(f"java 回调 -> {url}") logger.info(f"java 回调 -> {url}")
# logger.info(f"xupei java 回调 -> {xu_pei_test_url}") logger.info(f"xupei java 回调 -> {xu_pei_test_url}")
logger.info(f"tianxiang java 回调 -> {tianxaing_test_url}") logger.info(f"tianxiang java 回调 -> {tianxaing_test_url}")
headers = { headers = {
@@ -219,12 +219,12 @@ def design_generate_v2(request_data):
# 打印结果 # 打印结果
logger.info(response.text) logger.info(response.text)
# test_response = post_request(xu_pei_test_url, json_data=items_response, headers=headers) test_xp_response = post_request(xu_pei_test_url, json_data=items_response, headers=headers)
test_response = post_request(tianxaing_test_url, json_data=items_response, headers=headers) test_response = post_request(tianxaing_test_url, json_data=items_response, headers=headers)
if test_response: if test_response:
# 打印结果 # 打印结果
# logger.info(f"xupei test response : {test_response.text}") logger.info(f"xupei test response : {test_xp_response.text}")
logger.info(f"tianxiang test response : {test_response.text}") logger.info(f"tianxiang test response : {test_response.text}")
for step, object in enumerate(objects_data): for step, object in enumerate(objects_data):