鼎鼎知识库
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.

07.参数传递方式.md 211B

query方式

  • 请求方式是get方法 -例如: /api/second/getsecondbyid?projectId=1

body方式

  • 请求方式为post方式
  • 请求体:{“projectId”:1}

路由方式

  • /api/second/getsecondbyid/1