WO2017177778A1 - Information transmission management method and apparatus, server, and storage medium - Google Patents

Information transmission management method and apparatus, server, and storage medium Download PDF

Info

Publication number
WO2017177778A1
WO2017177778A1 PCT/CN2017/075995 CN2017075995W WO2017177778A1 WO 2017177778 A1 WO2017177778 A1 WO 2017177778A1 CN 2017075995 W CN2017075995 W CN 2017075995W WO 2017177778 A1 WO2017177778 A1 WO 2017177778A1
Authority
WO
WIPO (PCT)
Prior art keywords
identifier
information
determining
sending
find
Prior art date
Application number
PCT/CN2017/075995
Other languages
French (fr)
Chinese (zh)
Inventor
张莹
梅伟
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2017177778A1 publication Critical patent/WO2017177778A1/en

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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • 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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]

Definitions

  • the present application relates to the field of computer technologies, and in particular, to an information transmission management method and apparatus, a server, and a storage medium.
  • the traditional method when the information is sent, the information is usually duplicated due to an operation error of the information transmitting personnel (for example, the information transmitting person forgets that the information has been sent) or an abnormality of the information sending program or a network abnormality. send. Obviously, the traditional method cannot control the repeated transmission of information, and thus, repeated transmission of information may cause unnecessary waste of network resources.
  • an information transmission management method a server, and a storage medium are provided.
  • a method for managing information transmission comprising:
  • An information transmission management device includes:
  • An obtaining module configured to acquire basic information data and a corresponding sending template identifier
  • a pre-sending information generating module configured to generate pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
  • an information identifier generating module configured to obtain a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier that uniquely corresponds to the pre-sent information according to the component identifier and the sending template identifier;
  • a sending processing module configured to determine whether the information identifier exists in the pre-stored information identifier list, and if yes, not sending the pre-sending information, if not, transmitting the pre-sending information, and The generated information identifier is added to the information identification list.
  • a server includes a memory and a processor, the memory storing instructions that, when executed by the processor, cause the processor to perform the following steps:
  • One or more non-volatile readable storage media storing computer-executable instructions, when executed by one or more processors, cause the one or more processors to perform the following steps:
  • FIG. 1 is an application environment diagram of an information transmission management method in an embodiment
  • Figure 2 is a block diagram of a server in one embodiment
  • FIG. 3 is a flow chart of a method for managing information transmission in an embodiment
  • FIG. 5 is a flowchart of a method for judging information identification in another embodiment
  • FIG. 6 is a block diagram of a message transmission management apparatus in an embodiment.
  • Figure 7 is a block diagram of a transmit processing module in one embodiment.
  • FIG. 1 is an application scenario diagram of an information transmission management method in an embodiment.
  • terminal 110 communicates with server 120 over a network.
  • the terminal 110 sends an information transmission request to the server 120, and the server 120 acquires the basic information data and the corresponding transmission template identifier according to the information transmission request.
  • the server 120 generates the pre-sent information according to the sending template information and the basic information data corresponding to the sending template identifier, and obtains the corresponding component identifier from the basic information data according to the sending template identifier, and generates and pre-transmits the information according to the component identifier and the sending template identifier.
  • Corresponding information identification The server 120 determines whether the information identifier exists in the pre-stored information identifier list. If yes, the pre-transmission information is not sent. If not, the pre-transmission information is sent, and the generated information identifier is added to the information identifier list.
  • the terminal 110 includes, but is not limited to, various personal computers, smart phones, tablet computers, notebook computers, portable wearable devices, etc., which are not enumerated here.
  • a server in one embodiment, includes a processor coupled through a system bus, a non-volatile storage medium, an internal memory, and a network interface.
  • the processor is used to provide computing and control capabilities to support the operation of the entire server.
  • the server's non-volatile storage medium stores operating system and computer executable instructions.
  • the computer executable instructions are executable by the processor to implement an information transmission management method suitable for the server provided by the following embodiments.
  • the internal memory in the server provides an environment for the operation of operating systems and computer executable instructions in a non-volatile storage medium.
  • the network interface is used to connect to the network for communication.
  • the server may send the generated pre-sent information through the network interface when the judgment information identifier does not exist in the pre-stored information identifier list.
  • the server can It is implemented by a server cluster consisting of a separate server or multiple servers.
  • FIG. 2 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the server to which the solution of the present application is applied.
  • the specific server may include a ratio. More or fewer components are shown in the figures, or some components are combined, or have different component arrangements.
  • an information transmission management method is provided, which is applied to the server described in FIG. 1 or FIG. 2 as an example.
  • the method specifically includes the following steps:
  • Step S302 Acquire basic information data and a corresponding sending template identifier.
  • the server may be the information sending request sent by the receiving terminal, and obtain the corresponding basic information data from the information stored in advance according to the information sending request, and further obtain the corresponding sending template identifier according to the information sending request.
  • the terminal selects the required sending template and the condition for acquiring the basic information data, and the terminal acquires the corresponding sending template identifier and the condition parameter for acquiring the basic information data, and generates a sending request for sending the information to the server, where
  • the information sending request carries the sending template identifier.
  • the condition parameters for obtaining the basic information data may be time parameters, insurance identification, customer information, and the like.
  • the preset rule may be set in the server itself, and the basic information data and the corresponding sending template identifier are obtained according to the preset rule.
  • the server obtains the basic information data that meets the preset condition and the corresponding sending template identifier when the preset date is reached.
  • the basic information data may be policy information or customer information.
  • the policy information includes information such as the policy number, the type of insurance type in the policy, and the validity period of the policy.
  • Customer information includes customer contact information (such as phone number, email address, etc.), customer name, customer address, etc.
  • the obtained sending template identifier may be one or more. Further, the sent template corresponding to the obtained sending template identifier may be in different forms. Further, the sending template corresponding to the obtained sending template identifier may be at least one of a short message template, an electronic notification template, a broadcast template, and an instant messaging information template. For example, the short message template identifier and the electrical information may be acquired at the same time. The sub-notice template identifies these two different forms of sending template identifiers. Similarly, multiple sending template identifiers of the same form may be obtained. For example, multiple different short message template identifiers may be acquired at the same time.
  • Step S304 Generate pre-transmission information according to the sending template information and the basic information data corresponding to the sending template identifier.
  • the server pre-stores the correspondence between the sending template identifier and the sending template information, and according to the correspondence, the server acquires the sending template information corresponding to the sending template identifier.
  • the server generates pre-sent information according to the obtained sending template information and basic information data.
  • the pre-sent information may be at least one of an electronic notification, a short message, a broadcast notification, an instant messaging message, and an electronic file.
  • Step S306 Acquire a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier uniquely corresponding to the pre-sent information according to the component identifier and the sending template identifier.
  • the server sets a corresponding component identifier acquisition rule according to the sending template identifier, that is, sets a corresponding component identifier type for each sending template identifier.
  • the types of component identifiers obtained according to different sending template identifiers may be different. For example, according to the sending template identifier A 1 , the type of the component identifier obtained is S 1 , and according to the sending template identifier A 2 , the type of the component identifier obtained is S 2 . It can be understood that different sending template identifiers can be corresponding to the same component identifier type, for example, according to the sending template identifier A 3 , and the corresponding component identifier type is S 1 .
  • the component identifier includes a customer identifier or a policy identifier.
  • the customer identification can be a customer phone number, a customer email address, a customer instant messaging account, and the like.
  • the policy ID can be the policy number.
  • the server combines the pre-set composition identifier acquisition rule for the sending template identifier, and obtains the corresponding component identifier from the basic information data according to the sending template identifier.
  • the sending template identifier is A 3
  • the corresponding component identifier type For S 1 for example, the type represented by S 1 is a customer identifier
  • a specific customer identifier is obtained from the basic information data as a component identifier according to the sending template identifier A 3 .
  • the server generates pre-sent information according to the obtained component identifier and the sending template identifier.
  • the unique corresponding information identifier it can be understood that the information identifier is used to uniquely identify the generated pre-sent information.
  • the information identifier uniquely corresponding to the pre-sent information is generated according to the client identifier and the sending template identifier.
  • the information identifier uniquely corresponding to the pre-sent information is generated, and the component identifier and the sending template identifier are basic data of the generated information identifier, and may be partial basic data or all basic data. Therefore, the unqualified information identifier consists only of the component identifier and the sending template identifier.
  • the server may be generated after performing a series of processing on the component identifier and the sending template identifier, such as encryption, deformation, split reorganization, and the like.
  • the method further includes: generating a marking parameter corresponding to the pre-sending information, and generating a unique correspondence of the pre-sending information according to the component identifier, the sending template identifier, and the marking parameter.
  • the steps to identify the information may be a parameter that marks the pre-transmission information according to the current situation when the pre-transmission information is generated.
  • the tag parameter may be a time parameter, and the time parameter may be one of a specific year, month, and day.
  • the pre-sent information when the pre-sent information is generated in March 2016, the pre-sent information can be marked according to the current month, that is, the generation month of the pre-sent information is marked with 201603, according to the composition identifier, the sending template identifier, and the marking parameter 201603. Generate a unique identifier corresponding to the pre-sent information. Further, a correspondence between the generated tag parameter and the component identifier and the sending template identifier is established.
  • Step S308 determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not transmitting the pre-transmission information, if not, transmitting the pre-transmission information, and adding the generated information identifier to the information identifier list.
  • the information identifier list is pre-stored in the server. Further, it is determined whether the generated information identifier exists in the pre-stored information identifier list, and if so, the pre-transmission information is not sent. Specifically, the server may search for the generated information identifiers in the information identifier list according to the order, or parse the information identifiers, and combine the parsing results with the preset rules to perform the search and judgment to speed up the search efficiency.
  • the pre-transmission information is The sending.
  • the server may send the pre-sent information to the information sending center, and the pre-sending information is sent by the information sending center. It is also possible to directly send pre-sent information to the client terminal in the server.
  • the generated information identifier is added to the information identification list. Specifically, the generated information identifier may be directly added to the information identifier list according to the generated time sequence or the information identifier size order, or the added storage location may be determined according to the preset rule.
  • the information sending center refers to a system for transmitting pre-sent information, and may be a short message platform or a postal system.
  • server may perform the foregoing steps 102 to 110, or may be implemented by different servers in cooperation with the foregoing steps 102 to 110.
  • the determination of whether the information has been sent before the information is sent avoids repeated transmission of the information, thereby saving network resources.
  • the information identifier is generated according to the component identifier and the transmission template identifier associated with the basic information data and the transmission template information for generating the pre-transmission information, and the determination of whether the pre-transmission information has been transmitted according to the information identifier can improve the efficiency of the determination.
  • the step of determining whether the information identifier exists in the pre-stored information identifier list includes the following steps:
  • Step S402 the information identifier is parsed, and the component identifier and the sending template identifier are obtained, and the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the component identifier and the sending template identifier.
  • the server parses the generated information identifier to obtain a component identifier and a template identifier. It can be understood that the information identifier is generated according to the component identifier and the sending template identifier. Therefore, by analyzing the information identifier, the component identifier and the sending template identifier can be obtained.
  • first to-be-find identifier and the second to-be-find identifier are respectively determined according to the component identifier and the sending template identifier.
  • the component identifier may be determined as the first to-be-find identifier
  • the sending template identifier is determined as the second to-be-find identifier.
  • the sending template identifier may be determined as the first to-be-find identifier
  • the component identifier is determined as the second to-be-find identifier.
  • the first to-be-find identifier and the second to-be-find identifier are only used to distinguish the order of the search, but specifically, the component identifier or the sending template identifier is used as the first to-be-find identifier, and the present invention is implemented. This example is not limited.
  • Step S404 Determine at least one first direction according to the first to-be-find identifier, and obtain at least one The first categorization identifier corresponding to the first direction of the first categorization identifier is found in the first categorization identifier.
  • the information identifier list is pre-stored in the server. There is a first direction and a second direction in the information identifier list, each first direction corresponds to at least one second direction, and each second direction corresponds to at least one first direction, and the different first direction or second direction corresponds to The number of second directions or first directions may be different.
  • each of the first direction and the second direction respectively correspond to a unique first classification identifier and a second classification identifier.
  • the first or second categorization identifier is a categorization identifier obtained according to a common feature identified by the information in the first or second direction. For example, if the information in the first direction has the same component data, the same data may be used as the first categorization identifier corresponding to the first direction.
  • the server stores a correspondence between the first direction and the first categorization identifier, and a correspondence between the second direction and the second categorization identifier.
  • Table 1 is a list of information identifiers for illustration in one embodiment.
  • Table 1 has m row directions and n column directions.
  • the categorization identifier corresponding to the first column direction is A 1
  • the categorization identifier corresponding to the second column direction is A 2
  • the categorization identifier corresponding to the nth column direction is A n .
  • the collation identifiers corresponding to the respective row directions are B 1 , B 2 ... B m .
  • a 1 to A n represent different transmission template identifiers
  • B 1 to B m represent different composition identifiers. It can be understood that each row direction may correspond to at least one column direction, and each column direction may correspond to at least one row direction, and the number of column directions or row directions corresponding to different row directions or column directions may be different.
  • the first direction of the at least one is determined according to the first to-be-identified identifier, and the first categorization identifier corresponding to the at least one first direction is obtained according to the correspondence between the stored first direction and the first categorization identifier.
  • the first to-be-find identifier is a component identifier
  • the first direction of the at least one is determined according to the component identifier.
  • the first to-be-find identifier is the sending template identifier
  • the first direction of the at least one is determined according to the sending template identifier.
  • the first direction is not a specific row direction or column direction, and is only used to indicate the direction of the first lookup.
  • the generated information is identified as A 2 B 4 .
  • the sent template identifier is A 2 and the component identifier is B 4 .
  • the component identifier B 4 is the first to-be-find identifier
  • the sending template identifier A 2 is the second to-be-find identifier
  • the m row direction is taken as the first direction, and the categorization identifiers corresponding to the m row directions are further obtained as B 1 , B 2 , B 3 , B 4 ...... B m , that is, the obtained first categorization Logo.
  • step 206 determines whether the first to-be-find identifier exists in the obtained first classification identifier, and if not, the determination information identifier does not exist in the pre-stored information identifier list. If yes, go to step 206.
  • the description is also made in conjunction with Table 1, that is, whether the first to-be-find identifier B 4 exists in the collation identifiers B 1 , B 2 , B 3 , B 4 , and B m corresponding to the obtained m row directions, and it is obvious that it can be determined. If the first to-be-find identifier B 4 exists in the first classification identifier, the process proceeds to step 206.
  • Step S406 when it is found that the first to-be-find identifier exists in the first categorization identifier, determine, according to the found first categorization identifier, the second direction of the corresponding at least one, and obtain at least one corresponding to the second direction. Second classification indicator.
  • the first direction corresponding to the first classification identifier that is found is determined, and the corresponding second direction of the at least one is determined according to the correspondence between the first direction and the second direction. Further, the second categorization identifier corresponding to the at least one second direction is obtained according to the correspondence between the stored second direction and the second categorization identifier.
  • the description is also made in conjunction with the example in step 204 and Table 1.
  • the corresponding column direction is determined according to the classification identifier B 4, and the determined column direction is obtained.
  • the corresponding categorization identifiers are A 1 , A 3 — A n , that is, the obtained second categorization identifier.
  • Step S408 Find whether there is a second to-be-find identifier in the second classification identifier, and determine, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
  • the determination information identifier exists in the pre-stored information identifier list, and if not, the judgment information identifier does not exist in the Pre-stored information in the identification list.
  • the second to-be-find identifier is a template sending identifier A 2
  • the obtained second collation identifiers are A 1 , A 3 . . . A n
  • the second collation identifiers A 1 , A 3 .... whether there is a second identifier to be searched A 2
  • the parsing information identifier may further obtain a marking parameter, and determining, according to the searching result, whether the information identifier exists in the pre-stored information identifier list comprises: when the second collation identifier is found, there is a second to-be-find When the identifier is obtained, the at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier is obtained, and it is determined whether the parsing parameter is present in the pre-stored at least one tag parameter, and if yes, determining that the information identifier exists in the pre-storage The information is identified in the list.
  • the parsing information identifier may obtain the marking parameter in addition to the component identifier and the sending template identifier.
  • the marking parameter may be based on the current situation when the pre-transmitted information is generated.
  • the parameter of the tag Further, the marking parameter may be a time parameter, and the time parameter may be one of a specific year, month, and day. At least one tag parameter is pre-stored in the server, and a correspondence relationship between the tag parameter and the component identifier and the sending template identifier is established.
  • the second to-be-identified identifier exists in the second classification identifier, according to the foregoing correspondence relationship, Obtaining at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier. Further, it is determined whether the marking parameter obtained by the analysis information identifier exists in at least one of the pre-stored marking parameters, and if so, the determination information identifier exists in the pre-stored information identification list.
  • the information identifier is directly parsed, and the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the parsed component identifier and the sending template identifier, and it is determined whether the first to-be-find identifier exists in the corresponding first.
  • the first categorization identifier of the direction if yes, determining the corresponding second direction, determining whether the second to-be-find identifier exists in the second categorization identifier of the corresponding second direction, and determining, according to the determination result, whether the information identifier is It exists in the pre-stored information identification list.
  • the judging method can determine whether the information identifier exists in the information identifier list without all the information identifier lists in the search information identifier list, thereby improving the judgment efficiency.
  • the step of adding the generated information identifier to the information identifier list includes the following steps: determining, according to the first to-be-find identifier, the first direction corresponding to the information identifier, according to the second to-be-find The identifier determining information identifier corresponds to the second direction, and the information identifier is stored in the intersection position of the first sub-direction and the second sub-direction.
  • the first direction corresponding to the information identifier is determined according to the first to-be-find identifier. That is, the first direction corresponding to the first classification identifier that is the same as the first to-be-identified identifier is the first direction corresponding to the information identifier.
  • the first direction may be added according to the preset rule (such as in order), and the first direction is A to-be-find identifier is the first collation identifier of the newly added first direction.
  • the description is also made in conjunction with Table 1.
  • the first to-be-find identifier is B m+1
  • a new row is added immediately below the row direction corresponding to B m
  • B m+1 is used as a new row direction classification.
  • the second direction corresponding to the information identifier is determined according to the second to-be-find identifier, that is, determining
  • the second direction corresponding to the second categorization identifier that is the same as the second to-be-identified identifier is the second direction corresponding to the information identifier.
  • the second direction may be added according to the preset rule (for example, in order)
  • the second to-be-find identifier is the second collation identifier of the added second direction. For example, when the A n + 1 as the second identification to be searched, then add a column next to the column direction corresponding to the following A n and A n + 1 as a new column direction collation identification.
  • the determined information identifies the intersection of the first direction and the second direction, and stores the information identifier at the determined intersection location.
  • the first direction corresponding to the information identifier is determined by the first to-be-find identifier
  • the second direction corresponding to the information identifier is determined according to the second to-be-find identifier
  • the information identifier is stored in the first sub-direction and the second sub-direction. position.
  • the determination of the storage location of the information identifier has a certain regularity, so that when determining whether the generated information identifier exists in the stored information identifier list, the judgment may be made according to the regularity of the storage rule, thereby improving the judgment efficiency.
  • the step of determining whether the information identifier exists in the pre-stored information identifier list specifically includes the following steps:
  • step S502 the information identifier is parsed, and the component identifier, the sending template identifier, and the marking parameter are obtained, and the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the component identifier and the sending template identifier.
  • Step S504 Obtain at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier, and determine whether the parsed tag parameter exists in the pre-stored at least one tag parameter.
  • Step S506 when it is determined that the parsing parameter obtained by the parsing exists in the pre-stored at least one of the marking parameters, determining the first direction of the at least one according to the first to-be-find identifier, and acquiring the first recursory corresponding to the first direction of the at least one
  • the class identifier is used to find whether the first to-be-find identifier exists in the first collation identifier.
  • Step S508 when it is found that the first to-be-find identifier exists in the first classification identifier, determine the second direction of the corresponding at least one according to the found first classification identifier, and obtain at least one corresponding to the second direction. Second classification indicator.
  • Step S510 Find whether there is a second to-be-find identifier in the second collation identifier, and if yes, determine that the information identifier exists in the pre-stored information identifier list.
  • the analytical information identifier is correspondingly obtained.
  • the multiple component data composition identifier, sending template identifier and marking parameter), and layer-by-layer judgment based on multiple component data, can avoid searching throughout the entire information identification list, and improve the efficiency of searching and judging.
  • an information transmission management apparatus includes an acquisition module 602, a pre-transmission information generation module 604, an information identification generation module 606, and a transmission processing module 608, where:
  • the obtaining module 602 is configured to obtain basic information data and a corresponding sending template identifier.
  • the pre-transmission information generating module 604 is configured to generate pre-transmission information according to the sending template information and the basic information data corresponding to the sending template identifier.
  • the information identifier generating module 606 is configured to obtain a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier uniquely corresponding to the pre-sent information according to the component identifier and the sending template identifier.
  • the sending processing module 608 is configured to determine whether the information identifier exists in the pre-stored information identifier list, and if yes, the pre-sending information is not sent, if not, the pre-sending information is sent, and the generated information identifier is added to the information. In the list of identities.
  • the composition identification includes a customer identification or a policy identification.
  • the sending processing module 608 includes:
  • the to-be-identified identifier determining module 702 is configured to parse the information identifier, obtain the component identifier and the sending template identifier, and determine the first to-be-find identifier and the second to-be-find identifier according to the component identifier and the sending template identifier, respectively.
  • the locating module 704 is configured to determine, according to the first to-be-identified identifier, the first direction, the first categorization identifier corresponding to the at least one first direction, and the first categorization identifier. And determining, when the first categorization identifier is found in the first categorization identifier, determining, according to the first categorization identifier that is found, the second direction corresponding to the at least one, and acquiring the second direction corresponding to the at least one The second collation identifier.
  • the determining module 706 is configured to search whether a second to-be-find identifier exists in the second collation identifier, and determine, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
  • the parsing information identification also results in a tag parameter.
  • the determining module 706 is further configured to: when the second lookup identifier is found in the second categorization identifier, obtain at least one of the pre-stored marking parameters corresponding to the component identifier and the sending template identifier, and determine the parsing Whether the obtained tag parameter exists in at least one of the pre-stored tag parameters, and if so, the judgment information identifier exists in the pre-stored information tag list.
  • the sending processing module 608 is further configured to: according to the first to-be-identified identifier determining information, the corresponding first direction, and the second identifier according to the second to-be-find identifier determining information identifier, storing the information identifier in the first The intersection of the sub-direction and the second sub-direction.
  • the various modules in the above data display device may be implemented in whole or in part by software, hardware, and combinations thereof.
  • the obtaining module 602 may receive the information sending request from the terminal through the network interface, and then obtain the basic information data and the corresponding sending template identifier included in the request.
  • the network interface may be an Ethernet card or a wireless network card.
  • the above modules may be embedded in the hardware of the base station or may be stored in the memory of the base station in a software form, so that the processor can call the corresponding operations of the above modules.
  • the processor can be a central processing unit (CPU), a microprocessor, a microcontroller, or the like.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Provided is an information transmission management method, comprising: acquiring basic information data and a corresponding transmission template identifier; according to transmission template information, corresponding to the transmission template identifier, and the basic information data, generating pre-transmission information; according to the transmission template identifier, acquiring a corresponding component identifier from the basic information data, and according to the component identifier and the transmission template identifier, generating an information identifier uniquely corresponding to the pre-transmission information; and judging whether the information identifier is in a pre-stored information identifier list, if so, not transmitting the pre-transmission information, and if not, transmitting the pre-transmission information and adding the generated information identifier to the information identifier list.

Description

信息发送管理方法和装置、服务器和存储介质Information transmission management method and device, server and storage medium
本申请要求于2016年04月12日提交中国专利局,申请号为2016102255362,发明名称为“信息发送管理方法和装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。The present application claims priority to the Chinese Patent Application, filed on Apr. 12, 2016, the entire disclosure of which is hereby incorporated by reference.
技术领域Technical field
本申请涉及计算机技术领域,特别是涉及一种信息发送管理方法和装置、服务器和存储介质。The present application relates to the field of computer technologies, and in particular, to an information transmission management method and apparatus, a server, and a storage medium.
背景技术Background technique
随着科学技术的不断发展,各种信息(比如,短信或电子通知书等)往往是通过网络发送给对应的信息接收方。With the continuous development of science and technology, various information (such as text messages or electronic notices) are often sent to the corresponding recipients of the information through the network.
传统方法中,在发送信息时,通常会由于信息发送人员的操作失误(比如,信息发送人员忘记已经发送过该条信息)或者信息发送程序的异常,又或者网络异常等原因,造成信息的重复发送。显然,传统方法不能够对信息的重复发送进行控制,进而,信息的多次重复发送会造成不必要的网络资源浪费。In the traditional method, when the information is sent, the information is usually duplicated due to an operation error of the information transmitting personnel (for example, the information transmitting person forgets that the information has been sent) or an abnormality of the information sending program or a network abnormality. send. Obviously, the traditional method cannot control the repeated transmission of information, and thus, repeated transmission of information may cause unnecessary waste of network resources.
发明内容Summary of the invention
根据本申请公开的各种实施例,提供一种信息发送管理方法、服务器和存储介质。According to various embodiments disclosed herein, an information transmission management method, a server, and a storage medium are provided.
一种信息发送管理方法,包括:A method for managing information transmission, comprising:
获取基础信息数据及对应的发送模板标识;Obtaining basic information data and a corresponding sending template identifier;
根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息; Generating pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及Obtaining, according to the sending template identifier, a corresponding component identifier from the basic information data, and generating, according to the component identifier and the sending template identifier, an information identifier uniquely corresponding to the pre-sent information; and
判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将所述生成的信息标识添加至所述信息标识列表中。Determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not transmitting the pre-transmission information, if not, transmitting the pre-transmission information, and adding the generated information identifier to The information is identified in the list.
一种信息发送管理装置,包括:An information transmission management device includes:
获取模块,用于获取基础信息数据及对应的发送模板标识;An obtaining module, configured to acquire basic information data and a corresponding sending template identifier;
预发送信息生成模块,用于根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;a pre-sending information generating module, configured to generate pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
信息标识生成模块,用于根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及And an information identifier generating module, configured to obtain a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier that uniquely corresponds to the pre-sent information according to the component identifier and the sending template identifier; and
发送处理模块,用于判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将所述生成的信息标识添加至所述信息标识列表中。a sending processing module, configured to determine whether the information identifier exists in the pre-stored information identifier list, and if yes, not sending the pre-sending information, if not, transmitting the pre-sending information, and The generated information identifier is added to the information identification list.
一种服务器,包括存储器和处理器,所述存储器中存储有指令,所述指令被所述处理器执行时,使得所述处理器执行以下步骤:A server includes a memory and a processor, the memory storing instructions that, when executed by the processor, cause the processor to perform the following steps:
获取基础信息数据及对应的发送模板标识;Obtaining basic information data and a corresponding sending template identifier;
根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;Generating pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及Obtaining, according to the sending template identifier, a corresponding component identifier from the basic information data, and generating, according to the component identifier and the sending template identifier, an information identifier uniquely corresponding to the pre-sent information; and
判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将生成的所述 信息标识添加至所述信息标识列表中。Determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not transmitting the pre-transmission information, and if not, transmitting the pre-transmission information, and generating the An information identifier is added to the information identification list.
一个或多个存储有计算机可执行指令的非易失性可读存储介质,所述计算机可执行指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:One or more non-volatile readable storage media storing computer-executable instructions, when executed by one or more processors, cause the one or more processors to perform the following steps:
获取基础信息数据及对应的发送模板标识;Obtaining basic information data and a corresponding sending template identifier;
根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;Generating pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及Obtaining, according to the sending template identifier, a corresponding component identifier from the basic information data, and generating, according to the component identifier and the sending template identifier, an information identifier uniquely corresponding to the pre-sent information; and
判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将生成的所述信息标识添加至所述信息标识列表中。Determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not sending the pre-transmission information, if not, transmitting the pre-transmission information, and adding the generated information identifier to The information is identified in the list.
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征、目的和优点将从说明书、附图以及权利要求书变得明显。Details of one or more embodiments of the present application are set forth in the accompanying drawings and description below. Other features, objects, and advantages of the invention will be apparent from the description and appended claims.
附图说明DRAWINGS
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings to be used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are only It is a certain embodiment of the present application, and other drawings can be obtained according to the drawings without any creative work for those skilled in the art.
图1为一个实施例中信息发送管理方法的应用环境图;1 is an application environment diagram of an information transmission management method in an embodiment;
图2为一个实施例中服务器的框图;Figure 2 is a block diagram of a server in one embodiment;
图3为一个实施例中信息发送管理方法的流程图;3 is a flow chart of a method for managing information transmission in an embodiment;
图4为一个实施例中信息标识判断方法的流程图;4 is a flowchart of a method for judging information identification in an embodiment;
图5为另一个实施例中信息标识判断方法的流程图; FIG. 5 is a flowchart of a method for judging information identification in another embodiment; FIG.
图6为一个实施例中消息发送管理装置的框图;及6 is a block diagram of a message transmission management apparatus in an embodiment; and
图7为一个实施例中发送处理模块的框图。Figure 7 is a block diagram of a transmit processing module in one embodiment.
具体实施方式detailed description
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步的详细说明。应当理解,此处所描述的具体实施例仅用于解释本发明,并不用于限定本发明。The present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
图1为一个实施例中信息发送管理方法的应用场景图。如图1所示,终端110通过网络与服务器120进行通信。终端110向服务器120发送信息发送请求,服务器120根据该信息发送请求获取基础信息数据及对应的发送模板标识。服务器120根据发送模板标识对应的发送模板信息和基础信息数据生成预发送信息,以及根据发送模板标识从基础信息数据中获取对应的组成标识,并根据组成标识与发送模板标识生成与预发送信息唯一对应的信息标识。服务器120判断信息标识是否存在于预存储的信息标识列表中,若是,则不发送预发送信息,若否,则将预发送信息进行发送,并将生成的信息标识添加至信息标识列表中。FIG. 1 is an application scenario diagram of an information transmission management method in an embodiment. As shown in FIG. 1, terminal 110 communicates with server 120 over a network. The terminal 110 sends an information transmission request to the server 120, and the server 120 acquires the basic information data and the corresponding transmission template identifier according to the information transmission request. The server 120 generates the pre-sent information according to the sending template information and the basic information data corresponding to the sending template identifier, and obtains the corresponding component identifier from the basic information data according to the sending template identifier, and generates and pre-transmits the information according to the component identifier and the sending template identifier. Corresponding information identification. The server 120 determines whether the information identifier exists in the pre-stored information identifier list. If yes, the pre-transmission information is not sent. If not, the pre-transmission information is sent, and the generated information identifier is added to the information identifier list.
可以理解,终端110包括但不限于各种个人计算机、智能手机、平板电脑、笔记本电脑、便携式穿戴设备等,在此不一一列举。It can be understood that the terminal 110 includes, but is not limited to, various personal computers, smart phones, tablet computers, notebook computers, portable wearable devices, etc., which are not enumerated here.
在一个实施例中,提供了一种服务器。如图2所示该服务器包括通过系统总线连接的处理器、非易失性存储介质、内存储器和网络接口。其中,该处理器用于提供计算和控制能力,支撑整个服务器的运行。该服务器的非易失性存储介质存储有操作系统和计算机可执行指令。该计算机可执行指令可被处理器所执行以实现以下各实施例所提供的适用于服务器的一种信息发送管理方法。该服务器中的内存储器为非易失性存储介质中的操作系统和计算机可执行指令的运行提供环境。网络接口用于连接到网络进行通信。比如,在本实施例中,服务器可以在判断信息标识不存在于预存储的信息标识列表中时,通过网络接口将生成的预发送信息进行发送。可以理解,服务器可以 用独立的服务器或多个服务器组成的服务器集群来实现。In one embodiment, a server is provided. The server, as shown in FIG. 2, includes a processor coupled through a system bus, a non-volatile storage medium, an internal memory, and a network interface. Among them, the processor is used to provide computing and control capabilities to support the operation of the entire server. The server's non-volatile storage medium stores operating system and computer executable instructions. The computer executable instructions are executable by the processor to implement an information transmission management method suitable for the server provided by the following embodiments. The internal memory in the server provides an environment for the operation of operating systems and computer executable instructions in a non-volatile storage medium. The network interface is used to connect to the network for communication. For example, in this embodiment, the server may send the generated pre-sent information through the network interface when the judgment information identifier does not exist in the pre-stored information identifier list. Understandably, the server can It is implemented by a server cluster consisting of a separate server or multiple servers.
本领域技术人员可以理解,图2中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的服务器的限定,具体的服务器可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。It will be understood by those skilled in the art that the structure shown in FIG. 2 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the server to which the solution of the present application is applied. The specific server may include a ratio. More or fewer components are shown in the figures, or some components are combined, or have different component arrangements.
如图3所示,在一个实施例中,提供了一种信息发送管理方法,以该方法应用于图1或图2所述的服务器中为例进行说明,该方法具体包括以下步骤:As shown in FIG. 3, in an embodiment, an information transmission management method is provided, which is applied to the server described in FIG. 1 or FIG. 2 as an example. The method specifically includes the following steps:
步骤S302,获取基础信息数据及对应的发送模板标识。Step S302: Acquire basic information data and a corresponding sending template identifier.
本实施例中,服务器可以是接收终端发送的信息发送请求,根据信息发送请求从自身预先存储的信息中获取对应的基础信息数据,并进一步根据信息发送请求获取对应的发送模板标识。具体的,用户通过终端选择所需要的发送模板和用于获取基础信息数据的条件,终端获取对应的发送模板标识和用于获取基础信息数据的条件参数,并生成信息发送请求发送至服务器,其中,信息发送请求中携带发送模板标识。其中,用于获取基础信息数据的条件参数可以是时间参数、险种标识、客户信息等。In this embodiment, the server may be the information sending request sent by the receiving terminal, and obtain the corresponding basic information data from the information stored in advance according to the information sending request, and further obtain the corresponding sending template identifier according to the information sending request. Specifically, the terminal selects the required sending template and the condition for acquiring the basic information data, and the terminal acquires the corresponding sending template identifier and the condition parameter for acquiring the basic information data, and generates a sending request for sending the information to the server, where The information sending request carries the sending template identifier. The condition parameters for obtaining the basic information data may be time parameters, insurance identification, customer information, and the like.
也可以是服务器中自身设置了预设规则,根据预设规则获取基础信息数据及对应的发送模板标识。比如,服务器中预设了达到预设日期时获取满足预设条件的基础信息数据及对应的发送模板标识。The preset rule may be set in the server itself, and the basic information data and the corresponding sending template identifier are obtained according to the preset rule. For example, the server obtains the basic information data that meets the preset condition and the corresponding sending template identifier when the preset date is reached.
其中,基础信息数据可以是保单信息,也可以是客户信息。进一步,保单信息包括保单号、保单中的险种类型标识以及保单有效期等信息。客户信息包括客户联系方式(如电话号码、电子邮箱地址等)、客户名称、客户地址等。The basic information data may be policy information or customer information. Further, the policy information includes information such as the policy number, the type of insurance type in the policy, and the validity period of the policy. Customer information includes customer contact information (such as phone number, email address, etc.), customer name, customer address, etc.
需要说明的是,所获取的发送模板标识可以为一个或多个。进一步,所获取的发送模板标识对应的发送模板可以是不同形式。更进一步,获取的发送模板标识对应的发送模板可以是短信模板、电子通知书模板、广播模板以及即时通信信息模板中的至少一种,比如,可以同时获取短信模板标识和电 子通知书模板标识这两种不同形式的发送模板标识。同样的,也可以是获取相同形式的多个发送模板标识,比如,可以同时获取多个不同的短信模板标识。It should be noted that the obtained sending template identifier may be one or more. Further, the sent template corresponding to the obtained sending template identifier may be in different forms. Further, the sending template corresponding to the obtained sending template identifier may be at least one of a short message template, an electronic notification template, a broadcast template, and an instant messaging information template. For example, the short message template identifier and the electrical information may be acquired at the same time. The sub-notice template identifies these two different forms of sending template identifiers. Similarly, multiple sending template identifiers of the same form may be obtained. For example, multiple different short message template identifiers may be acquired at the same time.
步骤S304,根据发送模板标识对应的发送模板信息和基础信息数据生成预发送信息。Step S304: Generate pre-transmission information according to the sending template information and the basic information data corresponding to the sending template identifier.
本实施例中,服务器中预先存储了发送模板标识和发送模板信息之间的对应关系,根据该对应关系,服务器获取与发送模板标识对应的发送模板信息。In this embodiment, the server pre-stores the correspondence between the sending template identifier and the sending template information, and according to the correspondence, the server acquires the sending template information corresponding to the sending template identifier.
进一步,服务器会根据获取的发送模板信息和基础信息数据生成预发送信息。其中,预发送信息可以是电子通知书、短信、广播通知、即时通信消息中、电子文件的至少一种。Further, the server generates pre-sent information according to the obtained sending template information and basic information data. The pre-sent information may be at least one of an electronic notification, a short message, a broadcast notification, an instant messaging message, and an electronic file.
步骤S306,根据发送模板标识从基础信息数据中获取对应的组成标识,根据组成标识和发送模板标识生成与预发送信息唯一对应的信息标识。Step S306: Acquire a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier uniquely corresponding to the pre-sent information according to the component identifier and the sending template identifier.
本实施例中,服务器根据发送模板标识预先设置了对应的组成标识获取规则,即为每一发送模板标识设置了对应的组成标识类型。根据不同的发送模板标识获取的组成标识的类型可能不同。比如,根据发送模板标识A1,对应获取的组成标识的类型为S1,根据发送模板标识A2,对应获取的组成标识的类型为S2。可以理解,不同发送模板标识可以对应相同的组成标识类型,比如,也可以根据发送模板标识A3,对应获取的组成标识类型为S1In this embodiment, the server sets a corresponding component identifier acquisition rule according to the sending template identifier, that is, sets a corresponding component identifier type for each sending template identifier. The types of component identifiers obtained according to different sending template identifiers may be different. For example, according to the sending template identifier A 1 , the type of the component identifier obtained is S 1 , and according to the sending template identifier A 2 , the type of the component identifier obtained is S 2 . It can be understood that different sending template identifiers can be corresponding to the same component identifier type, for example, according to the sending template identifier A 3 , and the corresponding component identifier type is S 1 .
其中,组成标识包括客户标识或保单标识。客户标识可以是客户电话号码、客户邮箱、客户即时通信账号等。保单标识可以是保单号。The component identifier includes a customer identifier or a policy identifier. The customer identification can be a customer phone number, a customer email address, a customer instant messaging account, and the like. The policy ID can be the policy number.
进一步,服务器结合预先为发送模板标识预先设置的组成标识获取规则,根据发送模板标识从基础信息数据中获取对应的组成标识,结合上述例子,若发送模板标识为A3,则对应的组成标识类型为S1,比如S1代表的类型是客户标识,那么则根据发送模板标识A3从基础信息数据中获取具体的客户标识作为组成标识。Further, the server combines the pre-set composition identifier acquisition rule for the sending template identifier, and obtains the corresponding component identifier from the basic information data according to the sending template identifier. According to the above example, if the sending template identifier is A 3 , the corresponding component identifier type For S 1 , for example, the type represented by S 1 is a customer identifier, then a specific customer identifier is obtained from the basic information data as a component identifier according to the sending template identifier A 3 .
更进一步,服务器根据获取的组成标识和发送模板标识生成预发送信息 唯一对应的信息标识,可以理解,信息标识用于唯一标识生成的预发送信息。结合上述例子,若获取客户标识作为组成标识,则根据客户标识和发送模板标识生成预发送信息唯一对应的信息标识。Further, the server generates pre-sent information according to the obtained component identifier and the sending template identifier. The unique corresponding information identifier, it can be understood that the information identifier is used to uniquely identify the generated pre-sent information. In combination with the above example, if the customer identifier is obtained as the component identifier, the information identifier uniquely corresponding to the pre-sent information is generated according to the client identifier and the sending template identifier.
需要说明的是,根据组成标识和发送模板标识生成预发送信息唯一对应的信息标识,指组成标识和发送模板标识是生成信息标识的基础数据,可以是部分基础数据,也可以是全部基础数据,因此不限定信息标识仅由组成标识和发送模板标识组成。此外,服务器可以是对组成标识和发送模板标识进行一系列的处理,比如加密、变形、拆分重组等处理之后生成的。It should be noted that, according to the component identifier and the sending template identifier, the information identifier uniquely corresponding to the pre-sent information is generated, and the component identifier and the sending template identifier are basic data of the generated information identifier, and may be partial basic data or all basic data. Therefore, the unqualified information identifier consists only of the component identifier and the sending template identifier. In addition, the server may be generated after performing a series of processing on the component identifier and the sending template identifier, such as encryption, deformation, split reorganization, and the like.
进一步,在根据发送模板标识从基础信息数据中获取对应的组成标识的步骤之后,还可以包括生成与预发送信息对应的标记参数,根据组成标识、发送模板标识及标记参数生成预发送信息唯一对应的信息标识的步骤。其中,标记参数,可以是根据预发送信息生成时的当前情况对预发送信息做出标记的参数。标记参数可以是时间参数,时间参数可以是具体的年、月、日中的一种。比如,预发送信息生成的时候是2016年3月,那么可以根据该当前月份对预发送信息进行标记,即用201603标记出预发送信息的生成月份,根据组成标识、发送模板标识和标记参数201603生成预发送信息唯一对应的信息标识。更进一步,建立生成的标记参数与组成标识和发送模板标识之间的对应关系。Further, after the step of acquiring the corresponding component identifier from the basic information data according to the sending template identifier, the method further includes: generating a marking parameter corresponding to the pre-sending information, and generating a unique correspondence of the pre-sending information according to the component identifier, the sending template identifier, and the marking parameter. The steps to identify the information. The tag parameter may be a parameter that marks the pre-transmission information according to the current situation when the pre-transmission information is generated. The tag parameter may be a time parameter, and the time parameter may be one of a specific year, month, and day. For example, when the pre-sent information is generated in March 2016, the pre-sent information can be marked according to the current month, that is, the generation month of the pre-sent information is marked with 201603, according to the composition identifier, the sending template identifier, and the marking parameter 201603. Generate a unique identifier corresponding to the pre-sent information. Further, a correspondence between the generated tag parameter and the component identifier and the sending template identifier is established.
步骤S308,判断信息标识是否存在于预存储的信息标识列表中,若是,则不发送预发送信息,若否,则将预发送信息进行发送,并将生成的信息标识添加至信息标识列表中。Step S308, determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not transmitting the pre-transmission information, if not, transmitting the pre-transmission information, and adding the generated information identifier to the information identifier list.
本实施例中,服务器中预存储了信息标识列表。进一步,判断生成的信息标识是否存在于该预存储的信息标识列表中,若是,则不发送该预发送信息。具体的,服务器可以根据按序逐一查找所生成的信息标识是否存在于信息标识列表中,也可以对信息标识进行解析处理,并将解析结果与预设规则结合进行查找判断,以加快查找效率。In this embodiment, the information identifier list is pre-stored in the server. Further, it is determined whether the generated information identifier exists in the pre-stored information identifier list, and if so, the pre-transmission information is not sent. Specifically, the server may search for the generated information identifiers in the information identifier list according to the order, or parse the information identifiers, and combine the parsing results with the preset rules to perform the search and judgment to speed up the search efficiency.
当判断信息标识不存在于预存储的信息标识列表中时,则将预发送信息 进行发送,具体的,服务器可以将预发送信息发送至信息发送中心,由信息发送中心将该预发送信息进行发送。也可以是服务器中直接将预发送信息发送至客户终端。进一步,将所生成的信息标识添加至信息标识列表中。具体的,可以直接按照生成的时间顺序或者信息标识大小顺序将生成的信息标识添加至信息标识列表中,也可以根据预设规则确定出添加的存储位置。When the judgment information identifier does not exist in the pre-stored information identifier list, the pre-transmission information is The sending is performed. Specifically, the server may send the pre-sent information to the information sending center, and the pre-sending information is sent by the information sending center. It is also possible to directly send pre-sent information to the client terminal in the server. Further, the generated information identifier is added to the information identification list. Specifically, the generated information identifier may be directly added to the information identifier list according to the generated time sequence or the information identifier size order, or the added storage location may be determined according to the preset rule.
其中,信息发送中心指用于将预发送信息进行发送的系统,可以是短信平台、也可以是邮政系统。The information sending center refers to a system for transmitting pre-sent information, and may be a short message platform or a postal system.
需要说明的是,可以是同一台服务器执行上述步骤102至步骤110的方案,也可以是不同的服务器之间协同执行上述步骤102至步骤110的方案。It should be noted that the same server may perform the foregoing steps 102 to 110, or may be implemented by different servers in cooperation with the foregoing steps 102 to 110.
本实施例中,在发送信息前进行信息是否已发送的判断,避免了信息的重复发送,节省了网络资源。此外,根据与生成预发送信息的基础信息数据和发送模板信息相关的组成标识和发送模板标识来生成信息标识,并根据该信息标识进行预发送信息是否已发送的判断,能提高判断的效率。In this embodiment, the determination of whether the information has been sent before the information is sent avoids repeated transmission of the information, thereby saving network resources. In addition, the information identifier is generated according to the component identifier and the transmission template identifier associated with the basic information data and the transmission template information for generating the pre-transmission information, and the determination of whether the pre-transmission information has been transmitted according to the information identifier can improve the efficiency of the determination.
如图4所示,在一个实施例中,判断信息标识是否存在于预存储的信息标识列表中的步骤(简称信息标识判断步骤)包括以下步骤:As shown in FIG. 4, in an embodiment, the step of determining whether the information identifier exists in the pre-stored information identifier list (referred to as the information identifier determining step) includes the following steps:
步骤S402,解析信息标识,得到组成标识和发送模板标识,根据组成标识和发送模板标识分别确定第一待查找标识和第二待查找标识。Step S402, the information identifier is parsed, and the component identifier and the sending template identifier are obtained, and the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the component identifier and the sending template identifier.
本实施例中,服务器会对所生成的信息标识进行解析,得到组成标识和发送模板标识。可以理解,信息标识是根据组成标识和发送模板标识生成的,所以通过对信息标识进行解析,可以得到组成标识和发送模板标识。In this embodiment, the server parses the generated information identifier to obtain a component identifier and a template identifier. It can be understood that the information identifier is generated according to the component identifier and the sending template identifier. Therefore, by analyzing the information identifier, the component identifier and the sending template identifier can be obtained.
进一步,根据组成标识和发送模板标识分别确定第一待查找标识和第二待查找标识。具体的,可以将组成标识确定为第一待查找标识,发送模板标识确定为第二待查找标识。也可以将发送模板标识确定为第一待查找标识,将组成标识确定为第二待查找标识。可以理解,本发明实施例中,第一待查找标识和第二待查找标识仅用于区别查找的先后顺序,但具体是将组成标识还是将发送模板标识作为第一待查找标识,本发明实施例对此并不作限定。Further, the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the component identifier and the sending template identifier. Specifically, the component identifier may be determined as the first to-be-find identifier, and the sending template identifier is determined as the second to-be-find identifier. The sending template identifier may be determined as the first to-be-find identifier, and the component identifier is determined as the second to-be-find identifier. It can be understood that, in the embodiment of the present invention, the first to-be-find identifier and the second to-be-find identifier are only used to distinguish the order of the search, but specifically, the component identifier or the sending template identifier is used as the first to-be-find identifier, and the present invention is implemented. This example is not limited.
步骤S404,根据第一待查找标识确定至少一个的第一方向,获取至少一 个的第一方向对应的第一归类标识,查找该第一归类标识中是否存在第一待查找标识。Step S404: Determine at least one first direction according to the first to-be-find identifier, and obtain at least one The first categorization identifier corresponding to the first direction of the first categorization identifier is found in the first categorization identifier.
本实施例中,服务器中预先存储了信息标识列表。信息标识列表中存在第一方向和第二方向,每个第一方向对应至少一个的第二方向,每个第二方向对应至少一个的第一方向,不同的第一方向或第二方向所对应的第二方向或第一方向的数量可能不同。In this embodiment, the information identifier list is pre-stored in the server. There is a first direction and a second direction in the information identifier list, each first direction corresponds to at least one second direction, and each second direction corresponds to at least one first direction, and the different first direction or second direction corresponds to The number of second directions or first directions may be different.
进一步,每个第一方向和第二方向都分别对应了一个唯一的第一归类标识和第二归类标识。其中,第一或第二归类标识是根据第一或第二方向中的信息标识的共性特征所得到的归类标识。比如,第一方向中信息标识中都具有相同组成部分的数据,则可以将这部分相同的数据作为第一方向对应的第一归类标识。服务器存储了第一方向和第一归类标识之间的对应关系,以及第二方向与第二归类标识之间的对应关系。Further, each of the first direction and the second direction respectively correspond to a unique first classification identifier and a second classification identifier. The first or second categorization identifier is a categorization identifier obtained according to a common feature identified by the information in the first or second direction. For example, if the information in the first direction has the same component data, the same data may be used as the first categorization identifier corresponding to the first direction. The server stores a correspondence between the first direction and the first categorization identifier, and a correspondence between the second direction and the second categorization identifier.
现结合下列表1对存储的信息标识列表进行举例说明。An example of the stored information identification list will be described below in conjunction with Table 1.
表1Table 1
Figure PCTCN2017075995-appb-000001
Figure PCTCN2017075995-appb-000001
如表1所示,表1为一个实施例中用于示意的信息标识列表。表1中有m个行方向和n个列方向。其中,第一个列方向对应的归类标识为A1,第二个列方向对应的归类标识为A2,以此类推,第n个列方向对应的归类标识为 An。同样的,各个行方向依次对应的归类标识为B1、B2......Bm。进一步,A1至An表示不同的发送模板标识,B1至Bm表示不同的组成标识。可以理解,每个行方向可对应至少一个列方向,每个列方向可以对应至少一个行方向,不同的行方向或列方向所对应的列方向或行方向的数量可以不一样。As shown in Table 1, Table 1 is a list of information identifiers for illustration in one embodiment. Table 1 has m row directions and n column directions. The categorization identifier corresponding to the first column direction is A 1 , the categorization identifier corresponding to the second column direction is A 2 , and so on, and the categorization identifier corresponding to the nth column direction is A n . Similarly, the collation identifiers corresponding to the respective row directions are B 1 , B 2 ... B m . Further, A 1 to A n represent different transmission template identifiers, and B 1 to B m represent different composition identifiers. It can be understood that each row direction may correspond to at least one column direction, and each column direction may correspond to at least one row direction, and the number of column directions or row directions corresponding to different row directions or column directions may be different.
进一步,根据第一待查找标识确定至少一个的第一方向,根据存储的第一方向和第一归类标识之间的对应关系,获取至少一个的第一方向对应的第一归类标识。具体的,当第一待查找标识是组成标识时,则根据组成标识确定至少一个的第一方向。当第一待查找标识是发送模板标识时,则根据发送模板标识确定至少一个的第一方向。这里,第一方向并不是特定的行方向或列方向,仅用于表示首先查找的方向。Further, the first direction of the at least one is determined according to the first to-be-identified identifier, and the first categorization identifier corresponding to the at least one first direction is obtained according to the correspondence between the stored first direction and the first categorization identifier. Specifically, when the first to-be-find identifier is a component identifier, the first direction of the at least one is determined according to the component identifier. When the first to-be-find identifier is the sending template identifier, the first direction of the at least one is determined according to the sending template identifier. Here, the first direction is not a specific row direction or column direction, and is only used to indicate the direction of the first lookup.
现结合表1对此进行举例说明,比如,生成的信息标识为A2B4。则解析得到的发送模板标识为A2,组成标识为B4,当确定组成标识B4为第一待查找标识,发送模板标识A2为第二待查找标识时,则根据组成标识B4确定m个行方向作为第一方向,进一步获取m个行方向对应的归类标识为B1、B2、B3、B4......Bm,即为获取到的第一归类标识。This is illustrated by way of Table 1, for example, the generated information is identified as A 2 B 4 . Then, the sent template identifier is A 2 and the component identifier is B 4 . When it is determined that the component identifier B 4 is the first to-be-find identifier, and the sending template identifier A 2 is the second to-be-find identifier, it is determined according to the component identifier B 4 . The m row direction is taken as the first direction, and the categorization identifiers corresponding to the m row directions are further obtained as B 1 , B 2 , B 3 , B 4 ...... B m , that is, the obtained first categorization Logo.
进一步,查找获取的第一归类标识中是否存在第一待查找标识,若否,则判断信息标识不存在于预存储的信息标识列表中。若是,则进入步骤206。同样结合表1进行说明,即查找获取的m个行方向对应的归类标识B1、B2、B3、B4和Bm中是否存在第一待查找标识B4,显然,可以判断出第一归类标识中存在第一待查找标识B4,则进入步骤206。Further, whether the first to-be-find identifier exists in the obtained first classification identifier, and if not, the determination information identifier does not exist in the pre-stored information identifier list. If yes, go to step 206. The description is also made in conjunction with Table 1, that is, whether the first to-be-find identifier B 4 exists in the collation identifiers B 1 , B 2 , B 3 , B 4 , and B m corresponding to the obtained m row directions, and it is obvious that it can be determined. If the first to-be-find identifier B 4 exists in the first classification identifier, the process proceeds to step 206.
步骤S406,当查找到第一归类标识中存在第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取至少一个的第二方向对应的第二归类标识。Step S406, when it is found that the first to-be-find identifier exists in the first categorization identifier, determine, according to the found first categorization identifier, the second direction of the corresponding at least one, and obtain at least one corresponding to the second direction. Second classification indicator.
具体的,确定查找到的第一归类标识对应的第一方向,根据第一方向与第二方向的对应关系,确定对应的至少一个的第二方向。进一步,根据存储的第二方向和第二归类标识之间的对应关系,获取至少一个的第二方向对应的第二归类标识。 Specifically, the first direction corresponding to the first classification identifier that is found is determined, and the corresponding second direction of the at least one is determined according to the correspondence between the first direction and the second direction. Further, the second categorization identifier corresponding to the at least one second direction is obtained according to the correspondence between the stored second direction and the second categorization identifier.
同样结合步骤204中的例子和表1进行解释说明,当查找到第一归类标识中存在第一待查找标识B4,则根据归类标识B4确定对应的列方向,获取确定的列方向所对应的归类标识为A1、A3......An,即为获取到的第二归类标识。The description is also made in conjunction with the example in step 204 and Table 1. When it is found that the first to-be-find identifier B 4 exists in the first classification identifier, the corresponding column direction is determined according to the classification identifier B 4, and the determined column direction is obtained. The corresponding categorization identifiers are A 1 , A 3 ...... A n , that is, the obtained second categorization identifier.
步骤S408,查找第二归类标识中是否存在第二待查找标识,根据查找结果判断信息标识是否存在于预存储的信息标识列表中。Step S408: Find whether there is a second to-be-find identifier in the second classification identifier, and determine, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
具体的,查找获取到的第二归类标识中是否存在第二待查找标识。Specifically, it is found whether there is a second to-be-find identifier in the obtained second classification identifier.
在一个实施例中,当查找到获取的第二归类标识中存在第二待查找标识时,则判断信息标识存在于预存储的信息标识列表中,若不存在,则判断信息标识不存在于预存储的信息标识列表中。In an embodiment, when it is found that the second to-be-identified identifier exists in the obtained second classification identifier, the determination information identifier exists in the pre-stored information identifier list, and if not, the judgment information identifier does not exist in the Pre-stored information in the identification list.
同样的,结合步骤206中的例子和表1进行举例说明。第二待查找标识是模板发送标识A2,获取到的第二归类标识为A1、A3......An,查找第二归类标识A1、A3......An中是否存在第二待查找标识A2,则可以确定第二归类标识中不存在第二待查找标识A2。则可以判断信息标识不存在于预存储的信息标识列表中。Again, an example is illustrated in conjunction with the example in step 206 and Table 1. The second to-be-find identifier is a template sending identifier A 2 , and the obtained second collation identifiers are A 1 , A 3 . . . A n , and the second collation identifiers A 1 , A 3 .... whether there is a second identifier to be searched A 2, it may be determined to be the second identification is not present in the second classification lookup identifies the A 2 ..A n. Then, it can be determined that the information identifier does not exist in the pre-stored information identifier list.
在另一个实施例中,解析信息标识还可以得到标记参数,根据查找结果判断信息标识是否存在于预存储的信息标识列表中的步骤包括:当查找到第二归类标识中存在第二待查找标识时,获取与组成标识和发送模板标识对应的预存储的至少一个的标记参数,判断解析得到标记参数是否存在于预存储的至少一个的标记参数中,若是,则判断信息标识存在于预存储的信息标识列表中。In another embodiment, the parsing information identifier may further obtain a marking parameter, and determining, according to the searching result, whether the information identifier exists in the pre-stored information identifier list comprises: when the second collation identifier is found, there is a second to-be-find When the identifier is obtained, the at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier is obtained, and it is determined whether the parsing parameter is present in the pre-stored at least one tag parameter, and if yes, determining that the information identifier exists in the pre-storage The information is identified in the list.
本实施例中,解析信息标识除了可以得到组成标识和发送模板标识之外,还可以得到标记参数,如前文所述,标记参数可以是根据预发送信息生成时的当前情况对预发送信息做出标记的参数。进一步,标记参数可以是时间参数,时间参数可以是具体的年、月、日中的一种。服务器中预先存储了至少一个的标记参数,并建立了标记参数与组成标识和发送模板标识之间的对应关系。In this embodiment, the parsing information identifier may obtain the marking parameter in addition to the component identifier and the sending template identifier. As described above, the marking parameter may be based on the current situation when the pre-transmitted information is generated. The parameter of the tag. Further, the marking parameter may be a time parameter, and the time parameter may be one of a specific year, month, and day. At least one tag parameter is pre-stored in the server, and a correspondence relationship between the tag parameter and the component identifier and the sending template identifier is established.
当查找到第二归类标识中存在第二待查找标识时,则根据上述对应关系, 获取与组成标识和发送模板标识对应的预存储的至少一个的标记参数。进一步,判断解析信息标识得到的标记参数是否存在于预存储的至少一个的标记参数中,若是,则判断信息标识存在于预存储的信息标识列表中。When it is found that the second to-be-identified identifier exists in the second classification identifier, according to the foregoing correspondence relationship, Obtaining at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier. Further, it is determined whether the marking parameter obtained by the analysis information identifier exists in at least one of the pre-stored marking parameters, and if so, the determination information identifier exists in the pre-stored information identification list.
本发明实施例中,直接对信息标识进行解析,根据解析得到的组成标识和发送模板标识分别确定第一待查找标识和第二待查找标识,判断第一待查找标识是否存在于对应的第一方向的第一归类标识中,若是,则确定对应的第二方向,判断第二待查找标识是否存在于对应的第二方向的第二归类标识中,根据该判断结果来确定信息标识是否存在于预存储的信息标识列表中。该种判断方法,不需要遍布查找信息标识列表中的所有信息标识列表即可判断出信息标识是否存在于信息标识列表中,提高了判断效率。In the embodiment of the present invention, the information identifier is directly parsed, and the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the parsed component identifier and the sending template identifier, and it is determined whether the first to-be-find identifier exists in the corresponding first. In the first categorization identifier of the direction, if yes, determining the corresponding second direction, determining whether the second to-be-find identifier exists in the second categorization identifier of the corresponding second direction, and determining, according to the determination result, whether the information identifier is It exists in the pre-stored information identification list. The judging method can determine whether the information identifier exists in the information identifier list without all the information identifier lists in the search information identifier list, thereby improving the judgment efficiency.
在一个实施例中,将生成的信息标识添加至信息标识列表中的步骤(简称信息标识添加步骤)包括以下步骤:根据第一待查找标识确定信息标识对应的第一方向,根据第二待查找标识确定信息标识对应的第二方向,将信息标识存储于第一子方向和第二子方向的相交位置。In an embodiment, the step of adding the generated information identifier to the information identifier list (referred to as the information identifier adding step) includes the following steps: determining, according to the first to-be-find identifier, the first direction corresponding to the information identifier, according to the second to-be-find The identifier determining information identifier corresponds to the second direction, and the information identifier is stored in the intersection position of the first sub-direction and the second sub-direction.
本实施例中,当第一待查找标识存在于预存储的信息标识列表中的第一方向对应的第一归类标识中时,则根据第一待查找标识确定信息标识对应的第一方向,即为确定与第一待查找标识相同的第一归类标识对应的第一方向为信息标识对应的第一方向。当第一待查找标识不存在于预存储的信息标识列表中的第一方向对应的第一归类标识中时,则可以根据预设规则(比如按序)新增一个第一方向,将第一待查找标识作为该新增的第一方向的第一归类标识。同样结合表1进行解释说明,当第一待查找标识为Bm+1时,则紧邻Bm对应的行方向下面新增一个行,并将Bm+1作为新增的行方向的归类标识。In this embodiment, when the first to-be-find identifier exists in the first categorization identifier corresponding to the first direction in the pre-stored information identifier list, the first direction corresponding to the information identifier is determined according to the first to-be-find identifier. That is, the first direction corresponding to the first classification identifier that is the same as the first to-be-identified identifier is the first direction corresponding to the information identifier. When the first to-be-find identifier does not exist in the first collation identifier corresponding to the first direction in the pre-stored information identifier list, the first direction may be added according to the preset rule (such as in order), and the first direction is A to-be-find identifier is the first collation identifier of the newly added first direction. The description is also made in conjunction with Table 1. When the first to-be-find identifier is B m+1 , a new row is added immediately below the row direction corresponding to B m , and B m+1 is used as a new row direction classification. Logo.
进一步,当第二待查找标识存在于预存储的信息标识列表中的第二方向对应的第二归类标识中时,则根据第二待查找标识确定信息标识对应的第二方向,即为确定与第二待查找标识相同的第二归类标识对应的第二方向为信息标识对应的第二方向。当第二待查找标识不存在于预存储的信息标识列表中的第二方向对应的第二归类标识中时,则可以根据预设规则(比如按序) 新增一个第二方向,将第二待查找标识作为该新增的第二方向的第二归类标识。比如,当第二待查找标识为An+1时,则紧邻An对应的列方向下面新增一个列,并将An+1作为新增的列方向的归类标识。Further, when the second to-be-find identifier exists in the second categorization identifier corresponding to the second direction in the pre-stored information identifier list, the second direction corresponding to the information identifier is determined according to the second to-be-find identifier, that is, determining The second direction corresponding to the second categorization identifier that is the same as the second to-be-identified identifier is the second direction corresponding to the information identifier. When the second to-be-find identifier does not exist in the second collation identifier corresponding to the second direction in the pre-stored information identifier list, the second direction may be added according to the preset rule (for example, in order) The second to-be-find identifier is the second collation identifier of the added second direction. For example, when the A n + 1 as the second identification to be searched, then add a column next to the column direction corresponding to the following A n and A n + 1 as a new column direction collation identification.
进一步,确定的信息标识的第一方向和第二方向的相交位置,将信息标识存储于所确定的相交位置。Further, the determined information identifies the intersection of the first direction and the second direction, and stores the information identifier at the determined intersection location.
本实施例中,通过第一待查找标识确定信息标识对应的第一方向,根据第二待查找标识确定信息标识对应的第二方向,将信息标识存储于第一子方向和第二子方向相交位置。使信息标识存储位置的确定具有一定的规律性,使在判断生成的信息标识是否存在于存储的信息标识列表中时,可以根据该种存储规则的规律性进行判断,提高了判断效率。In this embodiment, the first direction corresponding to the information identifier is determined by the first to-be-find identifier, and the second direction corresponding to the information identifier is determined according to the second to-be-find identifier, and the information identifier is stored in the first sub-direction and the second sub-direction. position. The determination of the storage location of the information identifier has a certain regularity, so that when determining whether the generated information identifier exists in the stored information identifier list, the judgment may be made according to the regularity of the storage rule, thereby improving the judgment efficiency.
如图5所示,在一个实施例中,判断信息标识是否存在于预存储的信息标识列表中的步骤(简称信息标识判断步骤)具体包括以下步骤:As shown in FIG. 5, in an embodiment, the step of determining whether the information identifier exists in the pre-stored information identifier list (referred to as the information identifier determining step) specifically includes the following steps:
步骤S502,解析信息标识,得到组成标识、发送模板标识和标记参数,根据组成标识和发送模板标识分别确定第一待查找标识和第二待查找标识。In step S502, the information identifier is parsed, and the component identifier, the sending template identifier, and the marking parameter are obtained, and the first to-be-find identifier and the second to-be-find identifier are respectively determined according to the component identifier and the sending template identifier.
步骤S504,获取与组成标识和发送模板标识对应的预存储的至少一个的标记参数,判断解析得到的标记参数是否存在于预存储的至少一个的标记参数中。Step S504: Obtain at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier, and determine whether the parsed tag parameter exists in the pre-stored at least one tag parameter.
步骤S506,当判断解析得到的标记参数存在于预存储的至少一个的标记参数中时,根据第一待查找标识确定至少一个的第一方向,获取与至少一个的第一方向对应的第一归类标识,查找第一归类标识中是否存在第一待查找标识。Step S506, when it is determined that the parsing parameter obtained by the parsing exists in the pre-stored at least one of the marking parameters, determining the first direction of the at least one according to the first to-be-find identifier, and acquiring the first recursory corresponding to the first direction of the at least one The class identifier is used to find whether the first to-be-find identifier exists in the first collation identifier.
步骤S508,当查找到第一归类标识中存在第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取至少一个的第二方向对应的第二归类标识。Step S508, when it is found that the first to-be-find identifier exists in the first classification identifier, determine the second direction of the corresponding at least one according to the found first classification identifier, and obtain at least one corresponding to the second direction. Second classification indicator.
步骤S510,查找第二归类标识中是否存在第二待查找标识,若是,则判断信息标识存在于预存储的信息标识列表中。Step S510: Find whether there is a second to-be-find identifier in the second collation identifier, and if yes, determine that the information identifier exists in the pre-stored information identifier list.
本实施例中,通过结合信息标识自身组成特征,解析信息标识得到对应 的多项组成数据(组成标识、发送模板标识和标记参数),并根据多项组成数据进行层层判断,能够避免遍布整个信息标识列表查找,提高了查找、判断效率。In this embodiment, by combining the information identifying the constituent features of the information, the analytical information identifier is correspondingly obtained. The multiple component data (composition identifier, sending template identifier and marking parameter), and layer-by-layer judgment based on multiple component data, can avoid searching throughout the entire information identification list, and improve the efficiency of searching and judging.
如图6所示,在一个实施例中,提供了一种信息发送管理装置,该装置包括获取模块602、预发送信息生成模块604、信息标识生成模块606和发送处理模块608,其中:As shown in FIG. 6, in an embodiment, an information transmission management apparatus is provided. The apparatus includes an acquisition module 602, a pre-transmission information generation module 604, an information identification generation module 606, and a transmission processing module 608, where:
获取模块602,用于获取基础信息数据及对应的发送模板标识。The obtaining module 602 is configured to obtain basic information data and a corresponding sending template identifier.
预发送信息生成模块604,用于根据发送模板标识对应的发送模板信息和基础信息数据生成预发送信息。The pre-transmission information generating module 604 is configured to generate pre-transmission information according to the sending template information and the basic information data corresponding to the sending template identifier.
信息标识生成模块606,用于根据发送模板标识从基础信息数据中获取对应的组成标识,根据组成标识与发送模板标识生成与预发送信息唯一对应的信息标识。The information identifier generating module 606 is configured to obtain a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier uniquely corresponding to the pre-sent information according to the component identifier and the sending template identifier.
发送处理模块608,用于判断信息标识是否存在于预存储的信息标识列表中,若是,则不发送预发送信息,若否,则将预发送信息进行发送,并将生成的信息标识添加至信息标识列表中。The sending processing module 608 is configured to determine whether the information identifier exists in the pre-stored information identifier list, and if yes, the pre-sending information is not sent, if not, the pre-sending information is sent, and the generated information identifier is added to the information. In the list of identities.
在一个实施例中,组成标识包括客户标识或保单标识。In one embodiment, the composition identification includes a customer identification or a policy identification.
如图7所示,在一个实施例中,发送处理模块608包括:As shown in FIG. 7, in one embodiment, the sending processing module 608 includes:
待查找标识确定模块702,用于解析信息标识,得到组成标识和发送模板标识,根据组成标识和发送模板标识分别确定第一待查找标识和第二待查找标识。The to-be-identified identifier determining module 702 is configured to parse the information identifier, obtain the component identifier and the sending template identifier, and determine the first to-be-find identifier and the second to-be-find identifier according to the component identifier and the sending template identifier, respectively.
查找模块704,用于根据第一待查找标识确定至少一个的第一方向,获取与至少一个的第一方向对应的第一归类标识,查找第一归类标识中是否存在第一待查找标识,当查找到所述第一归类标识中存在所述第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取至少一个的第二方向对应的第二归类标识。The locating module 704 is configured to determine, according to the first to-be-identified identifier, the first direction, the first categorization identifier corresponding to the at least one first direction, and the first categorization identifier. And determining, when the first categorization identifier is found in the first categorization identifier, determining, according to the first categorization identifier that is found, the second direction corresponding to the at least one, and acquiring the second direction corresponding to the at least one The second collation identifier.
判断模块706,用于查找第二归类标识中是否存在第二待查找标识,根据查找结果判断信息标识是否存在于预存储的信息标识列表中。 The determining module 706 is configured to search whether a second to-be-find identifier exists in the second collation identifier, and determine, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
在一个实施例中,解析信息标识还得到标记参数。本实施例中,判断模块706还用于当查找到第二归类标识中存在第二待查找标识时,则获取与组成标识和发送模板标识对应的预存储的至少一个的标记参数,判断解析得到的标记参数是否存在于预存储的至少一个的标记参数中,若是,则判断信息标识存在于预存储的信息标识列表中。In one embodiment, the parsing information identification also results in a tag parameter. In this embodiment, the determining module 706 is further configured to: when the second lookup identifier is found in the second categorization identifier, obtain at least one of the pre-stored marking parameters corresponding to the component identifier and the sending template identifier, and determine the parsing Whether the obtained tag parameter exists in at least one of the pre-stored tag parameters, and if so, the judgment information identifier exists in the pre-stored information tag list.
在一个实施例中,发送处理模块608还用于根据第一待查找标识确定信息标识对应的第一方向,根据第二待查找标识确定信息标识对应的第二方向,将信息标识存储于第一子方向和第二子方向的相交位置。In one embodiment, the sending processing module 608 is further configured to: according to the first to-be-identified identifier determining information, the corresponding first direction, and the second identifier according to the second to-be-find identifier determining information identifier, storing the information identifier in the first The intersection of the sub-direction and the second sub-direction.
上述数据展示装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。例如,在硬件实现上,上述获取模块602可以是通过网络接口从终端接收信息发送请求,进而获取该请求中包括的基础信息数据及对应的发送模板标识。其中,网络接口可以是以太网卡或无线网卡等。上述各模块可以硬件形式内嵌于或独立于基站的处理器中,也可以以软件形式存储于基站的存储器中,以便于处理器调用执行以上各个模块对应的操作。该处理器可以为中央处理单元(CPU)、微处理器、单片机等。The various modules in the above data display device may be implemented in whole or in part by software, hardware, and combinations thereof. For example, in the hardware implementation, the obtaining module 602 may receive the information sending request from the terminal through the network interface, and then obtain the basic information data and the corresponding sending template identifier included in the request. The network interface may be an Ethernet card or a wireless network card. The above modules may be embedded in the hardware of the base station or may be stored in the memory of the base station in a software form, so that the processor can call the corresponding operations of the above modules. The processor can be a central processing unit (CPU), a microprocessor, a microcontroller, or the like.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。One of ordinary skill in the art can understand that all or part of the process of implementing the foregoing embodiments can be completed by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium. When executed, the flow of an embodiment of the methods as described above may be included. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。The technical features of the above-described embodiments may be arbitrarily combined. For the sake of brevity of description, all possible combinations of the technical features in the above embodiments are not described. However, as long as there is no contradiction between the combinations of these technical features, All should be considered as the scope of this manual.
以上所述实施例仅表达了本发明的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围。因此,本发明专利的保护范围 应以所附权利要求为准。 The above-described embodiments are merely illustrative of several embodiments of the present invention, and the description thereof is more specific and detailed, but is not to be construed as limiting the scope of the invention. It should be noted that a number of variations and modifications may be made by those skilled in the art without departing from the spirit and scope of the invention. Therefore, the scope of protection of the patent of the present invention The following claims shall prevail.

Claims (20)

  1. 一种信息发送管理方法,包括:A method for managing information transmission, comprising:
    获取基础信息数据及对应的发送模板标识;Obtaining basic information data and a corresponding sending template identifier;
    根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;Generating pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
    根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及Obtaining, according to the sending template identifier, a corresponding component identifier from the basic information data, and generating, according to the component identifier and the sending template identifier, an information identifier uniquely corresponding to the pre-sent information; and
    判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将生成的所述信息标识添加至所述信息标识列表中。Determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not sending the pre-transmission information, if not, transmitting the pre-transmission information, and adding the generated information identifier to The information is identified in the list.
  2. 根据权利要求1所述的方法,其特征在于,所述组成标识包括客户标识或保单标识。The method of claim 1 wherein the component identification comprises a customer identification or a policy identification.
  3. 根据权利要求1所述的方法,其特征在于,所述判断所述信息标识是否存在于预存储的信息标识列表中包括:The method according to claim 1, wherein the determining whether the information identifier exists in the pre-stored information identifier list comprises:
    解析所述信息标识,得到所述组成标识和所述发送模板标识,根据所述组成标识和所述发送模板标识分别确定第一待查找标识和第二待查找标识;Determining the information identifier, obtaining the component identifier and the sending template identifier, and determining, according to the component identifier and the sending template identifier, a first to-be-find identifier and a second to-be-find identifier, respectively;
    根据所述第一待查找标识确定至少一个的第一方向,获取与所述至少一个的第一方向对应的第一归类标识,查找所述第一归类标识中是否存在所述第一待查找标识;Determining, according to the first to-be-identified identifier, the first direction, the first categorization identifier corresponding to the at least one first direction, and searching whether the first categorization identifier exists in the first categorization identifier Find the logo;
    当查找到所述第一归类标识中存在所述第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取所述至少一个的第二方向对应的第二归类标识;及When the first to-be-find identifier is found in the first categorization identifier, determining a second direction of the at least one corresponding to the first categorization identifier that is found, and acquiring the second direction of the at least one Corresponding second classification identifier; and
    查找所述第二归类标识中是否存在所述第二待查找标识,根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中。And determining whether the second to-be-find identifier exists in the second categorization identifier, and determining, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
  4. 根据权利要求3所述的方法,其特征在于,解析所述信息标识还得到标记参数; The method according to claim 3, wherein the parsing the information identifier further obtains a tag parameter;
    所述根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中包括:Determining whether the information identifier exists in the pre-stored information identifier list according to the search result includes:
    当查找到所述第二归类标识中存在所述第二待查找标识时,则获取与所述组成标识和所述发送模板标识对应的预存储的至少一个的标记参数,判断解析得到的标记参数是否存在于所述预存储的至少一个的标记参数中,若是,则判断所述信息标识存在于所述预存储的信息标识列表中。Obtaining at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier, and determining the parsed token when the second homing identifier is found in the second categorization identifier. Whether the parameter exists in the at least one of the pre-stored tag parameters, and if so, determining that the information identifier is present in the pre-stored information identifier list.
  5. 根据权利要求3所述的方法,其特征在于,所述将生成的所述信息标识添加至所述信息标识列表中包括:The method according to claim 3, wherein the adding the generated information identifier to the information identifier list comprises:
    根据所述第一待查找标识确定所述信息标识对应的第一方向,根据所述第二待查找标识确定所述信息标识对应的第二方向,将所述信息标识存储于所述第一子方向和所述第二子方向的相交位置。Determining, according to the first to-be-identified identifier, a first direction corresponding to the information identifier, determining, according to the second to-be-find identifier, a second direction corresponding to the information identifier, and storing the information identifier in the first sub- The intersection of the direction and the second sub-direction.
  6. 一种信息发送管理装置,包括:An information transmission management device includes:
    获取模块,用于获取基础信息数据及对应的发送模板标识;An obtaining module, configured to acquire basic information data and a corresponding sending template identifier;
    预发送信息生成模块,用于根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;a pre-sending information generating module, configured to generate pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
    信息标识生成模块,用于根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及And an information identifier generating module, configured to obtain a corresponding component identifier from the basic information data according to the sending template identifier, and generate an information identifier that uniquely corresponds to the pre-sent information according to the component identifier and the sending template identifier; and
    发送处理模块,用于判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将生成的所述信息标识添加至所述信息标识列表中。a sending processing module, configured to determine whether the information identifier exists in the pre-stored information identifier list, and if yes, the pre-sending information is not sent, if not, the pre-sending information is sent, and the generated The information identifier is added to the information identification list.
  7. 根据权利要求6所述的装置,其特征在于,所述组成标识包括客户标识或保单标识。The apparatus of claim 6 wherein said component identification comprises a customer identification or a policy identification.
  8. 根据权利要求6所述的装置,其特征在于,所述发送处理模块包括:The device according to claim 6, wherein the sending processing module comprises:
    待查找标识确定模块,用于解析所述信息标识,得到所述组成标识和所述发送模板标识,根据所述组成标识和所述发送模板标识分别确定第一待查找标识和第二待查找标识; The to-be-identified identifier determining module is configured to parse the information identifier, obtain the component identifier and the sending template identifier, and determine the first to-be-find identifier and the second to-be-find identifier according to the component identifier and the sending template identifier, respectively. ;
    查找模块,用于根据所述第一待查找标识确定至少一个的第一方向,获取与所述至少一个的第一方向对应的第一归类标识,查找所述第一归类标识中是否存在所述第一待查找标识,当查找到所述第一归类标识中存在所述第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取所述至少一个的第二方向对应的第二归类标识;及a locating module, configured to determine, according to the first to-be-identified identifier, the first direction, the first categorization identifier corresponding to the at least one first direction, and the first categorization identifier And determining, by the first to-be-find identifier, that the first to-be-find identifier exists in the first categorization identifier, determining, according to the first categorization identifier that is found, the second direction of the corresponding at least one a second categorization identifier corresponding to the second direction of the at least one; and
    判断模块,用于查找所述第二归类标识中是否存在所述第二待查找标识,根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中。And a judging module, configured to find whether the second to-be-find identifier exists in the second collation identifier, and determine, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
  9. 根据权利要求8所述的装置,其特征在于,解析所述信息标识还得到标记参数;The apparatus according to claim 8, wherein the parsing of the information identifier further obtains a tag parameter;
    所述判断模块还用于当查找到所述第二归类标识中存在所述第二待查找标识时,则获取与所述组成标识和所述发送模板标识对应的预存储的至少一个的标记参数,判断解析得到的标记参数是否存在于所述预存储的至少一个的标记参数中,若是,则判断所述信息标识存在于所述预存储的信息标识列表中。The determining module is further configured to: when it is found that the second to-be-find identifier exists in the second categorization identifier, obtain at least one pre-stored token corresponding to the component identifier and the sending template identifier And determining, by the parameter, whether the parsing parameter obtained by the parsing exists in the pre-stored at least one tag parameter, and if yes, determining that the information identifier exists in the pre-stored information identifier list.
  10. 根据权利要求8所述的装置,其特征在于,所述发送处理模块还用于根据所述第一待查找标识确定所述信息标识对应的第一方向,根据所述第二待查找标识确定所述信息标识对应的第二方向,将所述信息标识存储于所述第一子方向和所述第二子方向的相交位置。The device according to claim 8, wherein the sending processing module is further configured to determine, according to the first to-be-find identifier, a first direction corresponding to the information identifier, and determine, according to the second to-be-find identifier The information identifier identifies a second direction, and the information identifier is stored in an intersection of the first sub-direction and the second sub-direction.
  11. 一种服务器,包括存储器和处理器,所述存储器中存储有指令,所述指令被所述处理器执行时,使得所述处理器执行以下步骤:A server includes a memory and a processor, the memory storing instructions that, when executed by the processor, cause the processor to perform the following steps:
    获取基础信息数据及对应的发送模板标识;Obtaining basic information data and a corresponding sending template identifier;
    根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;Generating pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
    根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及Obtaining, according to the sending template identifier, a corresponding component identifier from the basic information data, and generating, according to the component identifier and the sending template identifier, an information identifier uniquely corresponding to the pre-sent information; and
    判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发 送所述预发送信息,若否,则将所述预发送信息进行发送,并将生成的所述信息标识添加至所述信息标识列表中。Determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not sending Sending the pre-sent information, if not, transmitting the pre-sent information, and adding the generated information identifier to the information identifier list.
  12. 根据权利要求11所述的服务器,其特征在于,所述组成标识包括客户标识或保单标识。The server according to claim 11, wherein the component identification comprises a customer identification or a policy identification.
  13. 根据权利要求11所述的服务器,其特征在于,所述处理器所执行的所述判断所述信息标识是否存在于预存储的信息标识列表中包括:The server according to claim 11, wherein the determining, by the processor, whether the information identifier exists in the pre-stored information identifier list comprises:
    解析所述信息标识,得到所述组成标识和所述发送模板标识,根据所述组成标识和所述发送模板标识分别确定第一待查找标识和第二待查找标识;Determining the information identifier, obtaining the component identifier and the sending template identifier, and determining, according to the component identifier and the sending template identifier, a first to-be-find identifier and a second to-be-find identifier, respectively;
    根据所述第一待查找标识确定至少一个的第一方向,获取与所述至少一个的第一方向对应的第一归类标识,查找所述第一归类标识中是否存在所述第一待查找标识;Determining, according to the first to-be-identified identifier, the first direction, the first categorization identifier corresponding to the at least one first direction, and searching whether the first categorization identifier exists in the first categorization identifier Find the logo;
    当查找到所述第一归类标识中存在所述第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取所述至少一个的第二方向对应的第二归类标识;及When the first to-be-find identifier is found in the first categorization identifier, determining a second direction of the at least one corresponding to the first categorization identifier that is found, and acquiring the second direction of the at least one Corresponding second classification identifier; and
    查找所述第二归类标识中是否存在所述第二待查找标识,根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中。And determining whether the second to-be-find identifier exists in the second categorization identifier, and determining, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
  14. 根据权利要求13所述的服务器,其特征在于,解析所述信息标识还得到标记参数;The server according to claim 13, wherein the parsing of the information identifier further obtains a tag parameter;
    所述处理器所执行的所述根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中包括:Determining, by the processor, whether the information identifier exists in the pre-stored information identifier list according to the search result includes:
    当查找到所述第二归类标识中存在所述第二待查找标识时,则获取与所述组成标识和所述发送模板标识对应的预存储的至少一个的标记参数,判断解析得到的标记参数是否存在于所述预存储的至少一个的标记参数中,若是,则判断所述信息标识存在于所述预存储的信息标识列表中。Obtaining at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier, and determining the parsed token when the second homing identifier is found in the second categorization identifier. Whether the parameter exists in the at least one of the pre-stored tag parameters, and if so, determining that the information identifier is present in the pre-stored information identifier list.
  15. 根据权利要求13所述的服务器,其特征在于,所述处理器所执行的所述将生成的所述信息标识添加至所述信息标识列表中包括:The server according to claim 13, wherein the adding the information identifier to be generated by the processor to the information identifier list comprises:
    根据所述第一待查找标识确定所述信息标识对应的第一方向,根据所述 第二待查找标识确定所述信息标识对应的第二方向,将所述信息标识存储于所述第一子方向和所述第二子方向的相交位置。Determining, according to the first to-be-find identifier, a first direction corresponding to the information identifier, according to the The second to-be-find identifier determines a second direction corresponding to the information identifier, and stores the information identifier in an intersection position of the first sub-direction and the second sub-direction.
  16. 一个或多个存储有计算机可执行指令的非易失性可读存储介质,所述计算机可执行指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:One or more non-volatile readable storage media storing computer-executable instructions, when executed by one or more processors, cause the one or more processors to perform the following steps:
    获取基础信息数据及对应的发送模板标识;Obtaining basic information data and a corresponding sending template identifier;
    根据所述发送模板标识对应的发送模板信息和所述基础信息数据生成预发送信息;Generating pre-sent information according to the sending template information corresponding to the sending template identifier and the basic information data;
    根据所述发送模板标识从所述基础信息数据中获取对应的组成标识,根据所述组成标识与所述发送模板标识生成与所述预发送信息唯一对应的信息标识;及Obtaining, according to the sending template identifier, a corresponding component identifier from the basic information data, and generating, according to the component identifier and the sending template identifier, an information identifier uniquely corresponding to the pre-sent information; and
    判断所述信息标识是否存在于预存储的信息标识列表中,若是,则不发送所述预发送信息,若否,则将所述预发送信息进行发送,并将生成的所述信息标识添加至所述信息标识列表中。Determining whether the information identifier exists in the pre-stored information identifier list, and if yes, not sending the pre-transmission information, if not, transmitting the pre-transmission information, and adding the generated information identifier to The information is identified in the list.
  17. 根据权利要求16所述的非易失性可读存储介质,其特征在于,所述组成标识包括客户标识或保单标识。The non-volatile readable storage medium of claim 16, wherein the component identification comprises a customer identification or a policy identification.
  18. 根据权利要求16所述的非易失性可读存储介质,其特征在于,所述处理器所执行的所述判断所述信息标识是否存在于预存储的信息标识列表中包括:The non-volatile readable storage medium according to claim 16, wherein the determining, by the processor, whether the information identifier exists in the pre-stored information identifier list comprises:
    解析所述信息标识,得到所述组成标识和所述发送模板标识,根据所述组成标识和所述发送模板标识分别确定第一待查找标识和第二待查找标识;Determining the information identifier, obtaining the component identifier and the sending template identifier, and determining, according to the component identifier and the sending template identifier, a first to-be-find identifier and a second to-be-find identifier, respectively;
    根据所述第一待查找标识确定至少一个的第一方向,获取与所述至少一个的第一方向对应的第一归类标识,查找所述第一归类标识中是否存在所述第一待查找标识;Determining, according to the first to-be-identified identifier, the first direction, the first categorization identifier corresponding to the at least one first direction, and searching whether the first categorization identifier exists in the first categorization identifier Find the logo;
    当查找到所述第一归类标识中存在所述第一待查找标识时,则根据查找到的第一归类标识确定对应的至少一个的第二方向,获取所述至少一个的第二方向对应的第二归类标识;及 When the first to-be-find identifier is found in the first categorization identifier, determining a second direction of the at least one corresponding to the first categorization identifier that is found, and acquiring the second direction of the at least one Corresponding second classification identifier; and
    查找所述第二归类标识中是否存在所述第二待查找标识,根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中。And determining whether the second to-be-find identifier exists in the second categorization identifier, and determining, according to the search result, whether the information identifier exists in the pre-stored information identifier list.
  19. 根据权利要求18所述的非易失性可读存储介质,其特征在于,解析所述信息标识还得到标记参数;The non-volatile readable storage medium according to claim 18, wherein the parsing the information identifier further obtains a tag parameter;
    所述处理器所执行的所述根据查找结果判断所述信息标识是否存在于所述预存储的信息标识列表中包括:Determining, by the processor, whether the information identifier exists in the pre-stored information identifier list according to the search result includes:
    当查找到所述第二归类标识中存在所述第二待查找标识时,则获取与所述组成标识和所述发送模板标识对应的预存储的至少一个的标记参数,判断解析得到的标记参数是否存在于所述预存储的至少一个的标记参数中,若是,则判断所述信息标识存在于所述预存储的信息标识列表中。Obtaining at least one of the pre-stored tag parameters corresponding to the component identifier and the sending template identifier, and determining the parsed token when the second homing identifier is found in the second categorization identifier. Whether the parameter exists in the at least one of the pre-stored tag parameters, and if so, determining that the information identifier is present in the pre-stored information identifier list.
  20. 根据权利要求18所述的非易失性可读存储介质,其特征在于,所述处理器所执行的所述将生成的所述信息标识添加至所述信息标识列表中包括:The non-volatile readable storage medium according to claim 18, wherein the adding the information identifier to be generated by the processor to the information identifier list comprises:
    根据所述第一待查找标识确定所述信息标识对应的第一方向,根据所述第二待查找标识确定所述信息标识对应的第二方向,将所述信息标识存储于所述第一子方向和所述第二子方向的相交位置。 Determining, according to the first to-be-identified identifier, a first direction corresponding to the information identifier, determining, according to the second to-be-find identifier, a second direction corresponding to the information identifier, and storing the information identifier in the first sub- The intersection of the direction and the second sub-direction.
PCT/CN2017/075995 2016-04-12 2017-03-08 Information transmission management method and apparatus, server, and storage medium WO2017177778A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610225536.2A CN105847059B (en) 2016-04-12 2016-04-12 Information transmitting administrative method and device
CN201610225536.2 2016-04-12

Publications (1)

Publication Number Publication Date
WO2017177778A1 true WO2017177778A1 (en) 2017-10-19

Family

ID=56597482

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/075995 WO2017177778A1 (en) 2016-04-12 2017-03-08 Information transmission management method and apparatus, server, and storage medium

Country Status (2)

Country Link
CN (1) CN105847059B (en)
WO (1) WO2017177778A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109547406A (en) * 2018-10-12 2019-03-29 中国平安人寿保险股份有限公司 Data transmission method for uplink and device, storage medium and electronic equipment
CN111488171A (en) * 2019-01-29 2020-08-04 杭州海康威视数字技术股份有限公司 Data generation and analysis method and device and electronic equipment
CN114567855A (en) * 2022-03-09 2022-05-31 北京神州泰岳软件股份有限公司 Long short message processing method and device and electronic equipment

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847059B (en) * 2016-04-12 2018-12-18 平安科技(深圳)有限公司 Information transmitting administrative method and device
CN108665235B (en) * 2018-04-27 2023-04-18 平安科技(深圳)有限公司 Resource processing node operation method, terminal device and medium
CN111245706A (en) * 2020-01-03 2020-06-05 湖南省梦网科技发展有限公司 Information processing method, device, server and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007115470A1 (en) * 2006-04-11 2007-10-18 Huawei Technologies Co., Ltd. A device configuration information management method, the server and the system thereof
CN101656928A (en) * 2008-08-20 2010-02-24 华为软件技术有限公司 Short message processing method, system and assembly program unit
CN105207881A (en) * 2014-06-10 2015-12-30 阿里巴巴集团控股有限公司 Message sending method and equipment
CN105847059A (en) * 2016-04-12 2016-08-10 平安科技(深圳)有限公司 Information delivery managing method and apparatus

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1801728B (en) * 2005-10-20 2010-10-13 华为技术有限公司 Processing method for transmitting request to media
CN101252615A (en) * 2008-03-28 2008-08-27 宇龙计算机通信科技(深圳)有限公司 Mobile terminal and automatic response method and system of access information
CN101645766B (en) * 2009-09-09 2013-04-17 成都市华为赛门铁克科技有限公司 Method, device and system for realizing data packet retransmission
US9807602B2 (en) * 2010-04-07 2017-10-31 Qualcomm Incorporated Apparatus and method for connection establishment in a communications network
CN102750307B (en) * 2012-03-13 2017-12-29 新奥特(北京)视频技术有限公司 A kind of competition data transmission control method
CN104378341B (en) * 2013-12-25 2016-04-20 腾讯科技(深圳)有限公司 Template acquisition methods, template provider method, Apparatus and system
CN105335119A (en) * 2014-08-11 2016-02-17 国家电网公司 Data display method and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007115470A1 (en) * 2006-04-11 2007-10-18 Huawei Technologies Co., Ltd. A device configuration information management method, the server and the system thereof
CN101656928A (en) * 2008-08-20 2010-02-24 华为软件技术有限公司 Short message processing method, system and assembly program unit
CN105207881A (en) * 2014-06-10 2015-12-30 阿里巴巴集团控股有限公司 Message sending method and equipment
CN105847059A (en) * 2016-04-12 2016-08-10 平安科技(深圳)有限公司 Information delivery managing method and apparatus

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109547406A (en) * 2018-10-12 2019-03-29 中国平安人寿保险股份有限公司 Data transmission method for uplink and device, storage medium and electronic equipment
CN111488171A (en) * 2019-01-29 2020-08-04 杭州海康威视数字技术股份有限公司 Data generation and analysis method and device and electronic equipment
CN111488171B (en) * 2019-01-29 2023-11-03 杭州海康威视数字技术股份有限公司 Data generation and analysis method and device and electronic equipment
CN114567855A (en) * 2022-03-09 2022-05-31 北京神州泰岳软件股份有限公司 Long short message processing method and device and electronic equipment
CN114567855B (en) * 2022-03-09 2023-07-14 北京神州泰岳软件股份有限公司 Long short message processing method and device and electronic equipment

Also Published As

Publication number Publication date
CN105847059B (en) 2018-12-18
CN105847059A (en) 2016-08-10

Similar Documents

Publication Publication Date Title
WO2017177778A1 (en) Information transmission management method and apparatus, server, and storage medium
US10218657B2 (en) Method and system for providing private chat within a group chat
CA2894332C (en) Geo-location based event gallery
US8352546B1 (en) Contextual and location awareness for device interaction
US9118718B2 (en) Techniques to monitor connection paths on networked devices
US10237272B2 (en) Methods, apparatus, and systems for identity authentication
CN103024090B (en) Method and system for identifying user terminal
CN106686105B (en) Message pushing method, computing device, server and information sharing system
WO2015043392A1 (en) Method, apparatus and system for forwarding messages
US10530726B2 (en) Email notifications
WO2018018697A1 (en) Method and system for identifying spam message from false base station
US20110238760A1 (en) Systems and methods for identifying contacts as users of a multi-tenant database and application system
US10726032B2 (en) Systems and methods for search template generation
CN110545232A (en) group message prompting method, group message prompting device, data processing method, data processing device, electronic equipment and storage equipment
US9223672B1 (en) Method and system for providing error repair status data to an application user
JP2022514983A (en) How and devices to manage limited engagement by external email resource entities within a group-based communication system
US20200004785A1 (en) Automatic grouping based on user behavior
CN103957306A (en) Method and device for sharing information between communication terminals
CN106485520B (en) Cross-channel communication control method and server
CN112948138A (en) Method and device for processing message
US20150113081A1 (en) Symbolic variables within email addresses
US20150205867A1 (en) Method and device for grouping contacts in social network
US9917738B2 (en) Intelligent device data router
US9930000B2 (en) Method for posing requests in a social networking site
US8370381B2 (en) Location based information

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17781754

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 28/01/2019)

122 Ep: pct application non-entry in european phase

Ref document number: 17781754

Country of ref document: EP

Kind code of ref document: A1