Skip to content
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

大数据类型压缩会导致精度丢失 #29

Open
hxrenyan opened this issue Jul 9, 2024 · 0 comments
Open

大数据类型压缩会导致精度丢失 #29

hxrenyan opened this issue Jul 9, 2024 · 0 comments

Comments

@hxrenyan
Copy link

hxrenyan commented Jul 9, 2024

{
"code": 2000,
"msg": "api invoke success",
"data": [
{
"id": 1750136321885835264,
"name": "测试成本中心3",
"code": "333",
"parent_id": "0",
"parent_name": null,
"enable_status": 1,
"in_charge": [],
"remark": "",
"children": []
}
],
"total": 0,
"success": true
}
压缩后,或者格式化
{"code":2000,"msg":"api invoke success","data":[{"id":1750136321885835300,"name":"测试成本中心3","code":"333","parent_id":"0","parent_name":null,"enable_status":1,"in_charge":[],"remark":"","children":[]}],"total":0,"success":true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant