...
|
...
|
@@ -89,7 +89,7 @@ public class AlipayCrossBorderService extends AbstractAlipayService { |
|
|
*
|
|
|
* @param orderCode
|
|
|
* @param tradeNo
|
|
|
* @param amount 人民币 ordes_pay中的amount支付回调给的是港币
|
|
|
* @param amount 人民币 ordes_pay中的amount是港币
|
|
|
* @param certName
|
|
|
* @param certNo
|
|
|
* @return
|
...
|
...
|
@@ -193,9 +193,9 @@ public class AlipayCrossBorderService extends AbstractAlipayService { |
|
|
|
|
|
params.put("merchant_customs_code", getMerchantCustomsCode());
|
|
|
params.put("amount", String.valueOf(amount));
|
|
|
params.put("customs_place", getCustomsPlace());
|
|
|
params.put("merchant_customs_name", URLEncoder.encode(getMerchantCustomsName()));
|
|
|
params.put("buyer_name", URLEncoder.encode(certName));
|
|
|
params.put("customs_place", "GUANGZHOU_AIRPORT");
|
|
|
params.put("merchant_customs_name", "yoho");
|
|
|
params.put("buyer_name", "andy");
|
|
|
params.put("buyer_id_no", certNo);
|
|
|
|
|
|
String preSignStr = getOpenApiSignString(params, true);
|
...
|
...
|
|