TASK: 1、更换pose,重新生成templateId
2、brandDNA 开启分析attributes功能
This commit is contained in:
@@ -4011,7 +4011,7 @@ public class PythonService {
|
||||
//关闭FastJson的引用检测 防止出现$ref 现象
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
map.put("image_url", url);
|
||||
map.put("is_brand_dna", Boolean.FALSE);
|
||||
map.put("is_brand_dna", Boolean.TRUE);
|
||||
log.info("bright请求python 参数:####{}", map);
|
||||
String param = JSON.toJSONString(map, SerializerFeature.WriteNullStringAsEmpty);
|
||||
log.info(param);
|
||||
|
||||
Reference in New Issue
Block a user