CN108733425B - Service change information sending method and device, electronic equipment and storage medium - Google Patents

Service change information sending method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN108733425B
CN108733425B CN201710259233.7A CN201710259233A CN108733425B CN 108733425 B CN108733425 B CN 108733425B CN 201710259233 A CN201710259233 A CN 201710259233A CN 108733425 B CN108733425 B CN 108733425B
Authority
CN
China
Prior art keywords
matching
service
information
sending
matching engine
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
CN201710259233.7A
Other languages
Chinese (zh)
Other versions
CN108733425A (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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201710259233.7A priority Critical patent/CN108733425B/en
Publication of CN108733425A publication Critical patent/CN108733425A/en
Application granted granted Critical
Publication of CN108733425B publication Critical patent/CN108733425B/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/20Software design
    • G06F8/22Procedural
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application provides a method, a device, electronic equipment and a storage medium for sending service change information, when the service state of a service is determined to be changed, the attribute value of a parameter of a changed object of the service is obtained from a service code, and all locally stored matching engines configured for the service are obtained; traversing the matching engine corresponding to the service; when traversing to a matching engine, if the attribute value of the parameter of the changed object of the service is matched with the configured parameter values in all the matching rules in the matching engine, determining that the matching is successful; and acquiring the stored information template corresponding to the matching engine, acquiring a service change object from the service code, assembling an information sending object and sending information by using the acquired service change object and the information template, and sending the sending information to the information sending object. The scheme can realize the service information transmission under the conditions of not modifying the service code and not influencing the service online.

Description

Service change information sending method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of information technologies, and in particular, to a method and an apparatus for sending service change information, an electronic device, and a storage medium.
Background
In daily system development, a function of sending a message by a short message or a mail to notify a relevant person when a service state is changed often occurs, and generally, a message sending function is realized by judging the service state.
When there is a change in the relevant service status, it is generally determined by a combination of attribute values in the change object in the service code whether the change in the service status of the service requires an information transmission operation, and if the information transmission is required, information template assembly information is acquired and transmitted.
Since the above operations are all directly performed in the code, when the service change rule is complicated, the combination judgment logic implemented by the service code is very complicated, which deteriorates the readability of the code.
Disclosure of Invention
In view of this, the present application provides a method, an apparatus, an electronic device, and a storage medium for sending service change information, which can implement service information sending without modifying service codes and affecting service online.
In order to solve the technical problem, the technical scheme of the application is realized as follows:
a method for sending service change information, the method comprising:
configuring M matching engines for a service, configuring N matching rules for each matching engine, and storing the matching rules;
when the service state change of a service is determined, acquiring the attribute value of the changed object parameter of the service from the service code, and acquiring all locally stored matching engines configured for the service;
traversing the matching engine corresponding to the service;
when traversing to a matching engine, if the attribute value of the parameter of the changed object of the service is matched with the configured parameter values in all the matching rules in the matching engine, determining that the matching is successful;
and acquiring the stored information template corresponding to the matching engine, acquiring a service change object from the service code, assembling an information sending object and sending information by using the acquired service change object and the information template, and sending the sending information to the information sending object.
A service change information transmission apparatus, the apparatus comprising: the device comprises a configuration unit, an acquisition unit, a matching unit, a processing unit and a sending unit;
the configuration unit is used for configuring M matching engines for a service, configuring N matching rules for each matching engine and storing the matching rules;
the acquiring unit is used for acquiring the attribute value of the parameter of the changed object of the service from the service code when the service state change of the service is determined, and acquiring all the matching engines which are stored by the configuration unit and configured for the service; when the matching unit is successfully matched, acquiring a stored information template corresponding to the matching engine, and acquiring a service change object from a service code;
the matching unit is used for traversing the matching engine corresponding to the service acquired by the acquisition unit; when traversing to a matching engine, if the attribute value of the parameter of the changed object of the service is matched with the configured parameter values in all the matching rules in the matching engine, determining that the matching is successful;
the processing unit is used for assembling an information sending object and sending information by using the service change object and the information template acquired by the acquisition unit;
and the sending unit is used for sending the sending information assembled by the processing unit to an information sending object.
An electronic device, comprising:
at least one central processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one central processor; wherein the content of the first and second substances,
the memory stores instructions executable by the one central processing unit, the instructions being executable by the at least one central processing unit to enable the at least one central processing unit to perform the method described above.
A computer-readable storage medium storing computer instructions for causing the computer to perform the above-described method.
According to the technical scheme, through the configurability of the service change information sending rule, when the service is changed, only the parameter of the changed service object in the service code is obtained, the judgment of whether the service change information is sent and the information assembly are realized outside the service code, and the sending of the service change information can be realized without modifying the service code and influencing the online of the service.
Drawings
Fig. 1 is a schematic diagram of a service change information sending process in an embodiment of the present application;
FIG. 2 is a schematic diagram of an apparatus for implementing the above technique in an embodiment of the present application;
fig. 3 is a schematic diagram of a hardware structure of an electronic device in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clearly apparent, the technical solutions of the present invention are described in detail below with reference to the accompanying drawings and examples.
The embodiment of the application provides a method for sending service change information, which is characterized in that through the configurability of a service change information sending rule, when a service is changed, only a parameter of a service object to be changed in a service code is obtained, and whether the service change information is sent or not and information assembly are realized outside the service code, so that the service change information can be sent without modifying the service code and influencing the on-line of the service.
The method for sending the service change information can be carried out on one device or a plurality of devices, and is hereinafter referred to as information processing device for convenience of description.
The information processing device configures a matching engine for each service according to the characteristics of the service, and a matching rule corresponding to each matching engine, the number of the matching engines configured for each service may be the same or different, and the number of the matching rules corresponding to each matching engine may be the same or different, taking one service (service a) as an example:
the information processing equipment configures M matching engines for the service A, configures N matching rules for each matching engine, and stores the matching rules; wherein M, N is an integer greater than 0.
In specific implementation, if the same matching engine is configured for different services, the matching engines are multiplexed together;
the matching rules corresponding to the same matching engines among different services are the same or different.
The configuration information may be stored in a configuration file or a database.
The matching engine in the embodiment of the application is a general function, and can be used as an interface to externally implement a certain function, such as calling a matching rule, and judging whether matching is successful or not from parameter information acquired from a business code.
The following describes in detail a process of sending service change information in an embodiment of the present application with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a schematic diagram of a service change information sending process in an embodiment of the present application. The method comprises the following specific steps:
step 101, when determining that the service state of a service changes, the information processing device obtains the attribute value of the parameter of the changed object of the service from the service code, and obtains all locally stored matching engines configured for the service.
Step 102, the information processing device traverses the matching engine corresponding to the service.
When the information processing equipment configures a matching engine for each service, the information processing equipment also configures a priority for each matching engine; in specific implementation, priority can be allocated to each matching engine according to business characteristics, matching rules corresponding to the matching engines with high priority are preferentially matched, and if matching is successful, information is sent aiming at the matching engines.
And if the matching engine is configured with priority, traversing the matching engines corresponding to the service according to the sequence of the priority from high to low when traversing the matching engines corresponding to the service.
Step 103, when the information processing apparatus traverses a matching engine, if the attribute value of the parameter of the change object of the service is determined to match the parameter values configured in all the matching rules in the matching engine, it is determined that the matching is successful.
And if all the matching engines are traversed and no matching engine which is successfully matched exists, the information is not sent, namely the template is obtained, the information is not assembled, and the information is not sent.
And 104, the information processing equipment acquires the stored information template corresponding to the matching engine, acquires a service change object from the service code, assembles an information sending object and sending information by using the acquired service change object and the information template, and sends the sending information to the information sending object.
When the matching engine is configured for the service, the information template type is also configured for each engine, and the specific types are as follows: an internal system or an external system.
The information processing device acquires the information template corresponding to the matching engine, and comprises:
if the corresponding information template is determined to be the internal system information template according to the information template type configured for the matching engine, the corresponding information template is locally obtained; and if the corresponding information template is determined to be the external system information template according to the information template type configured for the matching engine, acquiring the corresponding information template through a template interface provided for calling the external system information template.
Whether the external system information template or the internal system information template stores some fixed content in the template, a plurality of different instances of reusable templates or content can be constructed.
In this step, the information template is not obtained from the service code, and the method of assembling and sending information after obtaining the template and the service change object is not limited in this application.
The following describes the service change information sending process in detail by way of specific example.
Aiming at the mobile phone communication traffic service, two matching engines are configured: a matching engine 1 and a matching engine 2; the matching engine 1 increases configured interfaces aiming at monthly rent flow of the service, the matching engine 2 decreases configured interfaces aiming at monthly rent flow of the service, and the priority of the configured matching engine 1 is greater than that of the matching engine 2;
before the service is changed, monthly rent flow is less than 30M and monthly rent flow is more than 100M after the service is changed aiming at the matching rule corresponding to the matching engine 1; and aiming at the matching rule corresponding to the matching engine 2, before the service is changed, the monthly rental flow is more than 500M, and after the service is changed, the monthly rental flow is less than 100M.
Configuring the information template type as an internal system for the matching engine 1; the type of information template configured for the matching engine 2 is an external system.
When monthly rental traffic is changed from 30M to 100M, attribute values 30 and 100 of parameters of a change object (13899999999) of the mobile phone traffic service are acquired, 2 stored matching engines configured for the service are acquired, the matching engines are sorted according to the priority of each matching engine, and the matching engine 1 and the matching engine 2 are sequentially traversed according to the sorted order.
When traversing to the matching engine 1, according to the attribute values 30 and 100 and the matching rule corresponding to the matching engine 1, determining that the matching is successful, and then not traversing the next matching engine (matching engine 2); if the template type configured for the matching engine 1 is an internal system, the corresponding internal system information template is locally obtained, and information is assembled by using the service change object 13899999999 and the obtained information template and is sent to the object 13899999999, so as to prompt that the mobile phone traffic of the object is increased.
The specific content of the template is not limiting.
The relevant configuration information for the service configuration, such as the matching engine, the priority, the matching rule, the template type and the like, can be modified according to the actual application, such as the requirement of service change, and the service code is not required to be modified in the processing, so that the online operation of the service code and the readability of the service code are not influenced.
Based on the same inventive concept, the embodiment of the application also provides a service change information sending device. Referring to fig. 2, fig. 2 is a schematic structural diagram of an apparatus applied to the above technology in the embodiment of the present application. The device includes: a configuration unit 201, an acquisition unit 202, a matching unit 203, a processing unit 204 and a transmission unit 205;
a configuration unit 201, configured to configure M matching engines for a service, configure N matching rules for each matching engine, and store the matching rules;
an obtaining unit 202, configured to, when it is determined that a service state of a service changes, obtain an attribute value of a parameter of a change object of the service from a service code, and obtain all matching engines configured for the service and stored in the configuration unit 201; when the matching unit 203 is successfully matched, the stored information template corresponding to the matching engine is obtained, and a service change object is obtained from the service code;
a matching unit 203, configured to traverse the matching engine corresponding to the service acquired by the acquiring unit 202; when traversing to a matching engine, if the attribute value of the parameter of the changed object of the service is matched with the configured parameter values in all the matching rules in the matching engine, determining that the matching is successful;
a processing unit 204, configured to assemble an information transmission object and transmission information using the service change object and the information template acquired by the acquisition unit 202;
a sending unit 205, configured to send the sending information assembled by the processing unit 204 to the information sending target.
Preferably, the first and second liquid crystal films are made of a polymer,
a configuration unit 201, further configured to configure a priority for each matching engine;
the matching unit 203 is further configured to traverse the matching engines corresponding to the services according to a sequence from high to low in priority when traversing the matching engines corresponding to the services.
Preferably, the first and second liquid crystal films are made of a polymer,
a configuration unit 201, further configured to configure an information template type for each matching engine: an internal system or an external system;
the processing unit 204 is specifically configured to, when the stored information template corresponding to the matching engine is obtained, if it is determined that the corresponding information template is the internal system information template according to the information template type configured for the matching engine by the configuration unit 201, locally obtain the corresponding information template; if the corresponding information template is determined to be the external system information template according to the information template type configured by the configuration unit 201 for the matching engine, the corresponding information template is obtained through a template interface provided for calling the external system information template.
Preferably, the first and second liquid crystal films are made of a polymer,
the sending unit 205 is further configured to not send information when the matching unit 203 completes traversing all the matching engines and there is no matching engine with a successful matching.
Preferably, the first and second liquid crystal films are made of a polymer,
if the same matching engine is configured for different services, the matching engines are multiplexed together;
the matching rules corresponding to the same matching engines among different services are the same or different.
The units of the above embodiments may be integrated into one body, or may be separately deployed; may be combined into one unit or further divided into a plurality of sub-units.
Based on the same inventive concept, the application also provides the electronic equipment for sending the service change information. Referring to fig. 3, fig. 3 is a schematic diagram of a hardware structure of an electronic device in the embodiment of the present application.
The electronic device shown in fig. 3 comprises at least a central processor 301, a memory 302. The memory 302 and the at least one central processing unit 301 are connected by a bus, the memory 302 is used for storing computer instructions, when the electronic device is running, the at least one central processing unit 301 executes the computer instructions stored in the memory 302, so that the electronic device executes the specific processes of the method described above.
Based on the same inventive concept, the present application also proposes a computer-readable storage medium storing computer instructions for causing the computer to perform the above-mentioned method.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
In summary, by means of the configurability of the service change information sending rule, when a service is changed, only the parameter of the changed service object in the service code is obtained, and the judgment of whether the service change information is sent or not and the assembly of the information are realized outside the service code, so that the service change information can be sent without modifying the service code and influencing the online of the service.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method for sending service change information, the method comprising:
configuring M matching engines for a service, configuring N matching rules for each matching engine, and storing the matching rules; wherein M, N is an integer greater than 0;
when the service state change of a service is determined, acquiring the attribute value of the changed object parameter of the service from the service code, and acquiring all locally stored matching engines configured for the service;
traversing the matching engine corresponding to the service;
when traversing to a matching engine, if the attribute value of the parameter of the changed object of the service is matched with the configured parameter values in all the matching rules in the matching engine, determining that the matching is successful;
acquiring a stored information template corresponding to the matching engine, acquiring a service change object from a service code, assembling an information sending object and sending information by using the acquired service change object and the information template, and sending the sending information to the information sending object;
wherein the method further comprises:
in configuring the matching engines for the business, an information template type is also configured for each matching engine: an internal system or an external system;
the obtaining of the stored information template corresponding to the matching engine includes:
if the corresponding information template is determined to be the internal system information template according to the information template type configured for the matching engine, the corresponding information template is locally obtained; and if the corresponding information template is determined to be the external system information template according to the information template type configured for the matching engine, acquiring the corresponding information template through a template interface provided for calling the external system information template.
2. The method of claim 1, further comprising: configuring a priority for each matching engine;
and traversing the matching engines corresponding to the services according to the sequence of the priority from high to low when traversing the matching engines corresponding to the services.
3. The method of claim 1, further comprising:
and when all the matching engines are traversed and no matching engine with successful matching exists, no information is sent.
4. The method according to any one of claims 1-3, wherein the method further comprises:
if the same matching engine is configured for different services, the matching engines are multiplexed together;
the matching rules corresponding to the same matching engines among different services are the same or different.
5. A service change information transmission device, comprising: the device comprises a configuration unit, an acquisition unit, a matching unit, a processing unit and a sending unit;
the configuration unit is used for configuring M matching engines for a service, configuring N matching rules for each matching engine and storing the matching rules; wherein M, N is an integer greater than 0;
the acquiring unit is used for acquiring the attribute value of the parameter of the changed object of the service from the service code when the service state change of the service is determined, and acquiring all the matching engines which are stored by the configuration unit and configured for the service; when the matching unit is successfully matched, acquiring a stored information template corresponding to the matching engine, and acquiring a service change object from a service code;
the matching unit is used for traversing the matching engine corresponding to the service acquired by the acquisition unit; when traversing to a matching engine, if the attribute value of the parameter of the changed object of the service is matched with the configured parameter values in all the matching rules in the matching engine, determining that the matching is successful;
the processing unit is used for assembling an information sending object and sending information by using the service change object and the information template acquired by the acquisition unit;
the sending unit is used for sending the sending information assembled by the processing unit to an information sending object;
wherein the content of the first and second substances,
the configuration unit is further configured to configure an information template type for each matching engine: an internal system or an external system;
the processing unit is specifically configured to, when the stored information template corresponding to the matching engine is acquired, locally acquire the corresponding information template if the corresponding information template is determined to be an internal system information template according to the information template type configured for the matching engine by the configuration unit; and if the corresponding information template is determined to be the external system information template according to the information template type configured for the matching engine by the configuration unit, acquiring the corresponding information template through a template interface provided for calling the external system information template.
6. The apparatus of claim 5,
the configuration unit is further used for configuring a priority for each matching engine;
and the matching unit is further used for traversing the matching engines corresponding to the services according to the sequence of the priorities from high to low when traversing the matching engines corresponding to the services.
7. The apparatus of claim 5,
the sending unit is further configured to not send information when the matching unit completes traversing all the matching engines and there is no matching engine with a successful matching.
8. The apparatus according to any one of claims 5 to 7,
if the same matching engine is configured for different services, the matching engines are multiplexed together;
the matching rules corresponding to the same matching engines among different services are the same or different.
9. An electronic device, comprising:
at least one central processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one central processor; wherein the content of the first and second substances,
the memory stores instructions executable by the one central processor to enable the at least one central processor to perform the method of any one of claims 1-4.
10. A computer-readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1-4.
CN201710259233.7A 2017-04-20 2017-04-20 Service change information sending method and device, electronic equipment and storage medium Active CN108733425B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710259233.7A CN108733425B (en) 2017-04-20 2017-04-20 Service change information sending method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710259233.7A CN108733425B (en) 2017-04-20 2017-04-20 Service change information sending method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN108733425A CN108733425A (en) 2018-11-02
CN108733425B true CN108733425B (en) 2021-07-20

Family

ID=63924786

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710259233.7A Active CN108733425B (en) 2017-04-20 2017-04-20 Service change information sending method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN108733425B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535163A (en) * 2020-04-22 2021-10-22 北京沃东天骏信息技术有限公司 Method and device for generating message
CN115129324B (en) * 2022-07-28 2023-03-24 北京天融信网络安全技术有限公司 Rule matching method, device, electronic equipment and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102595305A (en) * 2012-02-07 2012-07-18 中国联合网络通信集团有限公司 Processing method and system for customizing teleservice packages
CN103581867A (en) * 2013-11-19 2014-02-12 华为技术有限公司 Service package switching method, device and system
CN105813047A (en) * 2014-12-31 2016-07-27 中国移动通信集团吉林有限公司 Flow regulation and control method, device and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101820381B (en) * 2009-02-27 2013-06-12 华为技术有限公司 Method, system and device for routing service
CN101635643B (en) * 2009-08-31 2012-06-06 中国联合网络通信集团有限公司 Method and system for changing terminal service and network management platform
CN102625266A (en) * 2011-01-28 2012-08-01 北京云系天瑞科技有限公司 Intelligent terminal and information processing method thereof
CN102546259B (en) * 2012-01-20 2018-03-09 中兴通讯股份有限公司 Interface parameters transmission method and device
CN105791343B (en) * 2014-12-19 2019-09-03 中国移动通信集团公司 Intelligent home information interactive system, method and relevant device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102595305A (en) * 2012-02-07 2012-07-18 中国联合网络通信集团有限公司 Processing method and system for customizing teleservice packages
CN103581867A (en) * 2013-11-19 2014-02-12 华为技术有限公司 Service package switching method, device and system
CN105813047A (en) * 2014-12-31 2016-07-27 中国移动通信集团吉林有限公司 Flow regulation and control method, device and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
智能网短信业务受理系统;谢超;《中国优秀硕士学位论文全文数据库 信息科技辑》;20120215;I136-185 *

Also Published As

Publication number Publication date
CN108733425A (en) 2018-11-02

Similar Documents

Publication Publication Date Title
CN107889069B (en) Short message gateway selection method, device, server and readable storage medium
CN110119292A (en) System operational parameters querying method, matching process, device and node device
CN110532107B (en) Interface calling method, device, computer equipment and storage medium
CN108733425B (en) Service change information sending method and device, electronic equipment and storage medium
CN112615753A (en) Link abnormity tracking method, first node, second node and link
CN110909013A (en) Service list generation method, device, equipment and computer readable storage medium
CN113098852B (en) Log processing method and device
CN116308236A (en) Mail processing method, mail processing device, electronic equipment and storage medium
US9160811B2 (en) Client provisioning with enhanced linking
CN109104297A (en) A kind of processing method and processing device of operation flow
CN115328457A (en) Method and device for realizing form page based on parameter configuration
CN115774837A (en) Signal verification method, device, equipment, medium, program product and vehicle
CN115705476A (en) Information display method and device, electronic equipment and computer readable medium
CN113240499A (en) Order processing method and device based on system switching
CN107872493A (en) A kind of information processing method, terminal and server
CN108471422B (en) Method, device, server and medium for judging remote login
CN112055058A (en) Data storage method and device and computer readable storage medium
CN110493735A (en) A kind of SMS processing method and device
CN114219305B (en) Method and system for enhancing stability of network vehicle-closing wind control system
CN110569673A (en) Data file processing method, device, equipment and storage medium
CN112770277A (en) Forwarding number verification method and device, mobile terminal and computing equipment
CN109873908A (en) Junk call index identification method, device, computer equipment and storage medium
CN112929321B (en) Authentication method, device and terminal equipment
CN110022538B (en) Method and device for identifying traffic type
CN111639085B (en) Data asynchronous checking method and device

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