Authored by tanling

测试用

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