我已经使用 joi 和 hapi 使用节点 js 我已经使用 post 方法创建了一个注册。
当我通过这个网址“ http://localhost:9000/api/users ”和参数标题内容调用它时Content-Type: application/x-www-form-urlencoded
。它显示如下错误:
{"statusCode":400,"error":"Bad Request","message":"name is required"}
我已经使用 joi 和 hapi 使用节点 js 我已经使用 post 方法创建了一个注册。
当我通过这个网址“ http://localhost:9000/api/users ”和参数标题内容调用它时Content-Type: application/x-www-form-urlencoded
。它显示如下错误:
{"statusCode":400,"error":"Bad Request","message":"name is required"}