xum001

Results 1 issues of xum001

在使用Catcher的时候 ```rust pub fn create_service() -> Service{ Service::new(route_oapi()).catcher(Catcher::default().hoop(handle404)) } ``` 其错误返回字段近包含错误,为定位到具体位置 ResBody::Error(StatusError { code: 400, name: "Bad Request", brief: "parse http data failed.", detail: None, cause: Some(SerdeJson(Error("expected `,` or `}`",...