|
|
@@ -560,6 +560,7 @@ public class PointExchangeServiceImpl implements PointExchangeService {
|
|
|
map.put("package", prePayTnJson.get("package"));
|
|
|
map.put("signType", prePayTnJson.get("signType"));
|
|
|
map.put("paySign", prePayTnJson.get("paySign"));
|
|
|
+ map.put("orderId",yeepayOrder.getId().toString());
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
throw new Exception(e.getMessage());
|