+
95
-

回答

在restful api中可以使用transaction的custom属性进行传递自定义参数。

以paypal的restful api for php为例

 // Set transaction object
$transaction = new Transaction();
$transaction->setCustom("自定义参数");


网友回复

我知道答案,我要回答