mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 21:32:31 +08:00
安装程序
This commit is contained in:
@ -48,7 +48,7 @@ class Region extends Common
|
||||
],
|
||||
];
|
||||
$data = RegionService::RegionNode($params);
|
||||
return json(DataReturn('操作成功', 0, $data));
|
||||
return DataReturn('操作成功', 0, $data);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user