CN112104543A - Message group sending method - Google Patents

Message group sending method Download PDF

Info

Publication number
CN112104543A
CN112104543A CN202010925976.5A CN202010925976A CN112104543A CN 112104543 A CN112104543 A CN 112104543A CN 202010925976 A CN202010925976 A CN 202010925976A CN 112104543 A CN112104543 A CN 112104543A
Authority
CN
China
Prior art keywords
friend
button
sending
server
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010925976.5A
Other languages
Chinese (zh)
Inventor
张旭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unicloud Nanjing Digital Technology Co Ltd
Original Assignee
Unicloud Nanjing Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Unicloud Nanjing Digital Technology Co Ltd filed Critical Unicloud Nanjing Digital Technology Co Ltd
Priority to CN202010925976.5A priority Critical patent/CN112104543A/en
Publication of CN112104543A publication Critical patent/CN112104543A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a message mass sending method, which comprises the following steps of S1: the function page is provided with a 'group sending message' button, and after the 'group sending message' button is clicked, the function page jumps to a display page; s2: a 'friend list' button is arranged in the display area, a display page sends a 'friend access' request to the server, the server accesses the friend list in the database and adds a click button to each friend, and the friends are displayed in the display area line by line; s3: the method comprises the steps that a user selects whether to click a click button or not, a display page obtains a friend id according to a determination button, the display page carries the friend id to access a server and sends a 'conversation' request to the server, the server establishes a friend queue needing group sending according to the friend id, and the display page jumps to a sending page; s4: and after the editing area edits information, the server sequentially sends the text information to each friend in the friend queue. The method has the advantages of simple operation and capability of simultaneously sending the messages to a plurality of friends.

Description

Message group sending method
Technical Field
The invention relates to a network chat tool, in particular to a message group sending method.
Background
With the high-speed development of the internet system, more and more users of the instant messaging tool are provided, and the users can chat and interact with each other through the instant messaging tool, so that the daily life is enriched. Users using instant messaging tools often need to send the same message, such as a holiday greeting, a business notification, or an invitation to an appointment, to multiple contacts.
The existing message group sending method is generally that when a user uses an IM tool to send the same message to a plurality of contacts, the message is sent one by one, namely, one contact is selected at a time, the message to be sent is edited and then sent, and the message group sending method has low sending efficiency, and is troublesome in operation and time-wasting for the user. In addition, the user can also send the same message to a plurality of contacts by creating a chat group or a discussion group, however, this method needs to create the group or the discussion group manually first, which is very tedious, and especially for some users who do not create the group by using the instant communication tool, the operation cannot be realized simply. If all the above is applied to the mobile terminal, the operation time of the user is increased.
Disclosure of Invention
In order to overcome the defects in the prior art, the message group sending method provided by the invention has the advantages of simple operation and capability of sending messages to a plurality of friends simultaneously.
In order to achieve the above object, a message group sending method of the present invention includes the following steps, step S1: the function page is provided with a 'group sending message' button, and after the 'group sending message' button is clicked, the function page jumps to a display page; step S2: the method comprises the steps that a display area and a determining button are arranged on a display page, a 'friend list' button is arranged on the display area, after the 'friend list' button is clicked, a request for 'accessing friends' is sent to a server by the display page, the server accesses a friend list in a database, after the server inquires the friend list, the database traverses the friend list, clicking buttons are added to each traversed friend, the friends are displayed in the display area line by line, and the clicking buttons of each friend correspond to the friend id and are stored in Cookies of the display page; step S3: the method comprises the steps that a user selects whether a click button is clicked or not, after the click button is determined to be clicked, a display page obtains a friend id of the click button selected in a display area according to the determination button, the display page carries the friend id to access a server, a conversation request is sent to the server, the server establishes a friend queue needing group sending according to the friend id, and the display page jumps to a sending page; step S4: and after the information is edited in the editing area, clicking the sending button, sending a page request to a server to send a sending request, and sequentially sending the text information to each friend in the friend queue by the server.
Further, in step S4, the information includes text information and voice information, and a picture.
Further, the number of words of the text information is less than 50 words.
Furthermore, the sending page is also provided with a timing sending button, after the timing sending button is clicked, the sending page stores the editing information and the friend queue in the server, and after the timing sending time is zero, the server sends the editing information to each friend in the friend queue.
Further, the friend id includes a user id or a mobile phone number of the user.
Has the advantages that: the method and the device realize the mass sending of the messages, have simple operation and simplify steps.
Drawings
The present invention will be further described and illustrated with reference to the following drawings.
FIG. 1 is a flowchart illustrating the overall steps of a preferred embodiment of the present invention.
Detailed Description
The technical solution of the present invention will be more clearly and completely explained by the description of the preferred embodiments of the present invention with reference to the accompanying drawings.
As shown in fig. 1, a message mass-sending method according to a preferred embodiment of the present invention includes the following steps,
step S1: the function page is provided with a 'group sending message' button, and after the 'group sending message' button is clicked, the function page jumps to the display page.
Specifically, after the button of the 'group sending message' is clicked, the Click event of the 'group sending message' button is triggered, the function page jumps to the page conversion code area through the Click event of the 'group sending message' button, and the page jump command is executed, so that the purpose of jumping to the display page by the function page is realized.
Step S2: the method comprises the steps that a display area and a determining button are arranged on a display page, a 'friend list' button is arranged on the display area, after the 'friend list' button is clicked, a request for 'accessing friends' is sent to a server by the display page, the server accesses the friend list in a database, the database traverses the friend list after the server inquires the friend list, a click button is added to each traversed friend, the friends are displayed in the display area line by line, the click button of each friend corresponds to the friend id, and the click button is stored in Cookies of the display page.
Similarly, after the "buddy list" button is clicked, the Click event of the "buddy list" is triggered, and a request for "accessing buddies" is sent to the server through the Click event of the "buddy list" button. The server accesses the database according to the requirement of 'accessing friends', finds all friends of the user side id in the data according to the user side id, and stores the friends in the display area according to the List format in a mode of traversing the friend List in the database. And simultaneously, adding a click button in the display area after each friend is traversed.
The id of each click button is unique, the click buttons are arranged on the rear side of each friend, and the user side can select the click buttons to express that the information needs to be sent to the friends. And when the click button is selected, triggering a true event of the click button, otherwise, triggering a flush event of the click button, and after the user side clicks the determined button, recording all friend ids of which the click button is the true event in Cookies. After clicking the 'OK button', the Click event of the 'OK button' also executes page jump, and the display page jumps to the sending page. Cookies store all the friend ids of the click button as true events in a queue List.
Step S3: the method comprises the steps that a user selects whether a click button is clicked or not, after the click button is determined to be clicked, a display page obtains a friend id of which the click button is selected in a display area according to the determination button, the display page carries the friend id to access a server, a conversation request is sent to the server, the server establishes a friend queue needing group sending according to the friend id, and the display page jumps to a sending page.
Specifically, a client selects a friend to be selected according to the requirement of the client, a display page carries a friend id to access a server, the server receives a request, content which needs to be input by a user is input under a sending page, a sending button is clicked, the server executes a sending instruction, the server sequentially sends the input content to friends in the friend queue, the content can be text information, language information or picture information, and the number of words is less than 50 if the content is the text information.
Step S4: the sending page is also provided with a timing sending button, after the timing sending button is clicked, the sending page stores the editing information and the friend queue in the server, and after the timing sending time is zero, the server sends the editing information to each friend in the friend queue. The friend id comprises a user id or a mobile phone number of the user, and the server can record by taking the two numerical values as a standard when traversing the database.
The foregoing detailed description merely describes the preferred embodiments of the present invention and does not limit the scope of the invention. Without departing from the spirit and scope of the present invention, it should be understood that various changes, substitutions and alterations can be made herein by those skilled in the art in light of the description and drawings. The scope of the invention is defined by the claims.

Claims (5)

1. A method for mass-sending messages, comprising the steps of,
step S1: the function page is provided with a 'group sending message' button, and after the 'group sending message' button is clicked, the function page jumps to a display page;
step S2: the method comprises the steps that a display area and a determining button are arranged on a display page, a 'friend list' button is arranged on the display area, after the 'friend list' button is clicked, a request for 'accessing friends' is sent to a server by the display page, the server accesses a friend list in a database, after the server inquires the friend list, the database traverses the friend list, clicking buttons are added to each traversed friend, the friends are displayed in the display area line by line, and the clicking buttons of each friend correspond to the friend id and are stored in Cookies of the display page;
step S3: the method comprises the steps that a user selects whether a click button is clicked or not, after the click button is determined to be clicked, a display page obtains a friend id of the click button selected in a display area according to the determination button, the display page carries the friend id to access a server, a conversation request is sent to the server, the server establishes a friend queue needing group sending according to the friend id, and the display page jumps to a sending page;
step S4: and after the information is edited in the editing area, clicking the sending button, sending a page request to a server to send a sending request, and sequentially sending the text information to each friend in the friend queue by the server.
2. The method according to claim 1, wherein in step S4, the information comprises text information, voice information and pictures.
3. A method as claimed in claim 2, wherein the text message has a word count of less than 50 words.
4. The method as claimed in claim 2, wherein the sending page further comprises a timing sending button, the sending page stores the editing information and the friend queue in the server after the timing sending button is clicked, and the server sends the editing information to each friend in the friend queue after the timing sending time is zero.
5. The method of claim 2, wherein the friend id comprises a user id or a mobile phone number of the user.
CN202010925976.5A 2020-09-07 2020-09-07 Message group sending method Pending CN112104543A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010925976.5A CN112104543A (en) 2020-09-07 2020-09-07 Message group sending method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010925976.5A CN112104543A (en) 2020-09-07 2020-09-07 Message group sending method

Publications (1)

Publication Number Publication Date
CN112104543A true CN112104543A (en) 2020-12-18

Family

ID=73757598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010925976.5A Pending CN112104543A (en) 2020-09-07 2020-09-07 Message group sending method

Country Status (1)

Country Link
CN (1) CN112104543A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852542A (en) * 2021-09-26 2021-12-28 湖南于一科技有限公司 One-key group sending method, device, equipment and storage medium
CN113923183A (en) * 2021-09-26 2022-01-11 长沙驰程网络科技有限公司 Method, device, equipment and storage medium for collecting group sending

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102497328A (en) * 2011-12-02 2012-06-13 北京神州泰岳软件股份有限公司 Instant messaging (IM) message sending method and IM system
CN103108289A (en) * 2013-02-28 2013-05-15 上海斐讯数据通信技术有限公司 Mass texting method
CN104168175A (en) * 2013-05-16 2014-11-26 腾讯科技(深圳)有限公司 Message group sensing method and terminal in instant messaging
CN106487654A (en) * 2016-09-28 2017-03-08 北京博瑞彤芸文化传播股份有限公司 The method of message cluster transmition

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102497328A (en) * 2011-12-02 2012-06-13 北京神州泰岳软件股份有限公司 Instant messaging (IM) message sending method and IM system
CN103108289A (en) * 2013-02-28 2013-05-15 上海斐讯数据通信技术有限公司 Mass texting method
CN104168175A (en) * 2013-05-16 2014-11-26 腾讯科技(深圳)有限公司 Message group sensing method and terminal in instant messaging
CN106487654A (en) * 2016-09-28 2017-03-08 北京博瑞彤芸文化传播股份有限公司 The method of message cluster transmition

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852542A (en) * 2021-09-26 2021-12-28 湖南于一科技有限公司 One-key group sending method, device, equipment and storage medium
CN113923183A (en) * 2021-09-26 2022-01-11 长沙驰程网络科技有限公司 Method, device, equipment and storage medium for collecting group sending

Similar Documents

Publication Publication Date Title
US11431661B2 (en) Voice and text group chat display management techniques for wireless mobile terminals
US11703999B2 (en) Changing visual aspects of a graphical user interface to bring focus to a message
US9479469B2 (en) Collaborative drafting of a message
US9391941B2 (en) Enhanced buddy list interface
CN108494571B (en) Method, device and system for initiating reservation conference
CN109905315B (en) Information acquisition method and device for group tasks
US9544265B2 (en) Tracking interactive text-message communications
US20080091782A1 (en) Method and system for delegating and managing tasks over instant messenger
US10491690B2 (en) Distributed natural language message interpretation engine
CN111669311A (en) Communication method, communication device, communication system, electronic equipment and readable storage medium
EP2287790A2 (en) Unified greetings for social media
WO2020238873A1 (en) Communication method, server, and communication system
WO2007111426A1 (en) Multimodal network community system for rapid message transmission to multiple specific persons and method of controlling the same
EP1891537A2 (en) Media conference enhancements
CN111917560B (en) Communication method, device and equipment
US20200111059A1 (en) Method for event reminding, and method and apparatus for generating event reminding message
CN112104543A (en) Message group sending method
EP3942497A1 (en) Live meeting object in a calendar view
US11689479B2 (en) Generating a user unavailability alert in a collaborative environment
CN100407710C (en) Network instant communication system and method for providing instant message subscribing
TWI780328B (en) Communication method, device and equipment
KR101471171B1 (en) System and method for providing instant messaging service linked to bulletin board
US20240004604A1 (en) Method for processing information, electronic device, and corresponding computer program product and recording medium
CN115776473A (en) Group chat creating and managing method based on 5G message
JP2006243820A (en) Message processing apparatus, message processing method, message processing program, and recording medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20201218

RJ01 Rejection of invention patent application after publication