当前在调用 “自定义指令-飞书-飞书多维表格-添加记录” 写入数据,在记录详情的字典中,有一对键值对对应表格中的日期字段(飞书开放平台定义如下)

但是当我写入时,
——如果键值对为 ['本次更新日期': 1698969600000],则报错“Parser must be a string or character stream, not int”
——如果键值对为 ['本次更新日期': '1698969600000'],则报错“Python int too large to convert to C long”
请问各位大佬,这个问题该如何解决?