...
|
...
|
@@ -644,10 +644,12 @@ public abstract class AlipayServiceAbstract extends AbstractPayService { |
|
|
bizJson.put("seller_id", "");
|
|
|
bizJson.put("product_code", "QUICK_MSECURITY_PAY");
|
|
|
bizJson.put("total_amount", amount.toPlainString());
|
|
|
bizJson.put("goods_type", "0");
|
|
|
|
|
|
String subject = "ufoOrder-" + tradeNo;
|
|
|
bizJson.put("subject", subject);
|
|
|
bizJson.put("body", subject);
|
|
|
|
|
|
bizJson.put("out_trade_no", tradeNo);
|
|
|
|
|
|
params.put("biz_content", bizJson.toJSONString());
|
...
|
...
|
|