shish hace 1 año
padre
commit
1f772f48da
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app-ghs/controllers/UploadController.php

+ 1 - 0
app-ghs/controllers/UploadController.php

@@ -208,6 +208,7 @@ class UploadController extends BaseController
         if (!is_uploaded_file($file['tmp_name'])) {
             util::fail('please upload img');
         }
+        print_r($file);die;
         $mainId = $this->sjId;
         $shopId = $this->shopId;
         $month = date("Ym");