fix:fix the url

pull/1422/head
luhaoling 2 years ago
parent 09f0fbda39
commit 08b045c864

@ -312,7 +312,7 @@ iosPush:
# Timeout in seconds
# Whether to continue execution if callback fails
callback:
url: "http://127.0.0.1:8080/sdkName"
url: "http://192.168.62.1:8080/sdkName"
beforeSendSingleMsg:
enable: false
timeout: 5

@ -300,7 +300,9 @@ func (s *groupServer) CreateGroup(ctx context.Context, req *pbgroup.CreateGroupR
s.Notification.GroupCreatedNotification(ctx, tips)
}
reqCallBackAfter := &pbgroup.CreateGroupReq{
GroupInfo: resp.GroupInfo,
MemberUserIDs: userIDs,
GroupInfo: resp.GroupInfo,
OwnerUserID: req.OwnerUserID,
}
if err := CallbackAfterCreateGroup(ctx, reqCallBackAfter); err != nil {

Loading…
Cancel
Save