|
@@ -1,9 +1,9 @@
|
|
package logic
|
|
package logic
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
+ service "app.yhyue.com/moapp/MessageCenter/rpc/internal/common"
|
|
"app.yhyue.com/moapp/MessageCenter/rpc/messageclient"
|
|
"app.yhyue.com/moapp/MessageCenter/rpc/messageclient"
|
|
"app.yhyue.com/moapp/MessageCenter/rpc/type/message"
|
|
"app.yhyue.com/moapp/MessageCenter/rpc/type/message"
|
|
- "app.yhyue.com/moapp/MessageCenter/service"
|
|
|
|
"context"
|
|
"context"
|
|
"strings"
|
|
"strings"
|
|
|
|
|
|
@@ -25,7 +25,7 @@ func NewDeleteMultipleMessageLogic(ctx context.Context, svcCtx *svc.ServiceConte
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-// 删除多条消息
|
|
|
|
|
|
+// 删除多条消息
|
|
func (l *DeleteMultipleMessageLogic) DeleteMultipleMessage(in *messageclient.DeleteMultipleMessageRequest) (*messageclient.Response, error) {
|
|
func (l *DeleteMultipleMessageLogic) DeleteMultipleMessage(in *messageclient.DeleteMultipleMessageRequest) (*messageclient.Response, error) {
|
|
// todo: add your logic here and delete this line
|
|
// todo: add your logic here and delete this line
|
|
m := &service.MessageService{}
|
|
m := &service.MessageService{}
|