|
@ -375,7 +375,8 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
|
|
} else {
|
|
} else {
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(decryptRes));
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(decryptRes));
|
|
JSONObject param = jsonObject.getJSONObject("param");
|
|
JSONObject param = jsonObject.getJSONObject("param");
|
|
String traceNo = param.getString("traceNo");
|
|
|
|
|
|
logger.info("param"+params);
|
|
|
|
String traceNo = param.getString("outChargeNo");
|
|
businessOrderService.updatePayStatus(traceNo);
|
|
businessOrderService.updatePayStatus(traceNo);
|
|
response.getWriter().write("SUCCESS");
|
|
response.getWriter().write("SUCCESS");
|
|
}
|
|
}
|