|
|
@@ -167,7 +167,7 @@ func (*messageService) SendToUser(ctx context.Context, sender *pb.Sender, toUser |
|
|
|
} |
|
|
|
|
|
|
|
isOpenAppPush := "0" |
|
|
|
if masterId == "" { |
|
|
|
if masterId != "" && masterId != "0" { |
|
|
|
isOpenAppPush = svc.SysCfgGet(masterId, "is_open_app_push") |
|
|
|
} |
|
|
|
utils.FilePutContents("SendToUser", utils.SerializeStr(map[string]interface{}{ |
|
|
|