Commit 4ec3a8a4 by lichaogang

update get school class list, remove gradeList

parent 7a79d3a2
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/aidapidesign.iml" filepath="$PROJECT_DIR$/.idea/aidapidesign.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
.idea/*
\ No newline at end of file
......@@ -42,24 +42,24 @@ API请求参数
{
"errno": 200,
"data": {
"gradeList": [
[
{
"gradeId": 11,
"gradeName": "6",
"list": [
{
"gradeId": 11,
"gradeName": "6",
"list": [
{
"classId": 1824,
"className": "3",
"orderlist": 0
},
{
"classId": 1823,
"className": "2",
"orderlist": 0
}
]
"classId": 1824,
"className": "3",
"orderlist": 0
},
{
"classId": 1823,
"className": "2",
"orderlist": 0
}
]
}
]
},
"msg": "success"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment