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