OceanengineService.java 259 B

123456789101112131415
  1. package com.cyksj.service.oceanengine;
  2. import java.io.IOException;
  3. /**
  4. * @author chan
  5. * @date 2023/10/18 14:14
  6. */
  7. public interface OceanengineService {
  8. /**
  9. * 监控链接 用户添加企业微信回传.
  10. */
  11. void monitorAddCorpPost();
  12. }