zhangxinlei1996 1 年之前
父节点
当前提交
dcc5f0c2ba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/internal/logic/pushmsglogic.go

+ 1 - 0
api/internal/logic/pushmsglogic.go

@@ -61,6 +61,7 @@ func (l *PushMsgLogic) PushMsg(req *types.PushMsgReq) (resp *types.Reply, err er
 		if ok {
 			status = 1
 		}
+
 	}
 	resp.Data = map[string]interface{}{
 		"status": status,