| | |
| | | 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 { |
| | | |
| | |
| | | if (StringUtils.isNotBlank(functionId)) { |
| | | req.setFunctionId(functionId); |
| | | } |
| | | |
| | | log.info("质押监管接口V1,3010接口解析完成={}", req); |
| | | return ApiV1Resp.success(null, req); |
| | | } |
| | | } |