代码拉取完成,页面将自动刷新
### METHOD_ADD test
### 宏会在路径映射中自动把名字空间和类名作为路径的前缀
eg:
http://192.168.10.108:8080/test/v1/demo1/token?userId=henry&passwd=123
### HTTP Client
post http://192.168.10.108:8080/ HTTP/1.1
Content-Type: application/json
{
"name": "John Doe"
}
### login ...要特别注意这里的路径,是带有前缀的
POST http://192.168.10.108:8080/test/v1/demo1/token?userId=henry&passwd=123 HTTP/1.1
content-type: application/json
{
"name": "sample",
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
### funa
POST http://192.168.10.108:8080/test/v1/demo1/funa HTTP/1.1
content-type: application/json
{
"name": "sample",
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
### funB
POST http://192.168.10.108:8080/test/v1/demo1/funb HTTP/1.1
content-type: application/json
{
"name": "sample",
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。