#!/usr/bin/env php getListByJobID(); cid=1 pid=1 */ $compile = new compileTest(); r($compile->getListByJobIDTest('1')) && p('1:name') && e('这是一个Job1'); //检查是否能拿到数据 r($compile->getListByJobIDTest('3')) && p() && e('0'); //检查传一个不存在的jobid会返回什么