* Fix test.
This commit is contained in:
@@ -15,4 +15,4 @@ global $token;
|
||||
$projects = $rest->get('/projects', array("Token" => $token));
|
||||
|
||||
$project = array(reset($projects->body->projects));
|
||||
r($project) && p('project,type', ',') && e('0,project'); // 获取条目的project和type字段
|
||||
r($project) && p('project,type', ',') && e('0,project'); // 获取条目的project和type字段
|
||||
Reference in New Issue
Block a user