| | |
| | | |
| | | import com.alibaba.fastjson2.JSONObject; |
| | | import com.gkhy.exam.pay.service.PaymentService; |
| | | import com.ruoyi.common.annotation.Anonymous; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.extern.slf4j.Slf4j; |
| | |
| | | |
| | | @ApiOperation(value = "支付Api-回调", notes = "支付Api-回调") |
| | | @PostMapping({"/callBack"}) |
| | | @Anonymous |
| | | public JSONObject add(@RequestParam Map<String, Object> callBackParam) { |
| | | String jsonStr = baseToString(callBackParam.get("reqdata").toString()); |
| | | JSONObject jsonObject = JSONObject.parseObject(jsonStr); |