Parcourir la source

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

yuanrf il y a 7 mois
Parent
commit
d3b84f9e58
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      OASystem/OASystem.Api/Controllers/TencentOCRController.cs

+ 2 - 1
OASystem/OASystem.Api/Controllers/TencentOCRController.cs

@@ -951,7 +951,8 @@ namespace OASystem.API.Controllers
 
             #endregion
 
-            return Ok(JsonView(true, "操作成功", new { dataSource = bcData, url = url }));
+            //return Ok(JsonView(true, "操作成功", new { dataSource = bcData, url = url }));
+            return Ok(JsonView(true, "操作成功", new { businessCardInfos = bcData.BusinessCardInfos, url = url }));
 
         }