uuid
This commit is contained in:
parent
0866ea7e9b
commit
47ae1d9982
|
|
@ -22,6 +22,7 @@ class GaoDingController extends AbstractController
|
||||||
public function query()
|
public function query()
|
||||||
{
|
{
|
||||||
$data = uModel::getByUuid($this->request->input("uuid",""));
|
$data = uModel::getByUuid($this->request->input("uuid",""));
|
||||||
|
var_dump($data['uuid']);
|
||||||
if (empty($data)) {
|
if (empty($data)) {
|
||||||
return $this->error("系统异常");
|
return $this->error("系统异常");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue