提交 9b05216b 编写于 作者: Crimson's avatar Crimson

usr代码添加回调rest信息

上级 c293d0c8
......@@ -114,8 +114,6 @@ public class IMService {
}
public IM hD(String im_id, IM im) {
im = this.client.get(im_id);
if ("30".equals(im.getImwfstate())) {
// PS
PS ps = new PS();
ps.setPSId(im.getIMId());
......@@ -145,7 +143,6 @@ public class IMService {
}
}
}
}
return im;
}
......@@ -266,6 +263,10 @@ public class IMService {
// 保存业务数据
this.update(im_id, im);
if ("finish".equals(type)) {
this.hD(im_id, im);
}
data.put("rst", "1");
return data;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册