|
@ -520,8 +520,9 @@ public class OnePayController extends WeixinBaseController {
|
|
|
charge.setTradeStatus(chargeStatus);
|
|
|
|
|
|
String miRegisterNo = "";//医保签约号
|
|
|
if (requestParams.has("responseContent") && (requestParams.getJSONObject("responseContent") != null)) {
|
|
|
JSONObject responseContents = requestParams.getJSONObject("responseContent");//医保结构体
|
|
|
if (requestParam.has("responseContent")) {
|
|
|
String tempcontent = requestParam.getString("responseContent");//医保结构体
|
|
|
JSONObject responseContents = new JSONObject(tempcontent);
|
|
|
String miCollectDate = null;//扣费日期
|
|
|
String miCollectTime = null;//扣费时间
|
|
|
String miSettleNo = null;//扣费单据号
|