| | |
| | | import com.fzzy.igds.service.SnapConfService; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.ruoyi.common.utils.StringUtils; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Component; |
| | | import javax.annotation.Resource; |
| | | import java.util.Date; |
| | |
| | | * @Author CZT |
| | | * @Date 2026/1/7 11:01 |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | public class ApiV1Service3010 { |
| | | |
| | |
| | | * @param gatewaySer |
| | | * @return |
| | | */ |
| | | public ApiV1Resp<Object> analysis(ApiV1Req<JSONObject> req, GatewaySer gatewaySer) { |
| | | public ApiV1Resp<Object> analysis(ApiV1Req<Object> req, GatewaySer gatewaySer) { |
| | | |
| | | Date end = new Date(); |
| | | Date start = gatewaySer.getHeartbeatTime(); |
| | |
| | | if (StringUtils.isNotBlank(functionId)) { |
| | | req.setFunctionId(functionId); |
| | | } |
| | | |
| | | log.info("质押监管接口V1,3010接口解析完成={}", req); |
| | | return ApiV1Resp.success(null, req); |
| | | } |
| | | } |