lvhao 2 days ago
parent
commit
02c9633426
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/controllers/Zzhjobs.php

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

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