发布测试版2.3.3

This commit is contained in:
2021-06-08 18:23:48 +08:00
parent 45ec21fdc1
commit f92fc8dce1
27 changed files with 96 additions and 2399 deletions
@@ -16,7 +16,7 @@ class WidgetController extends DefaultController
*/
public function index()
{
if (Request::isJson()) {
if (Request::method() == 'POST') {
$model = DB::table('article')
->permission('receive_id')
->orderBy('created_at', 'desc');