| | |
| | | import com.fzzy.igds.service.SnapRecordService; |
| | | import com.fzzy.igds.utils.ContextUtil; |
| | | import com.ruoyi.common.config.FrameworkConfig; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.lang3.time.DateUtils; |
| | | import org.springframework.scheduling.annotation.Async; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | * @Author CZT |
| | | * @Date 2026/1/7 11:07 |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | public class ApiV1Service3030 { |
| | | |
| | |
| | | * @param gatewaySer |
| | | * @return |
| | | */ |
| | | public ApiV1Resp<Object> analysis(ApiV1Req<JSONObject> req, GatewaySer gatewaySer) throws Exception{ |
| | | public ApiV1Resp<Object> analysis(ApiV1Req<Object> req, GatewaySer gatewaySer) throws Exception{ |
| | | |
| | | //转化为对象 |
| | | List<Param3030> list = JSONObject.parseArray(req.getData().toString(), Param3030.class); |
| | |
| | | |
| | | snapRecordService.addData(snapRecord); |
| | | } |
| | | |
| | | log.info("质押监管接口V1,3030接口解析完成"); |
| | | } |
| | | |
| | | } |