|
|
@@ -152,6 +152,7 @@ public class AlgorithmServiceImpl implements AlgorithmService {
|
|
|
*/
|
|
|
@Override
|
|
|
public AlgorithmResponseResult getResponseResult(ImgPostResponse<AnalysisReturnData> send) {
|
|
|
+ log.info("【算法响应数据】==============>>>> \n" + JSONObject.toJSONString(send));
|
|
|
AlgorithmResponseResult responseResult = new AlgorithmResponseResult();
|
|
|
if (send != null) {
|
|
|
responseResult.setCode(send.getStatus_code());
|