rabin 2 napja
szülő
commit
d571a4a34f
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      app/Api/Save.php

+ 6 - 0
app/Api/Save.php

@@ -4,6 +4,12 @@ use Upload\Lib\Util;
 use Upload\Lib\Save as Service;
 class Save
 {
+    public $id = null;
+    public $file = null;
+    public $cate_id = null;
+    public $group_id = null;
+    public $user_id = null;
+
     public function __construct()
     {
         $this->id = Dever::input('id', 'is_numeric', '上传规则错误', 1);