Commit 0d7c7f65 authored by jiaorz's avatar jiaorz

添加积分消息队列接口

parent 0d078b55
......@@ -97,9 +97,6 @@ public class MsgBiz {
public ObjectRestResponse get(String id){
//获取所有朋友圈
AppUserDTO appUserDTO = userBiz.getUserInfo();
if (appUserDTO == null) {
appUserDTO = new AppUserDTO();
}
if(id == null) {
return ObjectRestResponse.paramIsEmpty();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment