You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
query方式
- 请求方式是get方法
-例如: /api/second/getsecondbyid?projectId=1
body方式
- 请求方式为post方式
- 请求体:{“projectId”:1}
路由方式
- /api/second/getsecondbyid/1