[ 'pid' => isset($this->data_post['pid']) ? intval($this->data_post['pid']) : 0, ], ]; $result = RegionService::RegionNode($params); return SystemBaseService::DataReturn($result); } /** * 获取地区所有数据 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2020-12-29 * @desc description */ public function All() { return RegionService::RegionAll(); } } ?>