0
我提出以下URL請求到Dwolla API交易資料:Dwolla交易統計:成功響應包括空值
https://www.dwolla.com/oauth/rest/transactions/stats?oauth_token=xxx&startDate=11-08-2012 00:00:00 &類型= money_received
和接收到該響應
{"Success":true,"Message":"Success","Response":{"TransactionsCount":null,"TransactionsTotal":null}}
我期待一個計數和總數,而不是接收空值。你能解釋是什麼導致這個問題,如果我的請求需要改變?
你是正確的,它的權利在你的文檔中。謝謝。 –