是否可以删除响应中的消息?
{
"message": "PERMISSION_DENIED: The API targeted by this request is invalid for the given API key.",
"code": 403
}
我不喜欢向用户公开信息。在这种特殊情况下,一个 403 http 错误就足够了。
是否可以删除响应中的消息?
{
"message": "PERMISSION_DENIED: The API targeted by this request is invalid for the given API key.",
"code": 403
}
我不喜欢向用户公开信息。在这种特殊情况下,一个 403 http 错误就足够了。