Type Definitions
middleWare(ctx, next)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
ctx |
object | egg's ctx |
next |
function | call `next()` goto next stage |
| Name | Type | Description |
|---|---|---|
ctx |
object | egg's ctx |
next |
function | call `next()` goto next stage |