调整所有返工接口的响应返回数据,为兼容RPC调用做支持

This commit is contained in:
柳清爽
2025-04-22 15:04:38 +08:00
parent 0503260040
commit 0896686934
27 changed files with 132 additions and 297 deletions

View File

@@ -1,14 +1,12 @@
<?php
namespace app\cunkebao\controller\device;
use app\cunkebao\controller\BaseController;
use app\common\model\Device as DeviceModel;
use app\common\model\DeviceHandleLog as DeviceHandleLogModel;
use app\library\s2\CurlHandle;
use Couchbase\ViewOptions;
use app\cunkebao\controller\BaseController;
use library\s2\CurlHandle;
use think\Db;
use think\Validate;
use think\facade\Request;
/**
* 设备管理控制器