oapi-sdk-java icon indicating copy to clipboard operation
oapi-sdk-java copied to clipboard

麻烦更新下 多维表格的pojo

Open jialibee opened this issue 3 years ago • 0 comments

AppTableRecord 接口返回的json中created_time为long 类型,pojo中为integer,请求后返回体json反序列化失败 com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 1670748023000 at line 1 column 153 path $.data.record.created_time

jialibee avatar Dec 11 '22 11:12 jialibee