基地经纬度
This commit is contained in:
parent
0fb2555d4f
commit
45416d0834
|
@ -131,8 +131,8 @@ class DeviceController extends BaseAdminController
|
|||
|
||||
public function queryDeviceIccid()
|
||||
{
|
||||
$iccid = $this->request->param('iccid', '');
|
||||
$deviceId = $this->request->param('deviceId', '');
|
||||
$iccid = $this->request->param('iccid');
|
||||
$deviceId = $this->request->param('deviceId');
|
||||
// 判断设备编码是否被使用
|
||||
$device = Device::where('code', $deviceId)->find();
|
||||
if ($device) {
|
||||
|
|
Loading…
Reference in New Issue