* Fix test.

This commit is contained in:
zhujinyong
2021-12-17 10:23:57 +08:00
parent 898f65f84b
commit de2e4be174
39 changed files with 173 additions and 452 deletions
+1 -1
View File
@@ -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字段