This commit is contained in:
zhang zhuo 2025-09-09 14:23:47 +08:00
parent 0866ea7e9b
commit 47ae1d9982
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class GaoDingController extends AbstractController
public function query()
{
$data = uModel::getByUuid($this->request->input("uuid",""));
var_dump($data['uuid']);
if (empty($data)) {
return $this->error("系统异常");
}