标题是Paypal NVP API的错误消息。 API为lv.setOnItemLongClickListener(this);
lv.setonListItemLongClickListener(this);
。
在我的PHP代码中,如果我设置搜索参数TransactionSearch
,则API会返回此结果:
"STATUS" => "Reversed"
但是,如果我没有添加搜索参数'TIMESTAMP' => '2016-03-23T02:32:41Z',
'CORRELATIONID' => '77fcf63ee550e',
'ACK' => 'SuccessWithWarning',
'VERSION' => '109.0',
'BUILD' => '18316154',
'L_ERRORCODE0' => '11002',
'L_SHORTMESSAGE0' => 'Search warning',
'L_LONGMESSAGE0' => 'The number of results were truncated. Please change your search parameters if you wish to see all your results.',
'L_SEVERITYCODE0' => 'Warning'
,API会返回成功!
所以,我想知道如何使用"STATUS"
答案 0 :(得分:1)