the server uses the go language, and the json output by the framework iris contains data of int64 type: 7156182378476995584 js has changed the value after receiving it, changing to: 7156182378476996000
the problem is mainly on the server side:
this struct is the Uid bit in the data, I want to output. I want to convert it to string, on output. Is there any elegant way to handle it except through the for loop