yangsai@163.com 6 months ago
parent 31a52a7796
commit fd2e3ca0e6
  1. 2
      application/controllers/Api/Cage.php

@ -123,7 +123,7 @@ class Api_CageController extends Ctrl_Api{
$id = empty($this->POST['id'])?Tool_Fnc::apiMsg('缺少笼位ID', '500'):$this->POST['id']; $id = empty($this->POST['id'])?Tool_Fnc::apiMsg('缺少笼位ID', '500'):$this->POST['id'];
$params['where'] = "and cage = {$id}"; $params['where'] = "and cage = {$id}";
$data['cage'] = $this->Cagemodel->getOneInfo($id); $data['cage'] = $this->Cagemodel->getOneInfo($id);
$data['cage']['code'] = Yaf_Registry::get("config")->web->url->img; $data['cage']['code'] = Yaf_Registry::get("config")->web->url->img."?id={$id}";
$data['squirrel'] = $this->SquirrelModel->getModelList($params); $data['squirrel'] = $this->SquirrelModel->getModelList($params);
Tool_Fnc::apiMsg('获取成功', '200',$data); Tool_Fnc::apiMsg('获取成功', '200',$data);
} }

Loading…
Cancel
Save