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