0

如何获取两个时间戳之间所有交易的详细信息

我尝试了以下方法:

https://api.paymill.com/v2.1/subscriptions?created_at=1378987463&&created_at=1378987463
4

1 回答 1

1

https://api.paymill.com/v2.1/subscriptions?created_at=timestamp1-timestamp2

请注意,您的时间戳是相同的,在这种情况下,您可以使用 created_at=timestamp

于 2014-09-24T15:26:09.357 回答