我想致电过去24小时内修改过的所有帖子
我已经尝试过此请求
tmp2 = wp.call(posts.GetPosts({ 'orderby': 'post_modified', 'number': 20 }))
print (tmp2)
中找到了此请求
但是没有什么可以调用的,但是我不知道如何将其实现到请求'“ date_modified(datetime)”
tmp2 = wp.call(posts.GetPosts({ 'date_modified': (2018, 8, 14) }))
那也不起作用