From 955c117833da888852a2e0c239350c409cce93d5 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期一, 28 四月 2025 08:50:58 +0800 Subject: [PATCH] 1.OA调通 2.携客云更新appkey --- Controllers/QC/OAJyController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Controllers/QC/OAJyController.cs b/Controllers/QC/OAJyController.cs index 64f03ca..44228f0 100644 --- a/Controllers/QC/OAJyController.cs +++ b/Controllers/QC/OAJyController.cs @@ -12,7 +12,7 @@ [ApiController] public class OAJyController : ControllerBase { - OAJyService m = new OAJyService(); + OaApiService m = new OaApiService(); [HttpPost("SumbitIQCToOA")] public ResponseResult SumbitIQCToOA([FromBody] dynamic queryObj) -- Gitblit v1.9.3