yingzi 3 anni fa
parent
commit
40261fbd78
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/system/controller/Sys.php

+ 1 - 0
app/system/controller/Sys.php

@@ -81,6 +81,7 @@ class Sys extends BaseController
             $post = UtilService::getMore([
                 ['title', ''],
                 ['img', ''],
+                ['content', ''],
                 ['query', ''],
             ], $request);
             (new SysModel())->saveShareConfig($post);