TASK:模块化;

This commit is contained in:
shahaibo
2025-05-06 17:30:01 +08:00
parent a84fe12a28
commit 6d6768e6cb
5 changed files with 302 additions and 21 deletions

View File

@@ -3986,7 +3986,7 @@ public class PythonService {
//关闭FastJson的引用检测 防止出现$ref 现象
Map<String, Object> map = new HashMap<>();
map.put("image_url", url);
map.put("is_brand_dna", Boolean.TRUE);
map.put("is_brand_dna", Boolean.FALSE);
log.info("bright请求python 参数:####{}", map);
String param = JSON.toJSONString(map, SerializerFeature.WriteNullStringAsEmpty);
log.info(param);