mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-25 01:05:54 +08:00
安装程序
This commit is contained in:
@ -41,7 +41,7 @@ class Region extends Common
|
||||
],
|
||||
];
|
||||
$data = RegionService::RegionNode($params);
|
||||
return json(DataReturn('success', 0, $data));
|
||||
return DataReturn('success', 0, $data);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user