-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GET
- GET查询
this.ctx.query,hostname:7001/list?id=12&name=hi,query=list?id=12&name=hi - 动态传值
this.ctx.params,需要配置路由router.get('/news/:id', controller.home.news);,hostname:7001/news/123,params=123
POST
- 浏览器:
{'user':'david','passwd':'11111'} - egg controller:
this.ctx.request.body.user - egg router:
router.post('/admin/login', controller.admin.main.Login);
Metadata
Metadata
Assignees
Labels
No labels