-3

我已经使用 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"}
4

1 回答 1

0

Judging by the error message, The Joi schema that you've defined requires a name field to be present.

于 2016-12-05T16:19:29.567 回答