调整所有返工接口的响应返回数据,为兼容RPC调用做支持
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 设备管理控制器
|
||||
|
||||
Reference in New Issue
Block a user