Showing
1 changed file
with
2 additions
and
2 deletions
@@ -193,8 +193,8 @@ public class AlipayCrossBorderService extends AbstractAlipayService { | @@ -193,8 +193,8 @@ public class AlipayCrossBorderService extends AbstractAlipayService { | ||
193 | 193 | ||
194 | params.put("merchant_customs_code", getMerchantCustomsCode()); | 194 | params.put("merchant_customs_code", getMerchantCustomsCode()); |
195 | params.put("amount", String.valueOf(amount)); | 195 | params.put("amount", String.valueOf(amount)); |
196 | - params.put("customs_place", getCustomsPlace()); | ||
197 | - params.put("merchant_customs_name", "GUANGZHOU_AIRPORT"); | 196 | + params.put("customs_place", "GUANGZHOU_AIRPORT"); |
197 | + params.put("merchant_customs_name", URLEncoder.encode(getMerchantCustomsName())); | ||
198 | // params.put("buyer_name", URLEncoder.encode(certName)); | 198 | // params.put("buyer_name", URLEncoder.encode(certName)); |
199 | // params.put("buyer_id_no", certNo); | 199 | // params.put("buyer_id_no", certNo); |
200 | 200 |
-
Please register or login to post a comment