This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
99872463b0
commit
62e594c957
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
internal/logic/app/group_app.go
+ 3
- 0
internal/logic/app/group_app.go
View File
@@ -54,6 +54,9 @@ func (*groupApp) GetGroup(ctx context.Context, groupId int64) (*pb.Group, error)
}
}
}
utils.FilePutContents("GetGroup", utils.SerializeStr(map[string]interface{}{
"resp": group.ToProto(),
}))
return group.ToProto(), nil
}
Write
Preview
Loading…
Cancel
Save