| | |
| | | package com.gkhy.exam.pay.service.impl; |
| | | |
| | | import com.alibaba.fastjson2.JSONObject; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import com.gkhy.exam.pay.entity.CoalPayStudent; |
| | | import com.gkhy.exam.pay.entity.NonCoalPayStudent; |
| | |
| | | @Override |
| | | public void notifyConfirm(String orderNo) { |
| | | try { |
| | | String resultStr1 = payUtils.affirmPost(orderNo); |
| | | JSONObject result1 = JSONObject.parseObject(resultStr1); |
| | | log.info("通知确定回参===" + result1); |
| | | payUtils.affirmPost(orderNo); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | } |