直接使用Json_decode会把数字字符串转换成浮点数
要转换成字符串,第四个参数指定为:JSON_BIGINT_AS_STRING
JSON_BIGINT_AS_STRING
手册上这样说:Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING is supported (default is to cast large integers as floats)