CN111291361A - Information processing method, device, equipment and storage medium - Google Patents

Information processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN111291361A
CN111291361A CN202010123067.XA CN202010123067A CN111291361A CN 111291361 A CN111291361 A CN 111291361A CN 202010123067 A CN202010123067 A CN 202010123067A CN 111291361 A CN111291361 A CN 111291361A
Authority
CN
China
Prior art keywords
service system
authentication result
sending
authentication
information processing
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.)
Pending
Application number
CN202010123067.XA
Other languages
Chinese (zh)
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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202010123067.XA priority Critical patent/CN111291361A/en
Publication of CN111291361A publication Critical patent/CN111291361A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/32User authentication using biometric data, e.g. fingerprints, iris scans or voiceprints

Abstract

The embodiment of the invention provides an information processing method, an information processing device, information processing equipment and a storage medium, wherein the method comprises the following steps: sending the authentication result to a service system, and recording the response duration of receiving a receipt result returned by the service system; and if the response time length is judged to be larger than the preset threshold value, the authentication result is sent to the service system again for a preset number of times. In the embodiment, the authentication result is immediately sent for several times when the response time is too long, so that the authentication result is reliably sent to the service system, the service system can continue to process the service, and the service processing efficiency is improved.

Description

Information processing method, device, equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to an information processing method, an information processing apparatus, an information processing device, and a storage medium.
Background
With the development of the information era, the number of services of each service system is more and more, and in order to ensure the information security of users, many enterprises develop real person authentication platforms for carrying out real person authentication work of each service system.
The existing real person authentication process is that a user transacts related services on a service system, the service system generates order information and synchronizes the order information to a real person authentication platform in real time, the real person authentication platform authenticates and obtains an authentication result through a living body detection mode, a public security authentication mode and a face comparison mode, and the authentication result is sent to the service system in real time.
However, since the number of service systems accessed by the real person authentication platform is large, the authentication result is often sent in a failed manner in the sending process, which results in that the service flow cannot be continued, and the service processing efficiency is reduced.
Disclosure of Invention
Embodiments of the present invention provide an information processing method, apparatus, device, and storage medium, to solve the problem in the prior art that a service process cannot be performed and service processing efficiency is reduced due to the fact that an authentication result is sent and known.
A first aspect of an embodiment of the present invention provides an information processing method, applied to a platform side, including:
sending the authentication result to a service system, and recording the response duration of receiving a receipt result returned by the service system;
and if the response time length is judged to be larger than the preset threshold value, the authentication result is sent to the service system again for a preset number of times.
Optionally, the method further includes: and receiving a receipt result returned by the service system, wherein the receipt result is generated after the service system receives the authentication result.
Optionally, the sending the authentication result to the service system includes: and calling an http real-time interface, and sending the authentication result to a service system through the http real-time interface.
Optionally, the method further includes: and recording a notification log, wherein the notification log comprises the sent authentication result, the response state of the service system, the return receipt result returned by the service system and the regional code corresponding to the service system.
Optionally, the method further includes: reading the notification log according to a preset time interval to obtain an authentication result corresponding to the abnormal response state;
and retransmitting the authentication result corresponding to the abnormal response state to the corresponding service system.
Optionally, the method further includes: generating an account checking file, wherein the account checking file comprises an authentication result of which the sending failure times are more than the preset times within a preset time period;
and sending the reconciliation file to the terminal equipment corresponding to the corresponding regional code.
Optionally, before sending the authentication result to the service system, the method further includes:
receiving an authentication request sent by a service system, wherein the authentication request comprises identity information and face information of a user;
and performing real-name authentication according to the identity information and the face information to obtain an authentication result.
A second aspect of an embodiment of the present invention provides an information processing apparatus including:
the sending module is used for sending the authentication result to the service system and recording the response duration of the receipt result returned by the service system;
and the processing module is used for sending the authentication result to the service system again for a preset number of times if the response time length is judged to be greater than a preset threshold value.
A third aspect of an embodiment of the present invention provides an electronic device, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executes the computer-executable instructions stored in the memory, so that the at least one processor executes the information processing method provided by the first aspect of the embodiment of the present invention.
A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, where computer-executable instructions are stored, and when a processor executes the computer-executable instructions, the information processing method provided in the first aspect of the embodiments of the present invention is implemented.
The embodiment of the invention provides an information processing method, an information processing device, information processing equipment and a storage medium, wherein the authentication result is sent to a service system, and the response duration of a receipt result returned by the service system is recorded; and if the response time length is judged to be larger than the preset threshold value, the authentication result is sent to the service system again for a preset number of times. Therefore, the authentication result is reliably sent to the service system, the service system can continuously process the service, and the service processing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is an application scenario diagram illustrating an information processing method according to an exemplary embodiment of the present invention;
FIG. 2 is a flow diagram illustrating an information processing method in accordance with an exemplary embodiment of the present invention;
fig. 3 is a flowchart illustrating an information processing method according to another exemplary embodiment of the present invention;
fig. 4 is a schematic configuration diagram of an information processing apparatus shown in an exemplary embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The existing real person authentication process is that a user transacts related services on a service system, the service system generates order information and synchronizes the order information to a real person authentication platform in real time, the real person authentication platform authenticates and obtains an authentication result through a living body detection mode, a public security authentication mode and a face comparison mode, and the authentication result is sent to the service system in real time.
However, since the number of service systems accessed by the real person authentication platform is large, the authentication result is often sent in a failed manner in the sending process, which results in that the service flow cannot be continued, and the service processing efficiency is reduced.
Aiming at the defect, the technical scheme of the invention mainly comprises the following steps: sending the authentication result to a service system, and recording the response duration of receiving a receipt result returned by the service system; and if the response time length is judged to be larger than the preset threshold value, the authentication result is sent to the service system again for a preset number of times. By supplementing and sending the authentication result for several times immediately when the response time is too long, the authentication result is ensured to be reliably sent to the service system, the service system can continue to process the service, and the efficiency of service processing is improved.
Fig. 1 is an application scenario diagram illustrating an information processing method according to an exemplary embodiment of the present invention.
As shown in fig. 1, the main architecture of the application scenario provided by this embodiment includes: platform side 101 and business system 102.
The platform end may be, but is not limited to, an actual person authentication platform.
Fig. 2 is a flowchart illustrating an information processing method according to an exemplary embodiment of the present invention, where an execution subject of the method provided in this embodiment may be a platform side in the embodiment illustrated in fig. 1.
As shown in fig. 2, the method provided by the present embodiment may include the following steps.
S201, the authentication result is sent to a service system, and the response time length of the receipt result returned by the service system is recorded.
Specifically, after the platform sends the authentication result to the service system, the service system returns a receipt result to the service system after successfully receiving the authentication result, and if the platform does not receive the receipt result returned by the service system, it indicates that the service system does not successfully receive the authentication result. Therefore, the response time length of the service system is recorded from the transmission of the authentication result.
And S202, if the response duration is judged to be greater than the preset threshold, the authentication result is sent to the service system again for a preset number of times.
The preset threshold may be set according to an actual requirement, for example, set to 60 seconds, and when the response time exceeds 60 seconds, the platform end immediately resends the authentication result to the service system for a preset number of times, where the preset number may be determined according to the actual requirement, for example, 2 times, 3 times, and the like.
It will be appreciated that in order to ensure the efficiency of the traffic system, the number of immediate retransmissions will generally not exceed 3.
In the embodiment, the authentication result is sent to a service system, and the response duration of receiving the receipt result returned by the service system is recorded; and if the response time length is judged to be larger than the preset threshold value, the authentication result is sent to the service system again for a preset number of times. By supplementing and sending the authentication result for several times immediately when the response time is too long, the authentication result is ensured to be reliably sent to the service system, the service system can continue to process the service, and the efficiency of service processing is improved.
Further, the method provided by this embodiment further includes: and receiving a receipt result returned by the service system, wherein the receipt result is generated after the service system receives the authentication result.
Specifically, after receiving the authentication result sent by the platform, the service system generates a receipt result and returns the receipt result to the platform, and after receiving the receipt result, the platform determines that the service system has successfully received the authentication result.
Fig. 3 is a flowchart illustrating an information processing method according to another exemplary embodiment of the present invention, and this embodiment further describes the information processing method in detail based on the embodiment illustrated in fig. 2.
As shown in fig. 3, the method provided by the present embodiment may include the following steps.
S301, the client sends a service handling request to the service system.
S302, the service system receives the service handling request and generates order information according to the service handling request.
And S303, sending the order information to the real person authentication platform.
And S304, after the real person authentication platform receives the order information, receiving a real name authentication request sent by the client.
The order information comprises an order number, identity information of a user and the like, and the real-name authentication request comprises collected face information and the like.
S305, performing living body detection, public security authentication and face comparison according to the real-name authentication request and the order information to obtain an authentication result.
In particular, the specific authentication process of the real person authentication platform can refer to the prior art, and is not described in detail here.
S306, the authentication result is sent to the service system.
Specifically, the real person authentication platform calls an http real-time interface, and the authentication result is sent to a service system through the http real-time interface.
In some embodiments, a message may be generated according to the authentication result, and the message may be sent to the service system through the http real-time interface.
S307, recording the response time length of the receipt result returned by the service system, and if the response time length is judged to be greater than a preset threshold value, sending the authentication result to the service system for a preset number of times again.
S308, recording a notification log, wherein the notification log comprises the sent authentication result, the response state of the service system, the return receipt result returned by the service system and the regional code corresponding to the service system.
Specifically, a notification log is recorded every time an authentication result is sent, wherein the response state of the service system generally comprises two types, namely a successful response state and an abnormal response state, and the successful response state is that the service system successfully receives the authentication result sent by the real person authentication platform and returns a response result to the real person authentication platform; and the abnormal response state is that the authentication result is failed to be sent, and the service system does not return a receipt result to the real person authentication platform.
Further, the notification log further includes a target uniform resource locator, that is, a notification callback address.
S309, reading the notification log according to a preset time interval to obtain an authentication result corresponding to the abnormal response state.
The preset time interval may be determined according to actual requirements, for example, the preset time interval is determined to be 30 minutes, the notification log is scanned every 30 minutes, an authentication result corresponding to the abnormal response state, that is, an authentication result that is not successfully transmitted is obtained, and the authentication result that is not successfully transmitted is retransmitted to the service system.
S310, the authentication result corresponding to the abnormal response state is sent to the corresponding service system again.
In some embodiments, the regional code may be a province code, each province corresponds to a service system, and the corresponding service system may be determined by the regional code.
S311, generating an account checking file, wherein the account checking file comprises an authentication result of which the sending failure times are more than the preset times within a preset time period.
And S312, sending the reconciliation file to the terminal equipment corresponding to the corresponding regional code.
The preset number of times may be 3 times, and the preset time period may be every day.
Specifically, for the authentication result which is not successfully sent to the service system after being sent three times every day, the reconciliation file is generated. And determining the region to be sent of the account checking file according to the region code in the notification log, and sending the region to the terminal equipment corresponding to the region.
For example, the reconciliation document is sent to the mailbox of the corresponding regional interface person by mail.
In this embodiment, reference may be made to the description of the relevant steps in the related method embodiments for those parts not described in detail herein.
In the embodiment, all service systems accessed to the real person authentication platform can reliably receive the authentication result through the forms of responding to overtime, immediately sending the response state, regularly reading the abnormal response state, sending the response state by the center and issuing the account checking file, so that the service systems can continuously process the service, and the efficiency of service processing is improved.
Fig. 4 is a schematic configuration diagram of an information processing apparatus shown in an exemplary embodiment of the present invention.
As shown in fig. 4, the apparatus provided in this embodiment includes: the system comprises a sending module 401 and a processing module 402, wherein the sending module 401 is used for sending an authentication result to a service system and recording the response duration of receiving a receipt result returned by the service system; the processing module 402 is configured to send the authentication result to the service system again for a preset number of times if it is determined that the response duration is greater than the preset threshold.
Further, the information processing apparatus provided in this embodiment further includes: a receiving module 403, configured to receive a receipt result returned by the service system, where the receipt result is generated after the service system receives the authentication result.
Further, the sending module 401 is specifically configured to: and calling an http real-time interface, and sending the authentication result to a service system through the http real-time interface.
Further, the processing module 402 is further configured to: and recording a notification log, wherein the notification log comprises the sent authentication result, the response state of the service system, the return receipt result returned by the service system and the regional code corresponding to the service system.
Further, the processing module 402 is further configured to: reading the notification log according to a preset time interval to obtain an authentication result corresponding to the abnormal response state; the sending module 401 is further configured to resend the authentication result corresponding to the abnormal response state to the corresponding service system.
Further, the processing module 402 is further configured to: generating an account checking file, wherein the account checking file comprises an authentication result of which the sending failure times are more than the preset times within a preset time period; the sending module 401 is further configured to send the reconciliation file to a terminal device corresponding to the corresponding regional code.
Further, the receiving module 403 is further configured to: receiving an authentication request sent by a service system, wherein the authentication request comprises identity information and face information of a user; the processing module 402 is further configured to perform real-name authentication according to the identity information and the face information to obtain an authentication result.
For detailed functional description of each module in this embodiment, reference is made to the description of the embodiment of the method, and the detailed description is not provided herein.
Fig. 5 is a schematic diagram of an electronic hardware structure according to an embodiment of the present invention. As shown in fig. 5, the electronic device 500 provided in the present embodiment includes: at least one processor 501 and memory 502. The processor 501 and the memory 502 are connected by a bus 503.
In a specific implementation process, the at least one processor 501 executes the computer-executable instructions stored in the memory 502, so that the at least one processor 501 executes the information processing method in the above method embodiment.
In this embodiment, the electronic device may be a terminal, such as a mobile phone, a computer, and the like.
For a specific implementation process of the processor 501, reference may be made to the above method embodiments, which implement the similar principle and technical effect, and this embodiment is not described herein again.
In the embodiment shown in fig. 5, it should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
The memory may comprise high speed RAM memory and may also include non-volatile storage NVM, such as at least one disk memory.
The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, the buses in the figures of the present application are not limited to only one bus or one type of bus.
Another embodiment of the present application provides a computer-readable storage medium, in which computer-executable instructions are stored, and when a processor executes the computer-executable instructions, the information processing method in the above method embodiment is implemented.
The computer-readable storage medium may be implemented by any type of volatile or non-volatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk. Readable storage media can be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary readable storage medium is coupled to the processor such the processor can read information from, and write information to, the readable storage medium. Of course, the readable storage medium may also be an integral part of the processor. The processor and the readable storage medium may reside in an Application Specific Integrated Circuits (ASIC). Of course, the processor and the readable storage medium may also reside as discrete components in the apparatus.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. An information processing method, applied to a platform side, includes:
sending the authentication result to a service system, and recording the response duration of receiving a receipt result returned by the service system;
and if the response time length is judged to be larger than the preset threshold value, the authentication result is sent to the service system again for a preset number of times.
2. The method of claim 1, further comprising:
and receiving a receipt result returned by the service system, wherein the receipt result is generated after the service system receives the authentication result.
3. The method of claim 1, wherein sending the authentication result to a business system comprises:
and calling an http real-time interface, and sending the authentication result to a service system through the http real-time interface.
4. The method of claim 2, further comprising:
and recording a notification log, wherein the notification log comprises the sent authentication result, the response state of the service system, the return receipt result returned by the service system and the regional code corresponding to the service system.
5. The method of claim 4, further comprising:
reading the notification log according to a preset time interval to obtain an authentication result corresponding to the abnormal response state;
and retransmitting the authentication result corresponding to the abnormal response state to the corresponding service system.
6. The method of claim 5, further comprising:
generating an account checking file, wherein the account checking file comprises an authentication result of which the sending failure times are more than the preset times within a preset time period;
and sending the reconciliation file to the terminal equipment corresponding to the corresponding regional code.
7. The method according to any of claims 1-6, wherein before sending the authentication result to the business system, the method further comprises:
receiving an authentication request sent by a service system, wherein the authentication request comprises identity information and face information of a user;
and performing real-name authentication according to the identity information and the face information to obtain an authentication result.
8. An information processing apparatus characterized by comprising:
the sending module is used for sending the authentication result to the service system and recording the response duration of the receipt result returned by the service system;
and the processing module is used for sending the authentication result to the service system again for a preset number of times if the response time length is judged to be greater than a preset threshold value.
9. An electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the information processing method of any one of claims 1 to 7.
10. A computer-readable storage medium, characterized in that a computer-executable instruction is stored therein, which when executed by a processor, implements the information processing method according to any one of claims 1 to 7.
CN202010123067.XA 2020-02-27 2020-02-27 Information processing method, device, equipment and storage medium Pending CN111291361A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010123067.XA CN111291361A (en) 2020-02-27 2020-02-27 Information processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010123067.XA CN111291361A (en) 2020-02-27 2020-02-27 Information processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111291361A true CN111291361A (en) 2020-06-16

Family

ID=71030095

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010123067.XA Pending CN111291361A (en) 2020-02-27 2020-02-27 Information processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111291361A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102547706A (en) * 2012-01-30 2012-07-04 杭州华三通信技术有限公司 Management method of network equipment and device thereof
US20140007185A1 (en) * 2012-06-29 2014-01-02 Apple Inc. Automatic Association of Authentication Credentials with Biometrics
CN105119810A (en) * 2015-08-06 2015-12-02 北京农信互联科技有限公司 Instant communication method based on XMPP protocol and system thereof
CN108768991A (en) * 2018-05-18 2018-11-06 阿里巴巴集团控股有限公司 A kind of reality people's authentication method and system
CN109829273A (en) * 2019-02-19 2019-05-31 杭州数梦工场科技有限公司 A kind of identity identifying method, device, system, equipment and readable storage medium storing program for executing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102547706A (en) * 2012-01-30 2012-07-04 杭州华三通信技术有限公司 Management method of network equipment and device thereof
US20140007185A1 (en) * 2012-06-29 2014-01-02 Apple Inc. Automatic Association of Authentication Credentials with Biometrics
CN105119810A (en) * 2015-08-06 2015-12-02 北京农信互联科技有限公司 Instant communication method based on XMPP protocol and system thereof
CN108768991A (en) * 2018-05-18 2018-11-06 阿里巴巴集团控股有限公司 A kind of reality people's authentication method and system
CN109829273A (en) * 2019-02-19 2019-05-31 杭州数梦工场科技有限公司 A kind of identity identifying method, device, system, equipment and readable storage medium storing program for executing

Similar Documents

Publication Publication Date Title
CN111371892A (en) High-concurrency distributed message pushing system and method
US20040199597A1 (en) Method and system for image verification to prevent messaging abuse
CN111343168B (en) Identity authentication method and device, computer equipment and readable storage medium
CN111245934A (en) Feedback method, device and equipment for file transmission and storage medium
CN108696831B (en) Short message sending method and device
CN112579356B (en) Fault processing method and server
CN112672357A (en) Method and device for processing user account in business system and computer equipment
CN108647105B (en) Idempotent control method, device and system in system switching process
CN110225109B (en) Multi-queue data transmission method based on 'industrial and commercial connection' platform
CN110941622A (en) Data processing method and device
CN112437155B (en) Service data processing method and device and server device
CN111291361A (en) Information processing method, device, equipment and storage medium
CN108197459B (en) task activation method, electronic device and computer readable storage medium
CN111782431A (en) Exception processing method, exception processing device, terminal and storage medium
CN112751743A (en) Message sending exception processing method, message sending device and electronic equipment
CN113098978B (en) Data transmission method, device and medium
CN111581613B (en) Account login verification method and system
CN104796314A (en) Service processing method and device
CN109327814B (en) Short message processing method and device, electronic equipment and readable storage medium
CN106330882B (en) Security verification method and security verification device
CN111552907A (en) Message processing method, device, equipment and storage medium
CN112799796A (en) Timed task management method, device and storage medium
JP2009009371A (en) Automatic notification processing system and center device
CN115118628B (en) Abnormal message processing method and device
CN111696275B (en) Method, device, server and storage medium for identifying identity of pickup person

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200616