Skip to content

Numbers in request body exceeding Double format precision will lose precision when sent to API server #141

@yqx1110

Description

@yqx1110

Describe the bug
A number for example 123456789012345.123456 in request body, when sent to API server, will lose precision and become 123456789012345.12

Steps to reproduce
Example payload:
{ "num1": 123456789012345.123456 }

Expected behavior
Request body JSON should be sent to server as is.

Environment information:

  • OS: Windows
  • IDE version: 2024.3.1
  • plugin version: latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions