CN107239263B - Short message reminding control method and system - Google Patents

Short message reminding control method and system Download PDF

Info

Publication number
CN107239263B
CN107239263B CN201610182576.3A CN201610182576A CN107239263B CN 107239263 B CN107239263 B CN 107239263B CN 201610182576 A CN201610182576 A CN 201610182576A CN 107239263 B CN107239263 B CN 107239263B
Authority
CN
China
Prior art keywords
short message
script
template
variable
message template
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.)
Active
Application number
CN201610182576.3A
Other languages
Chinese (zh)
Other versions
CN107239263A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201610182576.3A priority Critical patent/CN107239263B/en
Publication of CN107239263A publication Critical patent/CN107239263A/en
Application granted granted Critical
Publication of CN107239263B publication Critical patent/CN107239263B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms

Abstract

The invention relates to a short message reminding control method, which comprises the following steps: reading a preset script file, wherein the script file comprises short message template information and configuration information of variable parameters; and executing the script file, generating a short message according to the short message template information, and controlling the sending of the short message according to the configuration information.

Description

Short message reminding control method and system
Technical Field
The invention relates to the technical field of computers, in particular to a short message reminding control method and a short message reminding control system.
Background
Many existing service platforms provide a short message reminding function, and when certain events occur in the service platforms, short messages are automatically generated and sent to mobile terminals of users. For example, for the insurance service platform, when the user successfully pays, a short message prompting the user that the payment is successful can be generated and sent to the mobile terminal of the user. In the conventional technology, the short message reminding function is usually realized by codes, and the modification is complex. For some service platforms such as insurance service platforms, the triggering time for short message reminding of underwriting policy needs to be differentiated, the policy type, the channel and the mechanism are different, and therefore the supervision requirement is changed frequently. If the short message reminding function is realized through the codes, the short message reminding function is relatively responsible for modification, and the development of triggering different short messages through multiple dimensions is relatively complex.
Disclosure of Invention
Therefore, it is necessary to provide a short message reminding control method and system that is easy to modify and can save development cost for solving the above technical problems.
A short message reminding control method comprises the following steps:
reading a preset script file, wherein the script file comprises short message template information and configuration information of variable parameters;
and executing the script file, generating a short message according to the short message template information, and controlling the sending of the short message according to the configuration information.
In one embodiment, the short message template information includes at least one of the following information: the short message template comprises a short message template identifier, a short message variable, short message variable description information, a variable sequence, a value logic sequence, a script parameter attribute, an organization identifier, a value mode and a value script or fixed value corresponding to the value mode.
In one embodiment, the step of generating the short message according to the short message template information includes:
and acquiring corresponding short message variables according to the variable sequence, for each acquired short message variable, running the value-taking script according to the value-taking mode or adopting the fixed value, acquiring the content of the short message variable according to the value-taking script or the fixed value, and generating a short message according to the content of the short message variable.
In one embodiment, the configuration information of the variable parameter includes an organization identifier, a channel source identifier, a short message sending time and a corresponding short message template identifier;
the step of controlling the sending of the short message according to the configuration information comprises the following steps:
selecting a corresponding short message template mark according to the mechanism mark, acquiring corresponding short message sending time according to the channel source mark, and sending a short message corresponding to the selected short message template mark according to the short message sending time.
In one embodiment, the short message template information includes a corresponding relationship between a short message template identifier, a judgment mark, template starting time, parameter attributes and a judgment script;
the step of generating the short message according to the short message template information comprises the following steps:
selecting corresponding short message template identification according to the mechanism identification, acquiring corresponding judgment zone bits and template starting time according to the short message template identification, and determining the data type of the short message to be sent according to the judgment script.
A short message reminding control system comprises:
the script reading module is used for reading a preset script file, and the script file comprises short message template information and configuration information of variable parameters;
and the script execution module is used for executing the script file, generating a short message according to the short message template information and controlling the sending of the short message according to the configuration information.
In one embodiment, the short message template information includes at least one of the following information: the short message template comprises a short message template identification, a short message variable, short message variable description information, a variable sequence, a value logic sequence, a script parameter attribute, a mechanism identification, a value mode and a value script or fixed value corresponding to the value mode.
In one embodiment, the script execution module is configured to obtain corresponding short message variables according to the variable sequence, run the value-taking script according to the value-taking mode or adopt the fixed value for each obtained short message variable, obtain the content of the short message variable according to the value-taking script or the fixed value, and generate a short message according to the content of the short message variable.
In one embodiment, the configuration information of the variable parameter includes an organization identifier, a channel source identifier, a short message sending time and a corresponding short message template identifier; the script execution module is used for selecting a corresponding short message template mark according to the mechanism mark, acquiring corresponding short message sending time according to the channel source mark, and sending a short message corresponding to the selected short message template mark according to the short message sending time.
In one embodiment, the short message template information includes a corresponding relationship between a short message template identifier, a judgment mark, template starting time, parameter attributes and a judgment script; the script execution module is used for selecting a corresponding short message template identifier according to the mechanism identifier, acquiring a corresponding judgment zone bit and template starting time according to the short message template identifier, and determining the data type of the short message to be sent according to the judgment script.
According to the short message reminding control method and the short message reminding control system, the preset script file is read, the script file comprises the short message template information and the configuration information of the variable parameters, the script file is executed, the short message is generated according to the short message template information, and the sending of the short message is controlled according to the configuration information. The short message reminding is controlled by executing the script file, when the short message reminding needs to be changed, only the configuration in the script file needs to be modified, the modification is convenient and fast, and the development cost can be saved.
Drawings
FIG. 1 is a flow chart of a short message alert control method in one embodiment;
fig. 2 is a block diagram of a short message reminding control system in an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, in an embodiment, a short message reminding control method is provided, which includes the following steps:
step 102, reading a preset script file, wherein the script file comprises short message template information and configuration information of variable parameters.
In this embodiment, a script file is preset, and short message template information and configuration information of variable parameters are defined in the script file, where the short message template information defines a plurality of short message templates, and the content of short messages generated according to different short message templates is also different. The configuration information of the variable parameter defines what short message reminding should be carried out under what conditions and what short message template should be selected to generate the short message under what conditions.
And step 104, executing the script file, generating a short message according to the short message template information, and controlling the sending of the short message according to the configuration information.
In the embodiment, the script file is executed after the script file is read, and when short message reminding is needed, a short message is generated according to the short message template information according to the content in the script file, and the sending of the short message is controlled according to the configuration information.
In the embodiment, the preset script file is read, the script file comprises the short message template information and the configuration information of the variable parameters, the script file is executed, the short message is generated according to the short message template information, and the sending of the short message is controlled according to the configuration information. The short message reminding is controlled by executing the script file, when the short message reminding needs to be changed, only the configuration in the script file needs to be modified, the modification is convenient and fast, and the development cost can be saved.
The short message reminding control method provided by the embodiment of the invention can be applied to an insurance service platform, and in the insurance service platform, short message reminding can be carried out in a series of processes from the generation of an electronic insurance policy after insurance purchase to the underwriting, such as the generation of the electronic insurance policy, the sending of a short message reminding for reading, the success of underwriting, the sending of a short message reminding for the success of underwriting and the like.
In one embodiment, the configuration information of the variable parameter includes an organization identifier, a channel source identifier, a short message sending time and a corresponding short message template identifier. The step of controlling the sending of the short message according to the configuration information comprises the following steps: selecting a corresponding short message template mark according to the mechanism mark, acquiring corresponding short message sending time according to the channel source mark, and sending a short message corresponding to the selected short message template mark according to the short message sending time.
In this embodiment, the mechanism identifier is used to identify the partition to which the policy belongs, such as a province, a city, or a certain region. Channel source identification channel sources used to identify the policy, such as those of the policy including personal marketing, bank community finance, bank agencies, etc. The short message sending time is used for defining the time point of short message sending, and the short message template mark is used for marking a short message template.
In this embodiment, the corresponding relationship between the organization identifier, the original channel identifier, and the short message sending time is predefined in the script file. Specifically, when short message reminding is triggered, a mechanism identifier in the policy is acquired, a corresponding short message template identifier is selected from the script file according to the mechanism identifier, corresponding short message sending time is acquired according to a corresponding channel source identifier, and a short message generated according to a short message template corresponding to the short message template identifier is sent at the short message sending time point.
The sending time after underwriting and whether the channel source sends the short message or not can be set in the script file according to the mechanism and the channel source in advance. For example, the configured background data table may be as shown in table 1 below:
TABLE 1
Figure BDA0000952101970000051
Figure BDA0000952101970000061
As can be seen from table 1, for the policy with organization identification 02, only channel a sends a short message reminder, the sending time is 5 days after underwriting, and the policy with organization identification 02 does not send the short message reminder if channel B and channel H. For the policy with organization identifier 12, both channel A, B and H policy can send short message reminders, and the sending time sends short message reminders to the end 5, 2 and 1 days after underwriting.
Furthermore, the data table can be configured with the short message content according to the mechanism in advance, that is, different mechanisms can generate short messages according to different short message templates. For example, the configured background data table may be as shown in table 2 below:
TABLE 2
Mechanism Short message template Channel for irrigation
02 SX_HB10090711 /A/D/
02 SX_HB120725001 /B/
12 SX_HB120725002 /A/B/D/
As can be seen from table 2, channel a and channel D under agency designation 02 use short message template SX _ HB10090711, channel B uses short message template SX _ HB120725001, and channel A, B and channel D under agency designation 12 use the same short message template SX _ HB 120725002.
In the embodiment, when the short message prompt is sent, the corresponding short message template is selected according to the corresponding configuration in the background database to generate the short message, the short message is sent according to the short message sending time, the short message prompt can be modified only by changing the corresponding configuration of the background database, the modification and maintenance are more convenient, and the development cost can be saved when a replacement version is developed.
Further, in one embodiment, the short message template information includes a corresponding relationship between a short message template identifier, a judgment mark, a template start time, a parameter attribute and a judgment script; the step of generating the short message according to the short message template information comprises the following steps: selecting corresponding short message template identification according to the mechanism identification, acquiring corresponding judgment identification and template starting time according to the short message template identification, and determining the data type of the short message to be sent according to the judgment script.
In this embodiment, the determination flag includes 1 and 0, where 1 represents a forward flag, that is, a corresponding short message template is used under the condition that the determination script is defined. And 0 represents a reverse mark, namely the corresponding short message template is not used under the condition of meeting the definition of the judgment script. The template activation time defines the point in time at which the template is activated. For example, the configuration in the script file is shown in table 3:
TABLE 3
Figure BDA0000952101970000071
Wherein, the organization mark is a short message template SX _ HB10090711 used by 02, and according to the corresponding judgment script, the universal insurance/continuous insurance/dividend insurance policy of the channel B needs to send the short message. The organization mark is 12, and the short message template SX _ HB120725002 is used, and according to the corresponding judgment script, 1201 organizations in the 12 organizations do not need to send the short message SX _ HB 120725002.
In the embodiment, the condition for using the short message template can be determined by the judgment script, when the data type for using the short message template needs to be adjusted, the condition that the short message template is frequently changed can be realized by only simple SQL configuration modification, so that the modification is more convenient and quicker, the maintenance is easy, and the requirement that the short message template is frequently and quickly changed and is on-line can be met.
In one embodiment, the short message template information includes at least one of the following information: the short message template comprises a short message template identification, a short message variable, short message variable description information, a variable sequence, a value logic sequence, a script parameter attribute, a mechanism identification, a value mode and a value script or fixed value corresponding to the value mode.
In this embodiment, in the script file, one short message template identifier is used to identify one short message template, and one short message template corresponds to a plurality of short message variables. That is, one short message template contains a plurality of short message variables, and one short message content can be composed through the plurality of short message variables. The variable sequence is used for identifying the sequence of the short message variables in the short message, and the short message content is edited according to the sequence of the variables. The value logic sequence identifies the value sequence of the short message variables, and the short message variables are valued according to the value logic sequence. The mechanism identification is used for identifying a mechanism using the short message template, and the value taking mode is used for determining the value taking mode of the short message variable, including the value taking by using a value taking script and the value taking by using a fixed value.
Further, in an embodiment, the step of generating the short message according to the short message template information includes: and acquiring corresponding short message variables according to the variable sequence, running a value-taking script or adopting a fixed value according to a value-taking mode for each acquired short message variable, acquiring the content of the short message variable according to the value-taking script or the fixed value, and generating the short message according to the content of the short message variable.
In this embodiment, the corresponding short message variables are obtained according to the variable sequence of the short message variables, that is, the sequence of each short message variable in the short message follows the variable sequence. When the specific short message variable is taken value, the value is taken according to the value logic sequence, and for each value, two value taking modes are provided: and taking values according to the value script and taking a fixed value. The fixed value can be some default Chinese words, and the value-taking script can define the value-taking mode more flexibly.
For example, the configuration of the background database for a certain short message template SX _ HB131014001 is shown in table 4:
TABLE 4
Figure BDA0000952101970000081
Figure BDA0000952101970000091
Figure BDA0000952101970000101
When a short message is generated according to the short message template information, the short message variables can be taken out according to the variable sequence shown in the table 4, and the values are taken according to the corresponding value taking mode to generate the short message content. For example, as shown in table 4, the short message template SX _ HB131014001 corresponds to 9 short message variables, and the value of the variable is configured by a value-taking script (for example, the app _ name variable trial value-taking script) or a fixed value (for example, the primary _ plan _ type variable corresponds to a fixed value taken by a 01 organization), or configured by a combination of the value-taking script and the fixed value (for example, a card _ no variable), or the short message content required by different organizations is differentiated (for example, the primary _ plan _ type variable).
For example, a certain short message template generated according to the short message template information is: honored clients [ app _ name ], primary _ plan _ program ] [ primary _ plan _ name ] [ card _ no ] for insurance successfully pay the initial premium [ std _ pre _ sun ] in a [ payment _ type ] mode and underwrite, the policy number [ policy _ no ], the effective time [ eff _ time ] [ pol _ type ] [ primary _ plan _ type ].
Because the value can be taken through the value script, if the short message content needs to be changed frequently due to the supervision requirement, the short message can be online only through simple SQL script configuration modification, the requirement of frequent change and quick online can be met, and the short message online monitoring system is easy to maintain.
As shown in fig. 2, in an embodiment, a short message reminding control system is provided, which includes:
the script reading module 202 is configured to read a preset script file, where the script file includes short message template information and configuration information of variable parameters.
And the script execution module 204 is used for executing the script file, generating the short message according to the short message template information, and controlling the sending of the short message according to the configuration information.
In one embodiment, the short message template information includes at least one of the following information: the short message template comprises a short message template identification, a short message variable, short message variable description information, a variable sequence, a value logic sequence, a script parameter attribute, a mechanism identification, a value mode and a value script or fixed value corresponding to the value mode.
Further, in an embodiment, the script execution module 204 is configured to obtain corresponding short message variables according to the variable sequence, for each obtained short message variable, run the value-taking script according to the value-taking mode or adopt the fixed value, obtain content of the short message variable according to the value-taking script or the fixed value, and generate a short message according to the content of the short message variable.
In one embodiment, the configuration information of the variable parameter comprises an organization identifier, a channel source identifier, short message sending time and a corresponding short message template identifier; the script execution module 204 is configured to select a corresponding short message template identifier according to the mechanism identifier, obtain corresponding short message sending time according to the channel source identifier, and send a short message corresponding to the selected short message template identifier according to the short message sending time.
Further, in one embodiment, the short message template information includes a corresponding relationship between a short message template identifier, a judgment mark, a template start time, a parameter attribute and a judgment script; the script execution module 204 is configured to select a corresponding short message template identifier according to the mechanism identifier, obtain a corresponding judgment flag and template enabling time according to the short message template identifier, and determine a data type of a short message to be sent according to the judgment script.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A short message reminding control method is characterized by comprising the following steps:
reading a preset script file, wherein the script file comprises short message template information and configuration information of variable parameters; the short message template information comprises a corresponding relation of a judgment mark, a parameter attribute and a judgment script; the judging marks comprise forward marks and reverse marks, the forward marks indicate that the corresponding short message templates are used under the condition defined by the judging script, and the reverse marks indicate that the corresponding short message templates are not used under the condition defined by the judging script; the judgment script is used for determining the condition of using the short message template, and the data type of using the short message template is adjusted by modifying the judgment script;
executing the script file, generating a short message on an insurance service platform according to the short message template information, and controlling the sending of the short message according to the configuration information of the variable parameter; the configuration information of the variable parameters comprises an organization identifier, a channel source identifier and a corresponding short message template identifier; the mechanism identification is used for identifying the subarea to which the policy belongs, the channel source identification is used for identifying the channel source of the policy, and the short message template identification is used for identifying the corresponding template.
2. The method of claim 1, wherein the short message template information comprises at least one of the following information: the short message template comprises a short message template identification, a short message variable, short message variable description information, a variable sequence, a value logic sequence, a script parameter attribute, a mechanism identification, a value mode and a value script or fixed value corresponding to the value mode.
3. The method of claim 2, wherein the step of generating the short message according to the short message template information comprises:
and acquiring corresponding short message variables according to the variable sequence, for each acquired short message variable, running the value-taking script according to the value-taking mode or adopting the fixed value, acquiring the content of the short message variable according to the value-taking script or the fixed value, and generating a short message according to the content of the short message variable.
4. The method of claim 1, wherein the configuration information of the variable parameter further comprises a short message sending time; the step of controlling the sending of the short message according to the configuration information of the variable parameter comprises the following steps:
selecting a corresponding short message template mark according to the mechanism mark, acquiring corresponding short message sending time according to the channel source mark, and sending a short message corresponding to the selected short message template mark according to the short message sending time.
5. The method of claim 4, wherein the short message template information further comprises a short message template identifier, a template activation time;
the step of generating the short message according to the short message template information comprises the following steps:
selecting corresponding short message template identification according to the mechanism identification, acquiring corresponding judgment identification and template starting time according to the short message template identification, and determining the data type of the short message to be sent according to the judgment script.
6. A short message reminding control system is characterized in that the system comprises:
the script reading module is used for reading a preset script file, and the script file comprises short message template information and configuration information of variable parameters; the short message template information comprises a corresponding relation of a judgment mark, a parameter attribute and a judgment script; the judging marks comprise forward marks and reverse marks, the forward marks indicate that the corresponding short message templates are used under the condition defined by the judging script, and the reverse marks indicate that the corresponding short message templates are not used under the condition defined by the judging script; the judgment script is used for determining the condition of using the short message template, and the data type of using the short message template is adjusted by modifying the judgment script; the script execution module is used for executing the script file, generating a short message on an insurance service platform according to the short message template information and controlling the sending of the short message according to the configuration information of the variable parameter; the configuration information of the variable parameters comprises an organization identifier, a channel source identifier and a corresponding short message template identifier; the mechanism identification is used for identifying the subarea to which the policy belongs, the channel source identification is used for identifying the channel source of the policy, and the short message template identification is used for identifying the corresponding template.
7. The system of claim 6, wherein the short message template information comprises at least one of the following information: the short message template comprises a short message template identification, a short message variable, short message variable description information, a variable sequence, a value logic sequence, a script parameter attribute, a mechanism identification, a value mode and a value script or fixed value corresponding to the value mode.
8. The system of claim 7, wherein the script execution module is configured to obtain corresponding short message variables according to the variable sequence, run the value-taking script or adopt the fixed value according to the value-taking mode for each obtained short message variable, obtain content of the short message variable according to the value-taking script or the fixed value, and generate the short message according to the content of the short message variable.
9. The system of claim 6, wherein the configuration information of the variable parameter further comprises a short message sending time; the script execution module is used for selecting a corresponding short message template mark according to the mechanism mark, acquiring corresponding short message sending time according to the channel source mark, and sending a short message corresponding to the selected short message template mark according to the short message sending time.
10. The system of claim 9, wherein the short message template information further comprises a short message template identifier, a template activation time; the script execution module is used for selecting a corresponding short message template identifier according to the mechanism identifier, acquiring a corresponding judgment mark and template starting time according to the short message template identifier, and determining the data type of the short message to be sent according to the judgment script.
CN201610182576.3A 2016-03-28 2016-03-28 Short message reminding control method and system Active CN107239263B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610182576.3A CN107239263B (en) 2016-03-28 2016-03-28 Short message reminding control method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610182576.3A CN107239263B (en) 2016-03-28 2016-03-28 Short message reminding control method and system

Publications (2)

Publication Number Publication Date
CN107239263A CN107239263A (en) 2017-10-10
CN107239263B true CN107239263B (en) 2021-02-09

Family

ID=59983205

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610182576.3A Active CN107239263B (en) 2016-03-28 2016-03-28 Short message reminding control method and system

Country Status (1)

Country Link
CN (1) CN107239263B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109660960B (en) * 2018-09-27 2022-03-15 深圳壹账通智能科技有限公司 Short message configuration method, device, equipment and readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101567113A (en) * 2009-05-25 2009-10-28 厦门敏讯信息技术股份有限公司 Communication service terminal, integrated circuit and method thereof
CN101656928A (en) * 2008-08-20 2010-02-24 华为软件技术有限公司 Short message processing method, system and assembly program unit
CN103079178A (en) * 2012-12-27 2013-05-01 北京思特奇信息技术股份有限公司 Short message management method and system for NGCRM (next-generation customer relationship management) system
US8626843B2 (en) * 2009-09-29 2014-01-07 Sap Ag Mass-communication templates for communication-scenarios
CN104580179A (en) * 2014-12-27 2015-04-29 腾讯科技(深圳)有限公司 Message processing method and device, as well as server

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3927962B2 (en) * 2003-10-31 2007-06-13 シャープ株式会社 Data processing apparatus and data processing program
US8699998B2 (en) * 2011-08-10 2014-04-15 Qualcomm Incorporated Controlling text messages on a mobile device
CN104052881A (en) * 2013-03-11 2014-09-17 中兴通讯股份有限公司 Service realization method and apparatus of intelligent service system, and intelligent service system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101656928A (en) * 2008-08-20 2010-02-24 华为软件技术有限公司 Short message processing method, system and assembly program unit
CN101567113A (en) * 2009-05-25 2009-10-28 厦门敏讯信息技术股份有限公司 Communication service terminal, integrated circuit and method thereof
US8626843B2 (en) * 2009-09-29 2014-01-07 Sap Ag Mass-communication templates for communication-scenarios
CN103079178A (en) * 2012-12-27 2013-05-01 北京思特奇信息技术股份有限公司 Short message management method and system for NGCRM (next-generation customer relationship management) system
CN104580179A (en) * 2014-12-27 2015-04-29 腾讯科技(深圳)有限公司 Message processing method and device, as well as server

Also Published As

Publication number Publication date
CN107239263A (en) 2017-10-10

Similar Documents

Publication Publication Date Title
CN111507638A (en) Risk information output and risk information construction method and device
CN109492152B (en) Method, device, computer equipment and storage medium for pushing custom content
CN107911227B (en) Breakpoint data follow-up method, electronic device and computer-readable storage medium
CN107678844B (en) Breakpoint intelligent distribution method, electronic device and computer readable storage medium
CN109408262B (en) Service data processing method and related equipment
CN110110985B (en) Production recording method and recording device
CN108416679A (en) More insurance products go out single device, method and computer readable storage medium
CN111191903A (en) Early warning method and device for monitoring bid document, server and storage medium
CN110738035A (en) document template generation method and device
CN107239263B (en) Short message reminding control method and system
CN116090867A (en) Index rule generation method and device, electronic equipment and storage medium
CN110806866A (en) Generation method and device of front-end management system
CN111177511A (en) Method and device for acquiring and analyzing announcement information by using crawler
US20240020459A1 (en) Using machine learning to predict performance of secure documents
CN108966235A (en) The network identification card RHIDFA and its operation method of IOS user
CN111177099A (en) Data processing method and device of business system, electronic equipment and storage medium
CN111008894A (en) Bank client information period reminding control method and device
CN104331405A (en) Method and device for processing a data report
CN112468654B (en) Electronic equipment use restriction processing method and device
CN112560108B (en) Text reading mark-remaining method, device and system
CN114493378A (en) Index acquisition method and device of industrial equipment and computer equipment
CN114971298A (en) OKRs-E-based event intelligent early warning identification processing method, device, equipment and medium
CN110443560B (en) Protocol data management method, device, computer equipment and storage medium
CN113190381A (en) Data backup method, system, device and storage medium
CN113343189A (en) Method and device for preventing malicious swiping of short message verification code

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