update notice api:2.2
This commit is contained in:
parent
c77b52d7ca
commit
e930ab5085
|
@ -205,11 +205,13 @@ In order to setup an automatic bound from HTTP requests to API directly, you mus
|
|||
|
||||
Then can handle various kinds of URL :
|
||||
> 1. `http://www.host.com/{module}/{method}/`
|
||||
|
||||
- parameters can be in URL (separated by `/`)
|
||||
- parameters can be in `multipart/form-data` or `x-www-form-urlencoded`
|
||||
- parameters of both URL and content are caught
|
||||
|
||||
> 2. `http://www.host.com/api/{module}/{method}/`
|
||||
|
||||
- parameters can be in URL (separated by `/`)
|
||||
- parameters can be in `multipart/form-data` or `x-www-form-urlencoded`
|
||||
- parameters of both URL and content are caught
|
||||
|
|
Loading…
Reference in New Issue