Browse Source

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

yuanrf 4 months ago
parent
commit
d3b84f9e58
1 changed files with 2 additions and 1 deletions
  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 }));
 
         }