类 ApiPush

java.lang.Object
com.ec.v2.service.ApiPush

public class ApiPush
extends java.lang.Object
api 主动推送
  • 构造器概要

    构造器 
    构造器 说明
    ApiPush()  
  • 方法概要

    修饰符和类型 方法 说明
    static ApiPushResp list​(ApiPushVo dto)
    查询主动推送的内容

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • list

      public static ApiPushResp list​(ApiPushVo dto) throws java.io.IOException
      查询主动推送的内容
      参数:
      dto -
      返回:
      抛出:
      java.io.IOException