feat(新功能):

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试): 新增天祥回调url
This commit is contained in:
zchengrong
2025-11-17 14:54:04 +08:00
parent 30bfd22e3e
commit 322fb9c46b

View File

@@ -213,7 +213,7 @@ def design_generate_v2(request_data):
# 发送结果给java端
url = JAVA_STREAM_API_URL
xu_pei_test_url = "https://137f6b5c3490.ngrok-free.app/api/third/party/receiveDesignResults"
tianxaing_test_url = "https://bd88cece10dc.ngrok-free.app/api/third/party/receiveDesignResults"
tianxaing_test_url = "https://d7436c137fb9.ngrok-free.app/api/third/party/receiveDesignResults"
logger.info(f"java 回调 -> {url}")
logger.info(f"xupei java 回调 -> {xu_pei_test_url}")
logger.info(f"tianxiang java 回调 -> {tianxaing_test_url}")