no message
This commit is contained in:
parent
8d5fc2df8e
commit
b4eca90579
@ -317,7 +317,7 @@ abstract class ListController
|
||||
|
||||
// 5. 健壮的方法存在性检查(呼应你上一条的需求)
|
||||
// 变量命名:aMapData (映射数据数组) -> 【诶 迈普 数据】
|
||||
$aMapData = $this->oModel->getMapAll();
|
||||
$aMapData = $this->getMapAll();
|
||||
|
||||
// 6. 统一标准的 JSON 响应输出
|
||||
return $oResponse->withJson([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user