lvhao hace 2 días
padre
commit
2415b391dd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/CoreApp/controllers/Zzjobs.php

+ 1 - 0
core/CoreApp/controllers/Zzjobs.php

@@ -34,6 +34,7 @@ class Zzjobs extends Start_Controller
         $time =  $this->input->get('time',true);
         $api = $this->input->get('api',true);
         $this->checkAuth($user_agent,$token,$time,$api);
+        var_dump("zzjob do action...");
         if ($arg == 'jobs') //调出单
         {
             $this->_jobs();