Koa使用md5.update(password)传参数出错,如何解决?
在使用Koa框架时,你可能会遇到使用md5.update(password)传参报错的问题。
问题表现为postman请求返回internal Server Error,但将update中的password参数改为常量后,问题消失。
解决方案: