-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
os/ghttp: issue req When requesting automatic parsing, the array will lose its order. #4098
Comments
issues 标题分类错误, 不是os/gtime |
issues title classification error |
那应该是啥分类?ghttp? |
What classification should it be? ghttp? |
是的 |
Yes |
Go version
go1.23.4 darwin/arm64
GoFrame version
v2.8.2
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
v2.8.2
Welcome to GoFrame!
Env Detail:
Go Version: go1.23.4 darwin/arm64
GF Version(go.mod):
github.com/gogf/gf/contrib/drivers/mysql/[email protected]
github.com/gogf/gf/contrib/nosql/redis/[email protected]
github.com/gogf/gf/[email protected]
CLI Detail:
Installed At: /Users/yuanfang/go/bin/gf
Built Go Version: go1.23.4
Built GF Version: v2.8.2
Others Detail:
Docs: https://goframe.org
Now : 2025-01-05T00:37:23+08:00
这个代码,gallery 是有顺序的,但是每次 req.gallery 的顺序都一样
原始请求 json
What did you see happen?
每次拿到的数据顺序都一样
What did you expect to see?
希望得到json.Unmarshal的原始顺序
The text was updated successfully, but these errors were encountered: