CN101656928B - Short message processing method, system and assembly program unit - Google Patents

Short message processing method, system and assembly program unit Download PDF

Info

Publication number
CN101656928B
CN101656928B CN2008101186341A CN200810118634A CN101656928B CN 101656928 B CN101656928 B CN 101656928B CN 2008101186341 A CN2008101186341 A CN 2008101186341A CN 200810118634 A CN200810118634 A CN 200810118634A CN 101656928 B CN101656928 B CN 101656928B
Authority
CN
China
Prior art keywords
short message
variable
symbol
user
value
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
CN2008101186341A
Other languages
Chinese (zh)
Other versions
CN101656928A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN2008101186341A priority Critical patent/CN101656928B/en
Publication of CN101656928A publication Critical patent/CN101656928A/en
Application granted granted Critical
Publication of CN101656928B publication Critical patent/CN101656928B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the invention relates to a short message processing method, a short message system and an assembly program unit. The short message processing method comprises the following steps: receiving information of requesting for a short message, wherein the information of requesting for the short message comprises a short message template identifier and a user identifier; reading short message content configured and predefined by a short message template according to the short message template identifier and analyzing the read short message content to obtain fixed content and a variable replacement symbol; querying a database according to the variable replacement symbol and the user identifier to obtain a variable value, and replacing the corresponding variable replacement symbol with the variable value; and assembling the fixed content and the variable replacement symbol replaced by the variable value into a new short message. The short message processing method, the short message processing system and the assembly program unit can realize the addition of new variable content to the prior short message content without modifying an application program, so that the cost can be saved and a new short message notification service can be provided to a user.

Description

SMS processing, system and assembly program unit
Technical field
The embodiment of the invention relates to communication technical field, relates in particular to a kind of SMS processing, system and assembly program unit.
Background technology
Short message service is one of value-added service main in the mobile communications network, short message service realizes that by signaling link point-to-point message transmits, it is a kind of non real-time reliable information transfer service, between the user, can sending SMS message, also can send SMS message between user and certain the application/operation system.
Application/business support system is in the time need giving the user with the result notification of certain event or certain behavior of user, usually adopt the mode that sends short messages to user mobile phone, in fact, this notifications short message also is extensive use of by the system of other industry outside the telecommunications industry, and for example bank sends to the credit card purchase record mobile phone of credit card user etc. with short message way.
In general, the content of notifications short message all can comprise and concrete notified user-dependent some information, that is to say that with the notifications short message under a kind of scene send to different users, the content of its transmission may be inequality; In addition, different telecom operators use/content of the notifications short message of business support system under same scene same telecommunications, also have different requirements.If the system's short message at different scenes or different demands is all write content of short message extremely by program, will change program during so in the face of different content of short message demand, thereby can't respond user's request fast, brought inconvenience and extra cost also for the manufacturer of exploitation business support system.Therefore, how to satisfy the demand and don't the needs update routine of different short message notification contents, promptly notifications short message flexible configuration demand is to set up a business support system major issue to be solved.
At present, the mode of employing pre-defined SM template realizes the flexible configuration of notifications short message, notifications short message at a kind of concrete scene, in predefined short message template, configure fixing content of short message, and the variable content when replacing symbol and represent to send at every turn with some variablees.When business support system needs the transmitting system informing message, the content of variable part can be passed to short message template program as parameter, extract immobilized substance in the corresponding short message template by short message template program, and replace symbol with the variable that the parameter value of this input is replaced in the template as the content of variable part, obtain final short message.Aforesaid way can be as required the standing part content in the configuration notification short message neatly, and the ordinal relation of variable part and standing part.Particularly, this business support system comprises application program, short message assembly program and short message service center, and wherein, application program is the program that need send SMS message; The short message assembly program is a program of being responsible for generating content of short message, it reads the predefined content in the short message template configuration, and the variable replacement that the variate-value of application program input is replaced in the template configuration accords with, return the good content of short message of assembly unit at last, and above-mentioned content of short message is sent to short message service center; The short message template configuration is that the predefined variable that may comprise is replaced the content of short message that accords with.
But the inventor states on the implementation in the process of technical scheme and finds: send to the content of the variable part in user's the content of short message, the application program that places one's entire reliance upon is passed to the short message assembly program after generating again; In the time need in being handed down to user's content of short message, increasing new variable content, must revise this application program.For example, in giving user's balance notification short message, add the new line of user's appellation, just call Mr. XX to the male sex, call Mrs XX to the women, XX represents user's name here.Existing technical scheme will be supported the demand that this is new, following several implementation method is arranged: first, address name is replaced symbol as a variable in the predefined short message template, application program obtains address name and user's sex in advance, according to the assembling of address name and user's sex realization short message content; The second, address name and appellation are all replaced symbol as two variablees in the predefined short message template, 1 short message of predefine in the short message template is according to the assembling of address name and user's appellation realization short message content; The 3rd, address name and user's sex are replaced symbol as two variablees in the predefined short message template, 1 short message of predefine in the short message template utilizes the short message assembly program syntactic analysis ability of short message template to be realized the assembling of content of short message.
But above several method all requires application program just the value of variable parts all in all short message template configuration all to be inquired about/calculated before calling the short message assembly program, passes to the short message assembly program then.That is to say,, only revise the short message template configuration and can't realize, must revise above-mentioned application program if in original content of short message, increase new variable content; The ineffective activity of existing collocation strategy has been brought inconvenience for meeting customer need.
Summary of the invention
The embodiment of the invention provides a kind of SMS processing, system and assembly program unit, to realize not needing to revise application program, can in original content of short message, increase new variable content, provide new short message notification service for the user thereby can carry out flexible configuration according to user's needs.
The embodiment of the invention provides a kind of SMS processing, and this method comprises:
Receive the information of request short message, comprise short message template identification and user ID in the information of described request short message;
Read the short message template configuration predefined content of short message corresponding according to described short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content with described short message template identification;
Obtain variate-value according to described variable replacement symbol and user ID Query Database, and replace variables corresponding with described variate-value and replace symbol;
Be assembled into new short message with described immobilized substance with the variable replacement symbol after the described variate-value replacement.
The embodiment of the invention provides a kind of short message handling system, and this system comprises application program unit and assembly program unit, and wherein said application program unit comprises:
Interface module is used for the short message after described assembly program unit sends the information of request short message and receives the assembling that assembly program unit returns;
Described assembly program unit comprises:
Receiver module is used for the information of the request short message that the receiving interface module sends, and comprises short message template identification and user ID in the information of described request short message;
Parsing module, be used for reading the short message template configuration predefined content of short message corresponding with described short message template identification according to described short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content;
Replace module, be used for obtaining variate-value, and replace variables corresponding with described variate-value and replace symbol according to described variable replacement symbol and user ID Query Database;
Sending module is used for described immobilized substance and replaces symbol with the variable after the described variate-value replacement being assembled into new short message, and sends to described interface module.
Above-mentioned SMS processing and system, obtain to replace the variate-value that variable is replaced symbol by Query Database, can be implemented in does not need to revise under the situation of application program, can in original content of short message, increase new variable content, thereby can carry out flexible configuration according to user's demand, provide new short message notification service for the user better.
The embodiment of the invention provides a kind of assembly program unit, and this assembly program unit comprises:
Receiver module is used to receive the information of request short message, comprises short message template identification and user ID in the information of described request short message;
Parsing module, be used for reading the short message template configuration predefined content of short message corresponding with described short message template identification according to described short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content;
Replace module, be used for obtaining variate-value, and replace variables corresponding with described variate-value and replace symbol according to described variable replacement symbol and user ID Query Database;
Knockdown block is used for described immobilized substance and replaces symbol with the variable after the described variate-value replacement being assembled into new short message.
Above-mentioned assembly program unit, obtain to replace the variate-value that variable is replaced symbol by Query Database, can be implemented in does not need to revise under the situation of application program, in original content of short message, increase new variable content, thereby can carry out flexible configuration according to user's demand, provide new short message notification service for the user better.
Below by drawings and Examples, the technical scheme of the embodiment of the invention is described in further detail.
Description of drawings
Fig. 1 is the flow chart of SMS processing embodiment of the present invention;
Fig. 2 is the structural representation of short message handling system embodiment of the present invention;
Fig. 3 is the structural representation of assembly program unit embodiment of the present invention.
Embodiment
As shown in Figure 1, be the flow chart of SMS processing embodiment of the present invention, this method comprises:
The information of step 101, reception request short message comprises short message template identification and user ID in the information of above-mentioned request short message;
Assembly program unit receives the information of the request short message of application program unit transmission, comprise short message template identification and this less important user ID that short message is sent to certain user in the information of above-mentioned request short message, wherein, above-mentioned short message template identification is corresponding with the short message template configuration;
Step 102, read the short message template configuration predefined content of short message corresponding with above-mentioned short message template identification according to above-mentioned short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content;
The predefined content of short message of preserving in the above-mentioned short message template configuration comprises immobilized substance and variable content, the form that variable content is replaced symbol with variable exists, it can be the object identifier of preserving in the database that this variable is replaced symbol, also can be to have a fixedly variable name of implication with application program unit is appointed; For the standing part content, can edit configuration as required; Add variable content in the content of short message to for needs,, can edit configuration according to the needs of oneself if can from database, obtain, form that variable is replaced symbol be " table name. field name ";
Assembly program unit reads the predefined content of short message of corresponding short message template configuration according to above-mentioned short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content;
Suppose now need add user's appellation in giving user's balance notification short message, preserved subscriber data in known user at database (Subscriber) table: what the CustomerName field was preserved is address name; What the Gender field was preserved is user's sex; What the Balance field was preserved is account balance, and unit is a branch; Being used for the field name of a user ID of unique expression in the Subscriber table is SubscriberID, and above-mentioned database can be that physical database also can be a memory database, has wherein preserved system data and user data;
In the short message template configuration, original predefined short message template is made amendment, the short message template content
{ the account balance Shi ${Subscriber.Balance}} that you are current
Be revised as:
IF{{Subscriber.Gender}==‘M’}
{ distinguished { Mr. Subscriber.CustomerName}, your current account balance is { { Subscriber.Balance}/100} unit }
ELSE
{ distinguished { Mrs Subscriber.CustomerName}, your current account balance is { { Subscriber.Balance}/100} unit }
Assembly program unit reads the predefined content of short message of amended short message template configuration, parses three variablees and replaces symbol: Subscriber.Gender, Subscriber.CustomerName and Subscriber.Balance;
Step 103, replace symbol and the user ID Query Database obtains variate-value, and replace variables corresponding with above-mentioned variate-value and replace and accord with according to above-mentioned variable;
After assembly program unit obtains variable replacement symbol, if above-mentioned variable is replaced the symbol expression is " table name. field name " the database object identifier of predetermined format like this, then according to this database object identifier and above-mentioned user ID, Query Database obtains variate-value, and replace variables corresponding with above-mentioned variate-value and replace symbol, certainly, above-mentioned predetermined format also can be provided with as required;
Because three variablees are replaced symbol: Subscriber.Gender, Subscriber.CustomerName and Subscriber.Balance meet " table name. field name " form, subsequently according to the querying condition configuration that obtains the Subscriber correspondence in " configuration of user inquiring condition ", replace symbol with the variable that the value of above-mentioned user ID is replaced in the configuration, obtain final querying condition statement, the value of supposing the user ID of this input is 13800138000, and then querying condition is exactly " Subscriber ID=13800138000 "; From Subscr iber table, inquire about the value of Gender, CustomerName and three fields of Balance at last with the querying condition that obtains, suppose that 13800138000 address names that inquire are " Zhang San ", user's sex is the male sex ' M ', and user balance is 10000 minutes;
Step 104, the variable after replacing with the said fixing content with above-mentioned variate-value are replaced symbol and are assembled into new short message.
It is " distinguished Mr. Zhang San; your current account balance is 100 yuan " that variable replacement symbol after assembly program unit is replaced with the above-mentioned immobilized substance that obtains with above-mentioned variate-value is assembled into new content of short message, and the above-mentioned new content of short message that is assembled into is sent to application program unit.
Above-mentioned SMS processing, obtain to replace the variate-value that variable is replaced symbol by direct Query Database, can be implemented in does not need to revise under the situation of application program, can in original content of short message, increase new variable content, thereby can carry out flexible configuration, for the user provides new short message notification service according to user's request, simultaneously, because above-mentioned SMS processing does not need to revise application program, thereby has saved development time and cost.
As shown in Figure 2, structural representation for short message handling system embodiment of the present invention, this system comprises application program unit 1 and assembly program unit 2, wherein above-mentioned application program unit 1 comprises: interface module 11 is used for the short message after above-mentioned assembly program unit 2 sends the information of request short message and receives the assembling that assembly program unit 2 returns; Above-mentioned assembly program unit 2 comprises: receiver module 21, be used for the information of the request short message that receiving interface module 11 sends, and comprise short message template identification and user ID in the information of above-mentioned request short message; Parsing module 22, be used for reading the short message template configuration predefined content of short message corresponding with above-mentioned short message template identification according to above-mentioned short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content; Replace module 23, be used for obtaining variate-value, and replace variables corresponding with above-mentioned variate-value and replace symbol according to above-mentioned variable replacement symbol and user ID Query Database; Sending module 24 is used for the said fixing content and replaces symbol with the variable after the above-mentioned variate-value replacement being assembled into new short message, and sends to above-mentioned interface module 11.
Wherein, replace the value of symbol in order to inquire variable better from database, above-mentioned replacement module can comprise: judge submodule, be used to judge whether above-mentioned variable replacement symbol represents the database object identifier of predetermined format; Replace submodule, be used for when above-mentioned variable is replaced the database object identifier of symbol expression predetermined format, obtaining variate-value according to above-mentioned database object identifier and user ID Query Database, and replacing above-mentioned variable with above-mentioned variate-value and replace symbol.Above-mentioned replacement submodule can comprise: submodule is replaced in inquiry, be used for obtaining the querying condition configuration corresponding with above-mentioned table name from the configuration of user inquiring condition, replace symbol with the variable that the value of above-mentioned user ID is replaced in the querying condition configuration, obtain final query statement, use above-mentioned query statement Query Database; And above-mentioned variable is replaced symbol for a plurality of and different.
In addition, above-mentioned assembly program unit can also comprise: modified module be used to revise the short message template configuration, and content of short message sends to parsing module after will revising.
Above-mentioned short message handling system, obtain to replace the variate-value that variable is replaced symbol by Query Database, can be implemented in does not need to revise under the situation of application program, can in original content of short message, increase new variable content, thereby can carry out flexible configuration according to user's request, for the user provides new short message notification service, simultaneously, because above-mentioned SMS processing does not need to revise application program, thereby has saved development time and cost.
As shown in Figure 3, be the structural representation of assembly program unit embodiment of the present invention, this assembly program unit comprises: receiver module 21, be used to receive the information of request short message, and comprise short message template identification and user ID in the information of above-mentioned request short message; Parsing module 22, be used for reading the short message template configuration predefined content of short message corresponding with above-mentioned short message template identification according to above-mentioned short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content; Replace module 23, be used for obtaining variate-value, and replace variables corresponding with above-mentioned variate-value and replace symbol according to above-mentioned variable replacement symbol and user ID Query Database; Knockdown block 25 is used for the said fixing content and replaces symbol with the variable after the above-mentioned variate-value replacement being assembled into new short message.
Wherein, replace the value of symbol in order to inquire variable better from database, above-mentioned replacement module can comprise: judge submodule, be used to judge whether above-mentioned variable replacement symbol represents the database object identifier of predetermined format; Replace submodule, be used for when above-mentioned variable is replaced the database object identifier of symbol expression predetermined format, obtaining variate-value according to above-mentioned database object identifier and user ID Query Database, and replacing above-mentioned variable with above-mentioned variate-value and replace symbol.
In addition, above-mentioned replacement submodule can comprise: submodule is replaced in inquiry, be used for obtaining the querying condition configuration corresponding with above-mentioned table name from the configuration of user inquiring condition, replace symbol with the variable that the value of above-mentioned user ID is replaced in the querying condition configuration, obtain final query statement, use above-mentioned query statement Query Database; And above-mentioned variable is replaced symbol for a plurality of and different.
Above-mentioned assembly program unit, obtain to replace the variate-value that variable is replaced symbol by Query Database, can be implemented in does not need to revise under the situation of application program, in original content of short message, increase new variable content, thereby can carry out flexible configuration according to user's demand, provide new short message notification service for the user better.
It should be noted that at last: above embodiment only in order to technical scheme of the present invention to be described, is not intended to limit; Although with reference to previous embodiment the present invention is had been described in detail, those of ordinary skill in the art is to be understood that: it still can be made amendment to the technical scheme that aforementioned each embodiment put down in writing, and perhaps part technical characterictic wherein is equal to replacement; And these modifications or replacement do not make the essence of appropriate technical solution break away from the spirit and scope of various embodiments of the present invention technical scheme.

Claims (13)

1. SMS processing is characterized in that comprising:
Receive the information of request short message, comprise short message template identification and user ID in the information of described request short message;
Read the short message template configuration predefined content of short message corresponding according to described short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content with described short message template identification;
Obtain variate-value according to described variable replacement symbol and user ID Query Database, and replace variables corresponding with described variate-value and replace symbol;
Be assembled into new short message with described immobilized substance with the variable replacement symbol after the described variate-value replacement.
2. SMS processing according to claim 1 is characterized in that describedly replacing symbol and the user ID Query Database obtains variate-value according to described variable, and replaces described variable replacement with described variate-value and accord with and comprising:
When described variable is replaced the database object identifier of symbol expression predetermined format, obtain variate-value according to described database object identifier and user ID Query Database, and replace described variable with described variate-value and replace symbol.
3. SMS processing according to claim 2 is characterized in that comprising table name in the database object identifier of described predetermined format, obtains variate-value according to described database object identifier and user ID Query Database and comprises:
From the configuration of user inquiring condition, obtain the querying condition configuration corresponding, replace symbol, obtain final query statement, use described query statement Query Database with the variable that the value of described user ID is replaced in the querying condition configuration with described table name.
4. SMS processing according to claim 3 is characterized in that described reading according to described short message template identification also comprises before the predefined content of short message of short message template configuration corresponding with described short message template identification:
Revise the short message template configuration.
5. SMS processing according to claim 4 is characterized in that described modification short message template configuration comprises:
Work as table name. sex is represented the man, and then the short message template content is distinguished table name. Mr. address name;
Work as table name. sex is represented the Ms, and then the short message template content is distinguished table name. Mrs address name.
6. a short message handling system comprises application program unit and assembly program unit, it is characterized in that described application program unit comprises:
Interface module is used for the short message after described assembly program unit sends the information of request short message and receives the assembling that assembly program unit returns;
Described assembly program unit comprises:
Receiver module is used for the information of the request short message that the receiving interface module sends, and comprises short message template identification and user ID in the information of described request short message;
Parsing module, be used for reading the short message template configuration predefined content of short message corresponding with described short message template identification according to described short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content;
Replace module, be used for obtaining variate-value, and replace variables corresponding with described variate-value and replace symbol according to described variable replacement symbol and user ID Query Database;
Sending module is used for described immobilized substance and replaces symbol with the variable after the described variate-value replacement being assembled into new short message, and sends to described interface module.
7. short message handling system according to claim 6 is characterized in that described replacement module comprises:
Judge submodule, be used to judge whether described variable replacement symbol represents the database object identifier of predetermined format;
Replace submodule, be used for when described variable is replaced the database object identifier of symbol expression predetermined format, obtaining variate-value according to described database object identifier and user ID Query Database, and replacing described variable with described variate-value and replace symbol.
8. short message handling system according to claim 7 is characterized in that comprising table name in the database object identifier of described predetermined format, and correspondingly described replacement submodule comprises:
Submodule is replaced in inquiry, be used for obtaining the querying condition configuration corresponding with described table name from the configuration of user inquiring condition, replace symbol with the variable that the value of described user ID is replaced in the querying condition configuration, obtain final query statement, use described query statement Query Database.
9. according to the arbitrary described short message handling system of claim 6-8, it is characterized in that described assembly program unit also comprises:
Modified module is used to revise the short message template configuration, and content of short message sends to parsing module after will revising.
10. assembly program unit is characterized in that comprising:
Receiver module is used to receive the information of request short message, comprises short message template identification and user ID in the information of described request short message;
Parsing module, be used for reading the short message template configuration predefined content of short message corresponding with described short message template identification according to described short message template identification, the content of short message that reads is resolved, and parse the variable replacement symbol of immobilized substance and expression variable content;
Replace module, be used for obtaining variate-value, and replace variables corresponding with described variate-value and replace symbol according to described variable replacement symbol and user ID Query Database;
Knockdown block is used for described immobilized substance and replaces symbol with the variable after the described variate-value replacement being assembled into new short message.
11. assembly program unit according to claim 10 is characterized in that described replacement module comprises:
Judge submodule, be used to judge whether described variable replacement symbol represents the database object identifier of predetermined format;
Replace submodule, be used for when described variable is replaced the database object identifier of symbol expression predetermined format, obtaining variate-value according to described database object identifier and user ID Query Database, and replacing described variable with described variate-value and replace symbol.
12. assembly program unit according to claim 11 is characterized in that comprising table name in the database object identifier of described predetermined format, correspondingly described replacement submodule comprises:
Submodule is replaced in inquiry, be used for obtaining the querying condition configuration corresponding with described table name from the configuration of user inquiring condition, replace symbol with the variable that the value of described user ID is replaced in the querying condition configuration, obtain final query statement, use described query statement Query Database.
13., it is characterized in that it is a plurality of and different that described variable is replaced symbol according to the arbitrary described assembly program unit of claim 10-12.
CN2008101186341A 2008-08-20 2008-08-20 Short message processing method, system and assembly program unit Active CN101656928B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101186341A CN101656928B (en) 2008-08-20 2008-08-20 Short message processing method, system and assembly program unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101186341A CN101656928B (en) 2008-08-20 2008-08-20 Short message processing method, system and assembly program unit

Publications (2)

Publication Number Publication Date
CN101656928A CN101656928A (en) 2010-02-24
CN101656928B true CN101656928B (en) 2011-11-09

Family

ID=41710960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101186341A Active CN101656928B (en) 2008-08-20 2008-08-20 Short message processing method, system and assembly program unit

Country Status (1)

Country Link
CN (1) CN101656928B (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102238098B (en) * 2010-05-05 2016-12-07 腾讯科技(深圳)有限公司 A kind of information synthesis method and the terminal of correspondence and instant communicating system
CN101873555A (en) * 2010-06-18 2010-10-27 中兴通讯股份有限公司 Implementation method and device for carrying addressee name in short message text
CN102740255B (en) * 2011-04-15 2015-08-12 中兴通讯股份有限公司 A kind of construction method of note and device
CN103458379B (en) * 2012-05-31 2018-04-13 腾讯科技(深圳)有限公司 Method for sending information, method for pushing, apparatus and system
CN103079178B (en) * 2012-12-27 2016-07-06 北京思特奇信息技术股份有限公司 The message management method of a kind of NGCRM second filial generation CRM system and system
CN103973461A (en) * 2013-02-06 2014-08-06 阿里巴巴集团控股有限公司 Notification message pushing method and message server
CN105657677A (en) * 2014-11-14 2016-06-08 中移物联网有限公司 Short message sending method, short message gateway and service platform
CN107239263B (en) * 2016-03-28 2021-02-09 平安科技(深圳)有限公司 Short message reminding control method and system
CN105847059B (en) * 2016-04-12 2018-12-18 平安科技(深圳)有限公司 Information transmitting administrative method and device
CN106792594B (en) * 2016-12-29 2020-10-27 江西博瑞彤芸科技有限公司 Method for sending short message
CN107026949B (en) * 2017-02-20 2018-02-27 平安科技(深圳)有限公司 Pay a return visit the treating method and apparatus of voice messaging
CN107800758B (en) * 2017-03-28 2020-07-24 平安壹钱包电子商务有限公司 Wind control data processing method, device and system
CN107302597B (en) * 2017-08-17 2020-06-16 北京星选科技有限公司 Message file pushing method and device
CN109688047B (en) * 2018-12-07 2021-07-23 中国建设银行股份有限公司 Message adaptation method, device and storage medium based on XML
CN109634765B (en) * 2018-12-27 2023-03-31 深圳金赋科技有限公司 Message acquisition method, electronic device and computer storage medium
CN111757282B (en) * 2020-06-11 2022-07-12 上海乾臻信息科技有限公司 Short message sending method and device
CN112016286A (en) * 2020-07-24 2020-12-01 上海淇玥信息技术有限公司 File generation method and device and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127048A (en) * 2007-08-20 2008-02-20 华为技术有限公司 Inquiry result processing method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127048A (en) * 2007-08-20 2008-02-20 华为技术有限公司 Inquiry result processing method and device

Also Published As

Publication number Publication date
CN101656928A (en) 2010-02-24

Similar Documents

Publication Publication Date Title
CN101656928B (en) Short message processing method, system and assembly program unit
CN100566301C (en) Actionable message is transmitted
CN100454949C (en) Method for obtaining mobile terminal professional ability information
US20030186722A1 (en) Method and device for real time GSM user device profile interrogation and registration
WO1999029128A1 (en) Remote procedure calls using short message service
JPH11150768A (en) Enhanced method to down-load prescribed item list to mobile terminal controlled by subscriber identification module, command therefor the subscriber identification module and mobile terminal
US20110310985A1 (en) Method for implementing unstructured supplementary service data service
JP3689242B2 (en) Method for adapting the functionality of a subscriber identification module to one or more interfaces of a mobile terminal for wireless communication, and corresponding subscriber identification module and mobile terminal
CN102244666A (en) Message processing method for machine-to-machine/man (M2M) platform and M2M platform system
KR101337485B1 (en) Digital business card transmission managing system and method of the same
CN105407202A (en) Method and terminal for remote query of contact information
CN101207842A (en) System and method for contents sharing among mobile terminals
CN100370877C (en) Method for displaying current network operator information
CN106304030B (en) Communication method, device and system based on virtual identity information
CN111277983A (en) RFID middleware, publish-subscribe system and data transmission method
CN100456852C (en) Control system and control method for short message value-added service
CN112866268B (en) Message processing method and system
CN113300936B (en) CDN node, edge node signaling adaptation method, device and storage medium
CN101557580B (en) Data processing method and system
CN101083678A (en) Menu dynamic selection system and method
CN104980329A (en) Address book management method address book management device and mobile agent server
KR100727766B1 (en) Method For Automatically Updating Mobile Terminal Information Of Users
KR20050090753A (en) System for setting added service of mobile phone using extended short message service and method thereof
CN100536508C (en) Method and system for performing color message reporting to enquiry terminal
CN101340623A (en) Method for managing customized ring back tone by short message and short message customized ring back tone management apparatus

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200218

Address after: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee after: HUAWEI TECHNOLOGIES Co.,Ltd.

Address before: Kokusai Hotel No. 11 Nanjing Avenue in the flora of 210012 cities in Jiangsu Province

Patentee before: Huawei Technologies Co.,Ltd.