seller_id 非必填

This commit is contained in:
egzosn
2020-11-18 22:19:12 +08:00
parent def4e71a18
commit 2d257798f4
3 changed files with 1 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> {
Map<String, Object> bizContent = new TreeMap<>();
bizContent.put("body", order.getBody());
bizContent.put("seller_id", payConfigStorage.getSeller());
setParameters(bizContent, "seller_id", payConfigStorage.getSeller());
bizContent.put("subject", order.getSubject());
bizContent.put("out_trade_no", order.getOutTradeNo());
bizContent.put("total_amount", Util.conversionAmount(order.getPrice()).toString());

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB