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