-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/fs/list 接口验证失败 #3
Comments
最接近的类型是 ListItem, 仅报错缺少 created 字段,但 created 字段是 Optional 的:
报错:
|
把
改成
可解决 |
lee-cq
added a commit
that referenced
this issue
Aug 17, 2024
是的, 所有的Optional字段都应该有一个默认值。 created 字段是 0.29.0 新增的,在之前版本没有此字段会报错。 现在已经修复此Bug |
lee-cq
added a commit
that referenced
this issue
Aug 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
执行
失败,从输出来看,alist 已返回 200,但 list_files() 接口的装饰器 @verify() 执行
失败,错误信息如下
貌似 Resp 的定义覆盖不足
谢谢!
The text was updated successfully, but these errors were encountered: