CN114640956A - Short message issuing method, device and system and electronic equipment - Google Patents

Short message issuing method, device and system and electronic equipment Download PDF

Info

Publication number
CN114640956A
CN114640956A CN202011484941.9A CN202011484941A CN114640956A CN 114640956 A CN114640956 A CN 114640956A CN 202011484941 A CN202011484941 A CN 202011484941A CN 114640956 A CN114640956 A CN 114640956A
Authority
CN
China
Prior art keywords
short message
target
channel
template
configuration database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011484941.9A
Other languages
Chinese (zh)
Other versions
CN114640956B (en
Inventor
武林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Kingsoft Cloud Network Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN202011484941.9A priority Critical patent/CN114640956B/en
Publication of CN114640956A publication Critical patent/CN114640956A/en
Application granted granted Critical
Publication of CN114640956B publication Critical patent/CN114640956B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/06Authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Power Engineering (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a short message issuing method, a device, a system and electronic equipment, wherein the method is applied to a short message server, a short message configuration database is prestored in the short message server, and a short message template and a configuration relation between the short message template and a short message channel are stored in the short message configuration database; the method comprises the following steps: receiving a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification; searching a target short message template and a first target short message channel corresponding to the target template identification from a short message configuration database; generating a target short message corresponding to the type of the target short message according to the target short message template; and sending the target short message to the target terminal through the first target short message channel. The method and the device can meet the personalized short message issuing requirements of the user.

Description

Short message issuing method, device and system and electronic equipment
Technical Field
The present application relates to the field of cloud short message technologies, and in particular, to a method, an apparatus, a system, and an electronic device for issuing a short message.
Background
The existing short message sending mode is as follows: the short message server receives a short message issuing request submitted by a client, submits the short message request to a short message channel provider according to channel weight or a random mode, the short message channel provider submits the issued short message to an operator, and the operator issues the short message to a mobile phone of a user. The way of selecting the channel randomly or according to the channel weight cannot meet the personalized short message issuing requirement.
Disclosure of Invention
The application aims to provide a short message issuing method, a device, a system and electronic equipment, which can flexibly meet the personalized short message issuing requirement.
In a first aspect, an embodiment of the present application provides a short message issuing method, which is applied to a short message server, where a short message configuration database is prestored in the short message server, and a short message template and a configuration relationship between the short message template and a short message channel are stored in the short message configuration database; the method comprises the following steps: receiving a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification; searching a target short message template and a first target short message channel corresponding to the target template identification from a short message configuration database; generating a target short message corresponding to the type of the target short message according to the target short message template; and sending the target short message to the target terminal corresponding to the target terminal identification through the first target short message channel.
Further, before the step of receiving the short message sending request of the first server, the method further includes: receiving a channel configuration request of a first short message template of a first server; the channel configuration request carries a first short message template and a first template identifier; configuring channel information for the first template identification and the first short message template according to the channel configuration request; the channel information comprises at least one short message channel and attribute information corresponding to each short message channel.
Further, before the step of receiving the channel configuration request of the first short message template of the first server, the method further includes: receiving a login request of a first service terminal; the login request carries an account identification of the first service terminal; and verifying the account identification, and returning login success information to the first server after the account identification is successfully verified.
Further, the short message sending request also carries an account id of the first service end; the short message configuration database also stores the configuration relations between the account identification and the short message type and the short message channel respectively; the method further comprises the following steps: if the first target short message channel corresponding to the target template identification is not found from the short message configuration database, searching a second target short message channel from the short message configuration database according to the target short message type and/or the account identification; and sending the target short message to the target terminal through a second target short message channel.
Further, the step of searching a second target short message channel from the short message configuration database according to the type of the target short message and/or the account id includes: searching a first short message channel corresponding to the type of the target short message from a short message configuration database; the searched first short message channel is used as a second target short message channel; if the short message channel corresponding to the target short message type is not found from the short message configuration database, searching a second short message channel corresponding to the account identification from the short message configuration database; and taking the searched second short message channel as a second target short message channel.
Further, the method further comprises: if the second target short message channel is not found from the short message configuration database according to the type of the target short message and/or the account identification, randomly selecting a standby short message channel as a third target short message channel; and sending the target short message to the target terminal through a third target short message channel.
Further, the method further comprises: if a plurality of searched short message channels are available, the short message channel with the largest channel weight is used as a target short message channel; the channel weight is used for representing the number of the short messages which can be sent down in the short message channel.
In a second aspect, an embodiment of the present application provides a short message issuing device, where the device is applied to a short message server, a short message configuration database is prestored in the short message server, and a short message template and a configuration relationship between the short message template and a short message channel are stored in the short message configuration database; the device comprises: the request receiving module is used for receiving a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification; the searching module is used for searching a target short message template and a first target short message channel corresponding to the target template identification from the short message configuration database; the short message generating module is used for generating a target short message corresponding to the type of the target short message according to the target short message template; and the short message issuing module is used for issuing the target short message to the target terminal corresponding to the target terminal identification through the first target short message channel.
In a third aspect, an embodiment of the present application further provides a short message sending system, where the system includes: the system comprises a short message server and a first service end; the short message server is connected with the first service end; the short message server is used for executing the method in the first aspect.
In a fourth aspect, an embodiment of the present application further provides an electronic device, which includes a processor and a memory, where the memory stores computer-executable instructions that can be executed by the processor, and the processor executes the computer-executable instructions to implement the method of the first aspect.
In a fifth aspect, embodiments of the present application further provide a computer-readable storage medium storing computer-executable instructions, which, when invoked and executed by a processor, cause the processor to implement the method of the first aspect.
In the method, the device and the system for issuing the short message and the electronic equipment provided by the embodiment of the application, a short message configuration database is prestored in a short message server, and a short message template and a configuration relation between the short message template and a short message channel are stored in the short message configuration database; the short message server receives a short message issuing request of a first server; a target short message template and a first target short message channel corresponding to the target template identification can be searched from a short message configuration database; generating a target short message corresponding to the type of the target short message according to the target short message template; the target short message is sent to the target terminal through the first target short message channel, and the mode can meet the personalized short message sending requirement.
Drawings
In order to more clearly illustrate the detailed description of the present application or the technical solutions in the prior art, the drawings needed to be used in the detailed description of the present application or the prior art description will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a short message issuing method according to an embodiment of the present application;
fig. 2 is a flowchart of a channel configuration method according to an embodiment of the present disclosure;
fig. 3 is a flowchart of a channel screening method according to an embodiment of the present disclosure;
fig. 4 is a schematic diagram of a short message issuing process provided in the embodiment of the present application;
fig. 5 is a block diagram of a short message issuing apparatus according to an embodiment of the present application;
fig. 6 is a block diagram of another short message sending device according to an embodiment of the present application;
fig. 7 is a block diagram of a short message issuing system according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions of the present application will be described clearly and completely with reference to the following embodiments, and it should be understood that the described embodiments are some, but not all embodiments of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
At present, the existing short message sending mode is as follows: the short message server receives a short message issuing request submitted by a client, submits the short message request to a short message channel provider according to channel weight or a random mode, the short message channel provider submits the issued short message to an operator, and the operator issues the short message to a mobile phone of a user. The way of selecting the channel randomly or according to the channel weight cannot meet the personalized short message issuing requirement.
Based on this, the embodiment of the present application provides a short message issuing method, device, system and electronic device, and the following describes in detail an implementation process of the short message issuing method provided by the embodiment of the present application.
The embodiment of the application provides a short message issuing method, which is applied to a short message server, wherein a short message configuration database is prestored in the short message server, and a short message template and a configuration relation between the short message template and a short message channel are stored in the short message configuration database; the short message template is set according to the requirements of the user, can be created based on the short message content submitted by the user, and can also be automatically set by the short message server according to the requirements of the user, wherein the user refers to a first service end generally corresponding to an enterprise or a company, such as an online shopping service end, a game service end, a bank service end and the like.
The short message template has a corresponding template identifier, the short message server configures channel information for the short message template in advance, it should be noted that in the short message configuration database, not all short message templates are configured with corresponding channel information, for example, only one provider can issue a certain template, and a short message channel corresponding to the provider can be configured for the template.
Referring to fig. 1, a flowchart of a short message issuing method provided in the embodiment of the present application specifically includes the following steps:
step S102, receiving a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification.
In specific implementation, when the user terminal uses the APP corresponding to the service end, the service end may initiate a short message delivery request to the short message server when the user initiates a request, or reaches a time set by the user, where the short message delivery request carries a target terminal identifier, a target short message type, and a target template identifier.
The target terminal identification corresponds to the user terminal, generally the mobile phone number of the user terminal, and finally the short message is sent to the user terminal corresponding to the mobile phone number. The target short message type can be one of a verification code short message, a notification short message and a marketing short message. The target template identification is an interface parameter carried by the first service terminal when initiating a short message sending request, namely a template ID, and the template ID can be an ID which is applied and established by the first service terminal on the short message server in advance, so that the short message server can perform subsequent retrieval in the short message configuration database through the identification.
And step S104, searching a target short message template and a first target short message channel corresponding to the target template identification from the short message configuration database.
Since the short message configuration database stores the configuration relationship between the short message template and the short message channel in advance, the corresponding target short message template and the first target short message channel can be searched from the database based on the target template identifier.
And step S106, generating a target short message corresponding to the type of the target short message according to the target short message template.
And further, generating a target short message corresponding to the type of the target short message based on the searched target short message template.
Step S108, sending the target short message to the target terminal corresponding to the target terminal identification through the first target short message channel.
After the target short message channel is determined and the target short message is generated, the target short message can be sent to an operator through the channel and then sent to a target terminal corresponding to the mobile phone number by the operator.
In the short message sending method provided by the embodiment of the application, a short message configuration database is prestored in a short message server, and a short message template and the configuration relation between the short message template and a short message channel are stored in the short message configuration database; the short message server receives a short message issuing request of a first server; a target short message template and a first target short message channel corresponding to the target template identification can be searched from a short message configuration database; generating a target short message corresponding to the type of the target short message according to the target short message template; and sending the target short message to the target terminal corresponding to the target terminal identification through the first target short message channel, wherein the mode can meet the personalized short message sending requirement.
In order to meet the personalized short message delivery requirement of the user, before the step of receiving the short message delivery request of the first server, the embodiment of the present application may further include the following method steps, as shown in fig. 2:
step S202, receiving a login request of a first service terminal; the login request carries an account identifier of the first server.
And step S204, the account number identification is verified, and after the account number identification is successfully verified, login success information is returned to the first server.
After the first server side is registered on the short message server, the first server side can log in through the account identification of the first server side, if the account identification is verified successfully, the first server side logs in successfully, and then the first server side can carry out a template channel configuration application, and the method specifically comprises the following steps:
step S206, receiving a channel configuration request of a first short message template of a first server; the channel configuration request carries a first short message template and a first template identifier.
The channel configuration request has both a template identifier and a short message template, namely short message content, and the short message template can be personalized short message content which is uploaded by a user and meets the requirements of the user.
Step S208, configuring channel information for the first template identification and the first short message template according to the channel configuration request; the channel information comprises at least one short message channel and attribute information corresponding to each short message channel.
After receiving the template identifier and the short message template uploaded by the first service end, configuring channel information for the template identifier and the short message template, wherein the configured channel information is at least one short message channel, and the short message type supported in the attribute information of the short message channel is consistent with the short message type corresponding to the short message template.
Because all the short message templates in the short message configuration database are not configured with channel information, a situation that a first target short message channel corresponding to a target template identifier cannot be found occurs, and at this time, the embodiment of the present application may also adopt the steps shown in fig. 3 to perform the screening of the target channel:
the short message sending request also carries an account identification of the first service terminal; the short message configuration database also stores the configuration relationship between the account identification and the short message type and the short message channel respectively.
Step S302, if the first target short message channel corresponding to the target template identification is not found from the short message configuration database, a second target short message channel is found from the short message configuration database according to the target short message type and/or the account identification.
In specific implementation, the second target short message channel may be searched according to the type of the target short message, or the second target short message channel may be searched according to the account id, or the second target short message channel is determined according to the priority order of the two, for example, the following steps are performed:
(1) searching a first short message channel corresponding to the type of the target short message from a short message configuration database;
(2) the searched first short message channel is used as a second target short message channel;
(3) if the short message channel corresponding to the target short message type is not found in the short message configuration database, a second short message channel corresponding to the account identification is found in the short message configuration database;
(4) and taking the searched second short message channel as a second target short message channel.
And step S304, sending the target short message to the target terminal through the second target short message channel.
In addition, if a second target short message channel is not found in the short message configuration database according to the type of the target short message and/or the account identification, a standby short message channel is randomly selected as a third target short message channel; and sending the target short message to the target terminal through a third target short message channel.
In the channel screening process, a plurality of short message channels meeting the conditions may be found at the same time, and in this case, the short message channel with the largest channel weight can be used as a target short message channel; the channel weight is used for representing the number of the short messages which can be sent down in the short message channel. That is, the larger the channel weight is, the more the number of the short messages which can be issued in the short message channel is represented, the channel weight can be manually set by the staff, or the weight value can be dynamically adjusted according to a certain algorithm and the short message issuing number or success rate of each short message channel at present.
Referring to fig. 4, a schematic diagram of a short message issuing process is shown, in which a first service end sends a short message issuing request to a short message server, the short message issuing request carries a target template identifier, a target short message type, and an account identifier, after receiving the short message issuing request, the short message server preferentially selects a channel matched with an upper short message template, then selects a channel matched with the upper short message type, and finally selects a channel matched with the upper account identifier, if none of the channels are matched, a standby channel is selected, and then the short message is issued to a user terminal through a short message provider and an operator.
The short message issuing method provided by the embodiment of the application can determine the target short message channel from high to low according to the three granularity priorities of the short message template, the short message type and the client (namely the account identifier corresponding to the first service end), and when no suitable channel exists, the short message is issued by using the short message channel through the preset equipment, so that the personalized short message issuing requirement of the user can be met on the basis of ensuring the short message issuing.
Based on the method embodiment, the embodiment of the application also provides a short message issuing device, which is applied to a short message server, wherein a short message configuration database is prestored in the short message server, and a short message template and the configuration relationship between the short message template and a short message channel are stored in the short message configuration database; referring to fig. 5, the apparatus includes:
a request receiving module 502, configured to receive a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification; a searching module 504, configured to search a target short message template and a first target short message channel corresponding to the target template identifier from a short message configuration database; a short message generating module 506, configured to generate a target short message corresponding to the type of the target short message according to the target short message template; the short message issuing module 508 is configured to issue the target short message to the target terminal corresponding to the target terminal identifier through the first target short message channel.
In another possible implementation, the apparatus further includes a channel configuration module 510, referring to fig. 6, where the channel configuration module 510 is configured to receive a channel configuration request of a first short message template of a first service end; the channel configuration request carries a first short message template and a first template identifier; configuring channel information for the first template identification and the first short message template according to the channel configuration request; the channel information comprises at least one short message channel and attribute information corresponding to each short message channel.
In another possible implementation, the apparatus further includes an account login module 512, configured to receive a login request of the first service end; the login request carries an account identification of the first service terminal; and verifying the account identification, and returning login success information to the first server after the account identification is successfully verified.
In another possible implementation manner, the short message sending request further carries an account id of the first service end; the short message configuration database also stores the configuration relationship between the account identification and the short message type and the short message channel respectively; the search module 504 is further configured to search a second target short message channel from the short message configuration database according to the type of the target short message and/or the account id if the first target short message channel corresponding to the target template id is not found from the short message configuration database; the short message issuing module 508 is further configured to issue a target short message to the target terminal through the second target short message channel.
In another possible implementation manner, the searching module 504 is further configured to search a first short message channel corresponding to the type of the target short message from a short message configuration database; the searched first short message channel is used as a second target short message channel; if the short message channel corresponding to the target short message type is not found from the short message configuration database, searching a second short message channel corresponding to the account identification from the short message configuration database; and taking the searched second short message channel as a second target short message channel.
In another possible implementation manner, the searching module 504 is further configured to randomly select a standby short message channel as a third target short message channel if the second target short message channel is not found from the short message configuration database according to the type of the target short message and/or the account id;
the short message issuing module 508 is further configured to issue a target short message to the target terminal through a third target short message channel.
In another possible implementation manner, the apparatus further includes a channel screening module 514, configured to, if a plurality of found short message channels are found, take the short message channel with the largest channel weight as the target short message channel; the channel weight is used for representing the number of the short messages which can be sent down in the short message channel.
The short message issuing device provided in the embodiment of the present application has the same implementation principle and technical effect as those of the short message issuing method embodiment, and for brief description, reference may be made to corresponding contents in the short message issuing method embodiment where no part of the embodiment of the short message issuing device is mentioned.
Based on the above method embodiment, an embodiment of the present application further provides a short message issuing system, as shown in fig. 7, the system includes: a short message server 702 and a first service terminal 704; the short message server 702 is connected with the first service terminal 704; the short message server 702 is used for executing the steps of the short message issuing method.
The short message issuing system provided in the embodiment of the present application has the same implementation principle and technical effect as those of the short message issuing method embodiment, and for brief description, reference may be made to corresponding contents in the short message issuing method embodiment where no part of the embodiment of the short message issuing system is mentioned.
An embodiment of the present application further provides an electronic device, as shown in fig. 8, which is a schematic structural diagram of the electronic device, where the electronic device includes a processor 81 and a memory 80, the memory 80 stores computer-executable instructions that can be executed by the processor 81, and the processor 81 executes the computer-executable instructions to implement the method.
In the embodiment shown in fig. 8, the electronic device further comprises a bus 82 and a communication interface 83, wherein the processor 81, the communication interface 83 and the memory 80 are connected by the bus 82.
The Memory 80 may include a Random Access Memory (RAM) and a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 83 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, etc. may be used. The bus 82 may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 82 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one double-headed arrow is shown in FIG. 8, but this does not indicate only one bus or one type of bus.
Processor 81 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 81. The Processor 81 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and the processor 81 reads information in the memory and performs the steps of the method in the foregoing embodiments in combination with hardware thereof.
Embodiments of the present application further provide a computer-readable storage medium, where computer-executable instructions are stored, and when the computer-executable instructions are called and executed by a processor, the computer-executable instructions cause the processor to implement the method, and specific implementation may refer to the foregoing method embodiments, and is not described herein again.
The short message issuing method, the short message issuing device, the short message issuing system and the computer program product of the electronic device provided by the embodiment of the application comprise a computer readable storage medium storing program codes, instructions included in the program codes can be used for executing the method in the previous method embodiment, specific implementation can refer to the method embodiment, and details are not repeated herein.
Unless specifically stated otherwise, the relative steps, numerical expressions, and values of the components and steps set forth in these embodiments do not limit the scope of the present application.
The functions, if implemented in software functional units and sold or used as a stand-alone product, may be stored in a non-transitory computer-readable storage medium executable by a processor. Based on such understanding, the technical solutions of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, and various media capable of storing program codes.
In the description of the present application, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, and do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present application. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present application, and are used for illustrating the technical solutions of the present application, but not limiting the same, and the scope of the present application is not limited thereto, and although the present application is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope disclosed in the present application; such modifications, changes or substitutions do not depart from the spirit and scope of the exemplary embodiments of the present application, and are intended to be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (11)

1. A short message issuing method is characterized in that the method is applied to a short message server, a short message configuration database is prestored in the short message server, and a short message template and a configuration relation between the short message template and a short message channel are stored in the short message configuration database; the method comprises the following steps:
receiving a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification;
searching a target short message template and a first target short message channel corresponding to the target template identification from the short message configuration database;
generating a target short message corresponding to the type of the target short message according to the target short message template;
and issuing the target short message to a target terminal corresponding to the target terminal identification through the first target short message channel.
2. The method of claim 1, wherein before the step of receiving the short message sending request of the first server, the method further comprises:
receiving a channel configuration request of a first short message template of the first service end; the channel configuration request carries the first short message template and the first template identifier;
configuring channel information for the first template identification and the first short message template according to the channel configuration request; the channel information comprises at least one short message channel and attribute information corresponding to each short message channel.
3. The method of claim 2, wherein the step of receiving the channel configuration request of the first short message template of the first service end is preceded by the step of:
receiving a login request of the first service terminal; the login request carries an account identifier of the first service end;
and verifying the account identification, and returning login success information to the first service terminal after the verification is successful.
4. The method of claim 1, wherein the short message sending request further carries an account id of the first service end; the short message configuration database also stores the configuration relations between the account identification and the short message type and the short message channel respectively;
the method further comprises the following steps:
if the first target short message channel corresponding to the target template identification is not found from the short message configuration database, searching a second target short message channel from the short message configuration database according to the target short message type and/or the account identification;
and issuing the target short message to the target terminal through the second target short message channel.
5. The method of claim 4, wherein the step of searching for a second target short message channel from the short message configuration database according to the type of the target short message and/or the account id comprises:
searching a first short message channel corresponding to the target short message type from the short message configuration database;
taking the searched first short message channel as the second target short message channel;
if the short message channel corresponding to the target short message type is not found from the short message configuration database, searching a second short message channel corresponding to the account identification from the short message configuration database;
and taking the searched second short message channel as the second target short message channel.
6. The method of claim 4, further comprising:
if a second target short message channel is not found from the short message configuration database according to the type of the target short message and/or the account identification, randomly selecting a standby short message channel as a third target short message channel;
and issuing the target short message to the target terminal through the third target short message channel.
7. The method according to any one of claims 1-6, further comprising: if a plurality of searched short message channels are available, the short message channel with the largest channel weight is used as a target short message channel; the channel weight is used for representing the number of the short messages which can be sent down in the short message channel.
8. A short message issuing device is characterized in that the device is applied to a short message server, a short message configuration database is prestored in the short message server, and a short message template and the configuration relation between the short message template and a short message channel are stored in the short message configuration database; the device comprises:
the request receiving module is used for receiving a short message issuing request of a first server; the short message sending request carries a target terminal identification, a target short message type and a target template identification;
the searching module is used for searching a target short message template and a first target short message channel corresponding to the target template identification from the short message configuration database;
the short message generating module is used for generating a target short message corresponding to the type of the target short message according to the target short message template;
and the short message issuing module is used for issuing the target short message to a target terminal corresponding to the target terminal identification through the first target short message channel.
9. A short message issuing system is characterized by comprising: the system comprises a short message server and a first service end;
the short message server is connected with the first service end;
the short message server is used for executing the method of any one of claims 1 to 7.
10. An electronic device comprising a processor and a memory, the memory storing computer-executable instructions executable by the processor, the processor executing the computer-executable instructions to implement the method of any of claims 1 to 7.
11. A computer-readable storage medium having computer-executable instructions stored thereon which, when invoked and executed by a processor, cause the processor to perform the method of any of claims 1 to 7.
CN202011484941.9A 2020-12-15 2020-12-15 Short message issuing method, device, system and electronic equipment Active CN114640956B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011484941.9A CN114640956B (en) 2020-12-15 2020-12-15 Short message issuing method, device, system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011484941.9A CN114640956B (en) 2020-12-15 2020-12-15 Short message issuing method, device, system and electronic equipment

Publications (2)

Publication Number Publication Date
CN114640956A true CN114640956A (en) 2022-06-17
CN114640956B CN114640956B (en) 2024-01-19

Family

ID=81945164

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011484941.9A Active CN114640956B (en) 2020-12-15 2020-12-15 Short message issuing method, device, system and electronic equipment

Country Status (1)

Country Link
CN (1) CN114640956B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115484560A (en) * 2022-09-13 2022-12-16 中国建设银行股份有限公司 Intelligent short message processing method and device, electronic equipment and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103152331A (en) * 2013-02-07 2013-06-12 百度在线网络技术(北京)有限公司 Method and system for logging in/registering through mobile terminal and cloud server
US20130282837A1 (en) * 2012-04-19 2013-10-24 Tulsi Ram Mayala Systems and methods for message personalization
CN105337837A (en) * 2014-06-26 2016-02-17 阿里巴巴集团控股有限公司 Message transmitting method and device
US20160150405A1 (en) * 2014-11-24 2016-05-26 Nexmo, Inc. Identity and phone number verification
CN106792589A (en) * 2016-11-17 2017-05-31 中卓信(北京)科技有限公司 Presentation of information updating menu method and apparatus
CN108073560A (en) * 2017-11-01 2018-05-25 深圳市金立通信设备有限公司 SMS processing method, server and computer-readable medium
CN108809675A (en) * 2017-04-28 2018-11-13 北京嘀嘀无限科技发展有限公司 Information-pushing method and device
CN109948046A (en) * 2018-01-05 2019-06-28 深圳壹账通智能科技有限公司 Information push method, device, mobile terminal and storage medium
CN110337077A (en) * 2019-04-10 2019-10-15 中国联合网络通信集团有限公司 Determine the method and device of RCS terminal traffic message distributing policy
CN110442805A (en) * 2019-07-05 2019-11-12 深圳壹账通智能科技有限公司 Data entry method, system, equipment and storage medium
CN110493734A (en) * 2019-07-22 2019-11-22 苏宁云计算有限公司 The channel selection method and device that short message is sent

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130282837A1 (en) * 2012-04-19 2013-10-24 Tulsi Ram Mayala Systems and methods for message personalization
CN103152331A (en) * 2013-02-07 2013-06-12 百度在线网络技术(北京)有限公司 Method and system for logging in/registering through mobile terminal and cloud server
CN105337837A (en) * 2014-06-26 2016-02-17 阿里巴巴集团控股有限公司 Message transmitting method and device
US20160150405A1 (en) * 2014-11-24 2016-05-26 Nexmo, Inc. Identity and phone number verification
CN106792589A (en) * 2016-11-17 2017-05-31 中卓信(北京)科技有限公司 Presentation of information updating menu method and apparatus
CN108809675A (en) * 2017-04-28 2018-11-13 北京嘀嘀无限科技发展有限公司 Information-pushing method and device
CN108073560A (en) * 2017-11-01 2018-05-25 深圳市金立通信设备有限公司 SMS processing method, server and computer-readable medium
CN109948046A (en) * 2018-01-05 2019-06-28 深圳壹账通智能科技有限公司 Information push method, device, mobile terminal and storage medium
CN110337077A (en) * 2019-04-10 2019-10-15 中国联合网络通信集团有限公司 Determine the method and device of RCS terminal traffic message distributing policy
CN110442805A (en) * 2019-07-05 2019-11-12 深圳壹账通智能科技有限公司 Data entry method, system, equipment and storage medium
CN110493734A (en) * 2019-07-22 2019-11-22 苏宁云计算有限公司 The channel selection method and device that short message is sent

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王睿;赵勇;: "基于Dubbo框架的短信平台的开发与设计", 电子设计工程, no. 18 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115484560A (en) * 2022-09-13 2022-12-16 中国建设银行股份有限公司 Intelligent short message processing method and device, electronic equipment and storage medium
CN115484560B (en) * 2022-09-13 2024-04-09 中国建设银行股份有限公司 Intelligent short message processing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN114640956B (en) 2024-01-19

Similar Documents

Publication Publication Date Title
US11240159B2 (en) Service link selection control method and device
CN107889069B (en) Short message gateway selection method, device, server and readable storage medium
WO2019019645A1 (en) Method and apparatus for executing information pushing task, and computer device and storage medium
CN113794999B (en) Short message distribution method, device and storage medium
CN107248995B (en) Account verification method and device
CN104935500B (en) Friend recommendation method and device based on network call
CN110855548A (en) Message pushing method and device
CN111428269A (en) Data access method and device and terminal equipment
EP2525594A1 (en) Method and service management platform equipment for performing the value-added service instruction processing
CN114640956B (en) Short message issuing method, device, system and electronic equipment
CN112087475B (en) Message pushing method and device for cloud platform component application and message server
CN111835772A (en) User identity authentication method and device based on edge calculation
CN113076112A (en) Database deployment method and device and electronic equipment
CN112654004B (en) Short message issuing method, device and system and electronic equipment
JP2011510572A (en) Method, apparatus and system for realizing fingerprint technology
CN112654005B (en) Short message channel configuration method and short message issuing method, device and system
CN114640955A (en) Cloud short message issuing method, device and system and electronic equipment
CN112654006A (en) Short message service processing method and device and electronic equipment
CN110493735B (en) Short message processing method and device
CN114172714A (en) Account access authority control method and device and electronic equipment
CN112672293B (en) Method, device and system for issuing alarm short message and electronic equipment
CN112995098B (en) Authentication method, electronic device and storage medium
CN112579956A (en) Website account management method and device and electronic equipment
CN113890906A (en) Call forwarding method and device, electronic equipment and computer readable storage medium
CN113099453A (en) Authentication method, device and equipment for access server and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant