loginAndGetDevList abstract method

  1. @async
OriginResponse loginAndGetDevList(
  1. String userName,
  2. String pwd,
  3. int seq
)

登录获取设备列表 userName 用户名 pwd 密码 seq 自定义值 return 设备列表 和 用户 id

Implementation

@async
OriginResponse loginAndGetDevList(String userName, String pwd, int seq);