How server handle REST API path parameters

前端 未结 0 573
暗喜
暗喜 2021-01-16 03:20

When design REST API, you can have

GET /userinfo?id=124,

you can also make the parameter part of the path:

GET /userinfo/124.

I understand on the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题