* 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
@@ -33,5 +33,3 @@ $normalStruct->addedDate = helper::now();
r($api->createStructTest($normalStruct)) && p('name') && e('struct'); //创建数据结构
r($api->createStructTest($emptyNameStruct)) && p('name:0') && e('『Name』should not be blank.'); //创建没有结构名的数据结构
//system("./ztest init");