Update README-zh.md (#161)

update the link about api-guideline controller
This commit is contained in:
Flouse 2021-05-20 20:56:55 +08:00 committed by GitHub
parent ae13328e45
commit ad15ab34d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,7 +565,7 @@ _为什么_
```
_为什么_
> 因为对于 CRUD我们在`资源``集合`URL上使用 HTTP 自己带的方法。我们所说的动词实际上是指`Controllers`。您通常不会开发这些东西。[更多请阅读...](https://byrondover.github.io/post/restful-api-guidelines/#controller)
> 因为对于 CRUD我们在`资源``集合`URL上使用 HTTP 自己带的方法。我们所说的动词实际上是指`Controllers`。您通常不会开发这些东西。[更多请阅读...](https://github.com/byrondover/api-guidelines/blob/master/Guidelines.md#controller)
* 请求体或响应类型如果是JSON那么请遵循`camelCase`规范为`JSON`属性命名来保持一致性。