You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is closed because it has been marked as Need Reproduce, but has not had recent activity.
If you can provide a reproduce, feel free to ping anyone of our maintainers to reopen this issue.
Thank you for your contributions.
ctx.body 赋值为null后,后面再赋值返回给前端依然失效,中间件拦截也是
ctx.body = null;
ctx.body = "hello world";
api返回的结果依然是null;
The text was updated successfully, but these errors were encountered: