瀏覽代碼

update

master
DengBiao 1 年之前
父節點
當前提交
cbeb388d29
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      internal/logic/domain/friend/friend_service.go

+ 1
- 1
internal/logic/domain/friend/friend_service.go 查看文件

@@ -125,7 +125,7 @@ func (*friendService) AddFriend(ctx context.Context, userId, friendId int64, rem
if description == "社交人脉圈添加好友" {
return FriendService.AgreeAddFriend(ctx, friendId, userId, description)
} else if description == "客服自动添加" {
return FriendService.AgreeAddFriend(ctx, userId, friendId, "客服")
return FriendService.AgreeAddFriend(ctx, friendId, userId, "客服")
} else {
if respFriend.User.IsAutoAddedFriends == 1 {
return FriendService.AgreeAddFriend(ctx, friendId, userId, "系统自动添加")


Loading…
取消
儲存