| | |
| | | import com.fzzy.igds.service.FileService; |
| | | 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:09 |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | public class ApiV1Service3031 { |
| | | |
| | |
| | | * @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<Param3031> list = JSONObject.parseArray(req.getData().toString(), Param3031.class); |
| | |
| | | eventInfoService.addData(info); |
| | | } |
| | | |
| | | log.info("质押监管接口V1,3031接口解析完成"); |
| | | |
| | | } |
| | | |
| | | } |