...
|
...
|
@@ -756,7 +756,7 @@ func (srv *MessagePersonalService) TodayMessageTaskAnomaly(param *command.GetUse |
|
|
}
|
|
|
resp := map[string]interface{}{
|
|
|
"needNotify": false,
|
|
|
"pageSkip": "0",
|
|
|
"pageSkip": "1",
|
|
|
}
|
|
|
if (num1 + num2 + num3) == 1 {
|
|
|
resp["needNotify"] = true
|
...
|
...
|
|