mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-09 02:42:20 +08:00
seller_id 非必填
This commit is contained in:
@@ -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());
|
||||
|
||||
BIN
pay-java-demo/src/main/webapp/gzh.png
Normal file
BIN
pay-java-demo/src/main/webapp/gzh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
BIN
pay-java-demo/src/main/webapp/wx.jpg
Normal file
BIN
pay-java-demo/src/main/webapp/wx.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Reference in New Issue
Block a user