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,