feat(新功能): fix(修复bug): : refactor(重构): test(增加测试): 徐佩design测试
This commit is contained in:
@@ -224,8 +224,9 @@ def design_generate_v2(request_data):
|
||||
|
||||
if test_response:
|
||||
# 打印结果
|
||||
logger.info(f"xupei test response : {test_xp_response.text}")
|
||||
logger.info(f"tianxiang test response : {test_response.text}")
|
||||
if test_xp_response:
|
||||
logger.info(f"xupei test response : {test_xp_response.text}")
|
||||
|
||||
for step, object in enumerate(objects_data):
|
||||
t = threading.Thread(target=process_object, args=(step, object))
|
||||
|
||||
Reference in New Issue
Block a user