|
|
@@ -537,6 +537,8 @@ public class PointExchangeServiceImpl implements PointExchangeService {
|
|
|
//返回数据
|
|
|
String stringResult = yopResponse.getStringResult();
|
|
|
JSONObject jsonObject = JSONObject.parseObject(stringResult);
|
|
|
+ String uniqueOrderNo = jsonObject.getString("bankOrderId");
|
|
|
+
|
|
|
//返回给前端
|
|
|
String prePayTn = jsonObject.getString("prePayTn");
|
|
|
|
|
|
@@ -560,7 +562,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());
|
|
|
+ map.put("orderId",uniqueOrderNo);
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
throw new Exception(e.getMessage());
|