比如
.../create 代表增
.../read 代表查
.../update 代表改
.../delete 代表删
或者
POST 代表增
GET 代表查
PUT 代表改
DELETE 代表删
1
ss098 2016-11-14 12:06:59 +08:00 1
|
2
EXE 2016-11-14 12:07:17 +08:00
动作不能出现在 URL 里面吧
|
3
misaka19000 2016-11-14 12:23:38 +08:00 via Android
你需要 restful
|
4
learnshare 2016-11-14 12:26:06 +08:00
RESTful
|
5
liuzelei 2016-11-14 13:15:20 +08:00
这么多年来, RESTful 已经是设计 api 的标配了,现在看来并不是
|
6
suisuijiang 2016-11-23 10:59:38 +08:00
http://www.jianshu.com/p/cf80d644727e restful 最佳实践
|