File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ public class DemoController {
58
58
59
59
/**
60
60
* 获取菜单列表
61
+ * 这是一段方法描述但是没有任何意义
61
62
* @return
62
63
*/
63
64
@RequestMapping (value = " /getMenuList" , method = {RequestMethod . POST , RequestMethod . GET })
@@ -69,7 +70,8 @@ public class DemoController {
69
70
70
71
/**
71
72
* 根据获取城市列表详情
72
- * @param ids id 列表
73
+ * 这是一段方法描述但是没有任何意义
74
+ * @param ids id列表
73
75
* @param num 要获取的数量
74
76
* @return
75
77
*/
@@ -94,18 +96,18 @@ public class DemoController {
94
96
* 如果在注释中添加#ignore#关键字,会调过此方法的解析
95
97
96
98
### 生成结果(这里用的是markdown模板):
97
- #### 获取菜单列表
99
+ - #### 获取菜单列表
98
100
* 请求地址:/getMenuList
99
101
* 描述:这是一段方法描述但是没有任何意义
100
102
* 请求方法: POST , GET
101
- ##### 参数列表
103
+ - ##### 参数列表
102
104
| 名称 | 类型 | 必填 | 默认值 | 描述 |
103
105
| :---: | :---:| :---: | :---: | :---:|
104
- #### 根据获取城市列表详情
106
+ - #### 根据获取城市列表详情
105
107
* 请求地址:/getCityList
106
108
* 描述:这是一段方法描述但是没有任何意义
107
109
* 请求方法: GET
108
- ##### 参数列表
110
+ - ##### 参数列表
109
111
| 名称 | 类型 | 必填 | 默认值 | 描述 |
110
112
| :---: | :---:| :---: | :---: | :---:|
111
113
|id|String[ ] |是| |id列表
You can’t perform that action at this time.
0 commit comments