|
|
@@ -203,7 +203,7 @@ public class SandPayService {
|
|
|
header.put("productId", "00000008"); //产品编码
|
|
|
|
|
|
JSONObject body = new JSONObject();
|
|
|
- body.put("orderCode", orderId); //商户订单号
|
|
|
+ body.put("orderCode", pOrderId); //商户订单号
|
|
|
body.put("totalAmount", convertAmount(amount)); //订单金额
|
|
|
body.put("subject", subject); //订单标题
|
|
|
body.put("body", subject); //订单描述
|