We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab8204 commit 0c0b681Copy full SHA for 0c0b681
APIJSON-Java-Server/APIJSONBoot/src/main/java/apijson/boot/DemoController.java
@@ -1095,7 +1095,7 @@ public String swaggerAPIDocs() {
1095
" \"default\": 10\n"+
1096
" },\n"+
1097
" {\n"+
1098
- " \"name\": \"page\",\n"+
+ " \"name\": \"pageNum\",\n"+
1099
" \"default\": 1\n"+
1100
1101
@@ -1133,7 +1133,7 @@ public String swaggerAPIDocs() {
1133
" \"default\": 15\n"+
1134
1135
1136
- " \"name\": \"conent\",\n"+
+ " \"name\": \"content\",\n"+
1137
" \"description\": \"内容\",\n"+
1138
" \"default\": \"测试评论\"\n"+
1139
" }\n"+
0 commit comments