上传文件时显示无法获取目的区文件,打开对应的文件提示failed get objs: failed to list objs: json: cannot unmarshal number 7583.923 into Go struct field GetFilesResp_File.data.play_long of type int64 #8563
Unanswered
fengkuangdedingzi
asked this question in
Q&A
Replies: 2 comments 1 reply
-
这个问题是由于 JSON 数据解析错误引起的,具体是因为 JSON 中的一个数字(7583.923)无法被解析为 Go 语言中的 要解决这个问题,可以考虑以下几种方法:
如果需要进一步的帮助或者需要在代码中进行具体的修改,请提供相关的代码片段,我可以帮助你进行更详细的分析和修改。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
更新beta |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
文件夹打开提示failed get objs: failed to list objs: json: cannot unmarshal number 7583.923 into Go struct field GetFilesResp_File.data.play_long of type int64
Beta Was this translation helpful? Give feedback.
All reactions