POST请求解决返回结果,int64类型的返回参数全部变为了string,期望:int64类型返回参数不要转为string
learninto opened this issue · 1 comments
learninto commented
POST请求解决返回结果,int64类型的返回参数全部变为了string,期望:int64类型返回参数不要转为string
taoso commented
这个是 protobuf 的映射标准,你可以参考 https://developers.google.com/protocol-buffers/docs/proto3#json
主要是因为 js 的数字类型存不下所有的 int64 整数。