...
|
...
|
@@ -194,7 +194,7 @@ 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("merchant_customs_name", "GUANGZHOU_AIRPORT");
|
|
|
// params.put("buyer_name", URLEncoder.encode(certName));
|
|
|
// params.put("buyer_id_no", certNo);
|
|
|
|
...
|
...
|
|