* Modify.

This commit is contained in:
宋辰轩
2022-05-10 15:21:06 +08:00
parent 01344d05b9
commit b21e8bf480
14 changed files with 8 additions and 35 deletions
-2
View File
@@ -47,5 +47,3 @@ r($api->createTest($normalApi)) && p('lib') && e('910');
r($api->createTest($emptyLibApi)) && p('lib:0') && e('『API Library』should not be blank.'); //测试没有lib创建api
r($api->createTest($emptyTitleApi)) && p('title:0') && e('『Name』should not be blank.'); //测试没有title创建api
r($api->createTest($emptyPathApi)) && p('path:0') && e('『Request Path』should not be blank.'); //测试没有path创建api
//system("./ztest init");