CN110866757B - Overdraft prevention method and device for electronic account - Google Patents

Overdraft prevention method and device for electronic account Download PDF

Info

Publication number
CN110866757B
CN110866757B CN201911133652.1A CN201911133652A CN110866757B CN 110866757 B CN110866757 B CN 110866757B CN 201911133652 A CN201911133652 A CN 201911133652A CN 110866757 B CN110866757 B CN 110866757B
Authority
CN
China
Prior art keywords
account
electronic account
checking
transaction
check
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
CN201911133652.1A
Other languages
Chinese (zh)
Other versions
CN110866757A (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.)
Digital China Financial Software Co ltd
Original Assignee
Digital China Financial Software 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 Digital China Financial Software Co ltd filed Critical Digital China Financial Software Co ltd
Priority to CN201911133652.1A priority Critical patent/CN110866757B/en
Publication of CN110866757A publication Critical patent/CN110866757A/en
Application granted granted Critical
Publication of CN110866757B publication Critical patent/CN110866757B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/401Transaction verification

Abstract

The invention provides a overdraft prevention method and device for an electronic account. The method comprises the following steps: in overdrawing checking transactions, locking an electronic account to be checked by using a logic lock; checking whether the electronic account is overdrawn by comparing the payment amount with the balance of the electronic account; after the check is completed, the logical lock that locked the electronic account is immediately released in the overdraft check transaction. The overdraft prevention method and device for the electronic account can improve concurrency and response time of the electronic account system and experience of clients.

Description

Overdraft prevention method and device for electronic account
Technical Field
The present invention relates to the technical field of financial information processing, and in particular, to a method and an apparatus for preventing overdraft of an electronic account.
Background
Electronic account systems often have electronic account deduction and posting which are concurrent with multiple payment channels, and in order to prevent overdrawing or locking of the electronic account, different technical methods are adopted by each electronic account system to prevent the problems. When the same electronic account has a large concurrent deduction condition, some systems consider imperfection, and the balance of the electronic account is not strictly checked, so that overdraft of the electronic account is caused; some systems, although using a row lock of a database, bring a risk of system performance degradation; the mechanism of database row lock can not smoothly transition when supporting various databases and adopting database splitting and table splitting, and can not support the imperfect or inapplicable situation; some systems lock the electronic account first and then check the balance of the electronic account, and the processing mechanism locks resources in the whole transaction processing process, so that the system resource waste is caused, the performance of the system and the transaction response time are influenced, the concurrency of service processing is reduced, and the satisfaction degree of clients is reduced.
Based on the above situation, how to design a method capable of effectively preventing overdraft of the electronic account under the condition of concurrent transaction of multiple payment channels, improving system performance and throughput, enhancing customer experience, and ensuring that the electronic account is safe and reliable is called a big pain point of the electronic account system.
Disclosure of Invention
The invention aims to solve the technical problem of providing an overdraft prevention method and device for an electronic account, which can improve the concurrency and response time of the electronic account system and the experience of clients.
In order to solve the technical problems, the invention provides a overdraft prevention method for an electronic account, which comprises the following steps: in overdrawing checking transactions, locking an electronic account to be checked by using a logic lock; checking whether the electronic account is overdrawn by comparing the payment amount with the balance of the electronic account; after the check is completed, the logical lock that locked the electronic account is immediately released in the overdraft check transaction.
In some implementations, the logical lock is identified with an identification number of the locked electronic account; releasing a logical lock that locks an electronic account, comprising: and unlocking the logic lock according to the identification number of the electronic account for identifying the logic lock.
In some embodiments, after the electronic account is locked using the logical lock, no other applications are allowed access to all of the business data associated with the electronic account.
In some embodiments, further comprising: before the electronic account to be checked is locked by using the logic lock, overdrawing checking transaction is adopted to check the electronic account information and transaction information associated with the electronic account in a unified way.
In some embodiments, the content of the unified check involves: account limit checking, account password checking, account security authentication mode checking, transaction limit checking, blacklist checking, account available balance checking.
In some implementations, the account limit check is a check of whether an account limit condition is met in the current transaction; the account password checking is checking of the security of the account password; the account security authentication mode check is a check of whether the security authentication mode adopted in the current transaction is legal or not; the transaction limit check is a check of whether the current transaction exceeds the transaction limit of the account; the blacklist checking is a checking of whether the transaction object is a shielding object in the blacklist; the account available balance check is to check whether the account available balance meets the business requirements of the payment.
In some embodiments, further comprising: after checking whether the electronic account is overdrawn by comparing the payment amount with the balance of the electronic account, the balance of the account is updated according to the lender and the transaction amount of the transaction occurring before the logical lock locking the electronic account is immediately released in the overdrawn checking transaction.
In some embodiments, further comprising: after checking whether the electronic account is overdrawn by comparing the payment amount with the balance of the electronic account, the submitting of the database transaction is performed before the logical lock that locks the electronic account is immediately released from the overdrawn checking transaction.
In addition, the invention also provides an overdraft prevention device of the electronic account, which comprises: one or more processors; and a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the overdraft prevention method for electronic accounts according to the foregoing.
With such a design, the invention has at least the following advantages:
the novel method for preventing overdraft of the electronic account is provided, and the concurrency and response time of the electronic account system and the experience of clients are improved. The device is controlled according to the business processing flow of the electronic account system, and adopts a simple, efficient and general technical method to achieve the purpose of preventing overdraft of the electronic account and reduce the complexity of the electronic account system.
Drawings
The foregoing is merely an overview of the present invention, and the present invention is further described in detail below with reference to the accompanying drawings and detailed description.
FIG. 1 is a flow chart of a method for preventing overdraft of an electronic account provided by an embodiment of the invention;
fig. 2 is a block diagram of an overdraft prevention device for an electronic account according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
Fig. 1 shows a flowchart of the overdraft prevention method for an electronic account provided by the invention. Referring to fig. 1, the overdraft prevention method of the electronic account includes:
s11, uniformly checking the electronic account information and the associated information associated with the electronic account by adopting overdraft checking transaction.
Electronic account checking, mainly comprising: and checking various services such as account passwords, account available balance checking and the like, and adopting a parallel checking mode for improving the system performance.
Electronic account checking includes checking account information, transaction information of an occurring service, such as: account restriction checking, account password checking, account security authentication mode checking, transaction quota checking, blacklist checking, account available balance checking and the like, and in order to improve the system performance, a parallel checking mode is adopted, namely: and all the inspection is performed simultaneously, and finally the inspection results are unified and combined. If one of the checks fails, an error is returned and the transaction is terminated; if each check item passes, the subsequent business processing is continued.
S12, locking the electronic account to be checked by using the logic lock in the overdraft checking transaction.
And locking the electronic account, wherein after the preamble business of the electronic account passes the inspection, the electronic account is ready to be subjected to the locking processing before the processing time point of the account, and the unique identification of the electronic account is used as the locking identification of the logic lock by using the logic locking mechanism provided by the system at the moment to carry out the locking processing of the logic lock on the electronic account participating in the transaction.
After the electronic account preamble business is checked and passed, preparing a mobile account processing time point, adopting a logic lock provided by a system at the moment, using a unique identification of the electronic account as a logic lock locking identification, and carrying out logic lock locking processing on the electronic account participating in the transaction to ensure the safety and the monetary accuracy of the balance of the electronic account; and simultaneously, the requirements of using different databases and the database and table splitting requirements of a distributed system are met.
After the locking process, other transactions can not access the business data of the electronic account except for the overdraft check transaction which is currently executing overdraft check.
S13, comparing the payment amount with the balance of the electronic account to check whether the electronic account is overdraft or not.
And checking the balance of the electronic account, wherein in order to prevent overdrawing of the balance of the account, checking the balance of the account again at the moment, ensuring that the available balance of the account is more than or equal to the payment amount and meeting the business requirement of payment.
In order to prevent overdraft of the balance of the electronic account, at this time, checking the balance of the electronic account again, namely whether the available balance of the electronic account is more than or equal to the payment amount, if the condition is met, continuing the transaction, otherwise reporting errors to terminate the transaction and releasing the logical lock of the electronic account, thereby ensuring that the electronic account is not overdraft.
S14, updating the balance of the account according to the lender and the transaction amount generated by the transaction.
Updating the balance of the electronic account, and updating the balance of the electronic account according to the lender and the transaction amount of the transaction.
Updating the balance of the account according to the lender and the transaction amount of the transaction.
S15, submitting the database transaction.
And after the database transaction is submitted and the balance of the electronic account is updated, the database transaction can be submitted directly, and the consistency of the whole business processing is ensured.
And submitting the database transaction, namely after updating the balance of the electronic account, submitting the database transaction, and ensuring the consistency of the whole business processing.
S16, immediately unlocking the logic lock for locking the electronic account in the overdraft checking transaction.
Unlocking the electronic account, unlocking the logic lock of the electronic account, and unlocking the logic lock according to the identification when the electronic account is locked, so that the integrity of the whole service processing and the normal operation of the subsequent service are ensured.
Releasing the logic lock of the electronic account, and unlocking the logic lock according to the unique identifier of the electronic account used for locking, so that the integrity of the whole service processing and the normal operation of the follow-up service are ensured.
The invention aims to provide a novel method for preventing overdraft of an electronic account, which improves the concurrency and response time of the electronic account system and the experience of clients. The device is controlled according to the business processing flow of the electronic account system, and adopts a simple, efficient and general technical method to achieve the purpose of preventing overdraft of the electronic account and reduce the complexity of the electronic account system.
Through the double balance checking mechanism of the steps S11 and S13, on one hand, the time for locking system resources is reduced in the transaction execution process, the concurrency of the system payment transaction and the performance of system processing are improved, and meanwhile, the reliability of electronic account balance checking is ensured, namely, the overdrawing of the electronic account balance is completely prevented.
Through the logical locking and unlocking mechanism of the electronic account in the steps S12 and S16, the safety, the accuracy and the concurrency of the balance updating of the electronic account are ensured; and meanwhile, support to different databases and applicability under the condition of database and table division of a distributed system are improved, and expansibility and universality of the system are improved.
The invention thoroughly realizes the prevention of overdrawing of the electronic account under the condition of concurrent transaction of multiple payment channels, improves the concurrency of the payment transaction of the system and the performance of the processing of the system, has simple and universal technical realization, and helps banks to improve the business innovation capability and the experience of clients.
Fig. 2 is a structural view of the overdraft prevention device of the electronic account of the present invention. Referring to fig. 2, the overdraft prevention device of the electronic account includes: a Central Processing Unit (CPU) 201, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) or a program loaded from a storage section 508 into a Random Access Memory (RAM) 203. In the RAM 203, various programs and data required for the system operation are also stored. The CPU 201, ROM 202, and RAM 203 are connected to each other through a bus 204. An input/output (I/O) interface 205 is also connected to bus 204.
The following components are connected to the I/O interface 205: an input section 206 including a keyboard, a mouse, and the like; an output portion 207 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker, and the like; a storage section 208 including a hard disk or the like; and a communication section 209 including a network interface card such as a LAN card, a modem, and the like. The communication section 209 performs communication processing via a network such as the internet. The drive 210 is also connected to the I/O interface 205 as needed. A removable medium 211 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed on the drive 210 as needed, so that a computer program read out therefrom is installed into the storage section 208 as needed.
In particular, according to embodiments of the present invention, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present invention include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the flowcharts. In such an embodiment, the computer program may be downloaded and installed from a network via the communication portion 209, and/or installed from the removable medium 211. The above-described functions defined in the method of the present invention are performed when the computer program is executed by a Central Processing Unit (CPU) 201.
The invention aims to provide a novel method for preventing overdrawing of an electronic account, which reduces the complexity of system technology implementation and improves the concurrency, response time and customer experience of the electronic account system. The device is controlled according to the business processing flow of each electronic account system, so as to achieve the purpose of preventing overdraft of the electronic account.
Electronic account logical locking mechanism: the logic locking mechanism provided by the system is simple and efficient, so that the safety, the accuracy and the concurrency of balance updating of the electronic account are ensured; simultaneously, support to different databases and applicability under the condition of database and table division of a distributed system are improved, and expansibility and universality of the system are improved;
electronic account double balance checking mechanism: checking the balance of the electronic account twice, checking the balance for the first time, and filtering the electronic account which does not meet the balance checking condition without locking the system resources as the primary service check; the second balance verification is performed after the logic locking of the electronic account, and due to the uniqueness of program execution after the logic locking, the current verified account balance is ensured to be the latest balance of the electronic account, so that the electronic account is ensured not to be overdrawn. By means of the double balance checking mechanism, on one hand, in the transaction execution process, the time for locking system resources is reduced, the concurrency of system payment transaction and the performance of system processing are improved, meanwhile, the reliability of electronic account balance checking is guaranteed, and the situation of overdrawing of the electronic account balance is completely prevented.
The above description is only of the preferred embodiments of the present invention, and is not intended to limit the invention in any way, and some simple modifications, equivalent variations or modifications can be made by those skilled in the art using the teachings disclosed herein, which fall within the scope of the present invention.

Claims (5)

1. A method for preventing overdraft in an electronic account, comprising:
and uniformly checking the electronic account information and the associated information associated with the electronic account by adopting overdraft checking transaction, wherein the content of the uniform checking relates to: checking account limit, checking account password, checking account security authentication mode, checking transaction limit, checking blacklist and checking account available balance; if any item of associated information is not checked, an error is returned, and the transaction is terminated; if the inspection is completely passed, continuing the subsequent steps;
in overdrawing checking transactions, locking an electronic account to be checked by using a logic lock;
checking whether the electronic account is overdrawn by comparing the payment amount with the balance of the electronic account;
updating the balance of the account according to the lender and the transaction amount of the transaction;
after the check is completed, the logical lock that locked the electronic account is immediately released in the overdraft check transaction.
2. The method of claim 1, wherein the logical lock is identified with an identification number of the locked electronic account;
a logical lock for immediately unlocking an electronic account in a overdraft check transaction, comprising: and unlocking the logic lock according to the identification number of the electronic account for identifying the logic lock.
3. The overdraft prevention method of an electronic account according to claim 1, wherein the account restriction check is a check of whether an account restriction condition is satisfied in a current transaction;
the account password checking is checking of the security of the account password;
the account security authentication mode check is a check of whether the security authentication mode adopted in the current transaction is legal or not;
the transaction limit check is a check of whether the current transaction exceeds the transaction limit of the account;
the blacklist checking is a checking of whether the transaction object is a shielding object in the blacklist;
the account available balance check is to check the available balance of the electronic account to see if the balance can meet the payment business requirements.
4. The method for preventing overdraft in an electronic account according to claim 1, further comprising:
after checking whether the electronic account is overdrawn by comparing the payment amount with the balance of the electronic account, the submitting of the database transaction is performed before the logical lock that locks the electronic account is immediately released from the overdrawn checking transaction.
5. An overdraft prevention device for an electronic account, comprising:
one or more processors;
storage means for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the overdraft prevention method of an electronic account according to any one of claims 1 to 4.
CN201911133652.1A 2019-11-19 2019-11-19 Overdraft prevention method and device for electronic account Active CN110866757B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911133652.1A CN110866757B (en) 2019-11-19 2019-11-19 Overdraft prevention method and device for electronic account

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911133652.1A CN110866757B (en) 2019-11-19 2019-11-19 Overdraft prevention method and device for electronic account

Publications (2)

Publication Number Publication Date
CN110866757A CN110866757A (en) 2020-03-06
CN110866757B true CN110866757B (en) 2024-02-13

Family

ID=69655366

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911133652.1A Active CN110866757B (en) 2019-11-19 2019-11-19 Overdraft prevention method and device for electronic account

Country Status (1)

Country Link
CN (1) CN110866757B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117271546B (en) * 2023-11-23 2024-03-01 卓望数码技术(深圳)有限公司 Method, device, equipment and storage medium for processing concurrent access of resources

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0935041A1 (en) * 1998-02-09 1999-08-11 Christian Martineau Apparatus and method for physical or logical access control
JPH11259582A (en) * 1998-03-06 1999-09-24 Hitachi Software Eng Co Ltd Money receiving and dispensing processing system
JP2005316534A (en) * 2004-04-27 2005-11-10 A Line Kk E-commerce system
CN101350022A (en) * 2008-08-27 2009-01-21 中国工商银行股份有限公司 Changing process method based on database logical lock
CN101377838A (en) * 2007-08-30 2009-03-04 北京方维银通科技有限公司 Data safety processing method
GB201212347D0 (en) * 2012-07-11 2012-08-22 Green Peter E Improvementa in relation to electronic security
CN104158721A (en) * 2014-07-15 2014-11-19 神州数码融信软件有限公司 Basic information interaction system
US9239858B1 (en) * 2013-03-14 2016-01-19 Amazon Technologies, Inc. High-concurrency transactional commits
US9514006B1 (en) * 2015-12-16 2016-12-06 International Business Machines Corporation Transaction tracking within a microprocessor
CN106204044A (en) * 2015-04-30 2016-12-07 深圳市银信网银科技有限公司 Payment systems based on different fund servers and method of payment, device and server
CN107749882A (en) * 2017-10-19 2018-03-02 柠创科技(深圳)有限公司 A kind of leased equipment unlocking method, device end, Cloud Server and system
CN107808340A (en) * 2017-09-08 2018-03-16 海联金汇科技股份有限公司 A kind of credit card management method and equipment
EP3460693A1 (en) * 2017-09-22 2019-03-27 Sensormatic Electronics LLC Methods and apparatus for implementing identity and asset sharing management
CN109919623A (en) * 2019-02-28 2019-06-21 泰康保险集团股份有限公司 Prevent account overdraw method, apparatus, equipment and readable storage medium storing program for executing

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7664698B2 (en) * 2002-09-30 2010-02-16 Ifedayo Udiani Simplified internet payment, security, & tax administration protocol (SIPSTAP)
US8738485B2 (en) * 2007-12-28 2014-05-27 Visa U.S.A. Inc. Contactless prepaid product for transit fare collection
US20090138397A1 (en) * 2007-11-23 2009-05-28 Bansi Lal Sharma Credit card payment system and method
US10043342B2 (en) * 2014-09-25 2018-08-07 Bally Gaming, Inc. Methods and systems for wagering games
US10467709B2 (en) * 2016-08-31 2019-11-05 Paypal, Inc. Preemptive data processing to mitigate against overdraft and declined transaction
US20190347659A1 (en) * 2018-05-14 2019-11-14 International Business Machines Corporation Electronic Transaction System Having Extended Overdraft Protection

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0935041A1 (en) * 1998-02-09 1999-08-11 Christian Martineau Apparatus and method for physical or logical access control
JPH11259582A (en) * 1998-03-06 1999-09-24 Hitachi Software Eng Co Ltd Money receiving and dispensing processing system
JP2005316534A (en) * 2004-04-27 2005-11-10 A Line Kk E-commerce system
CN101377838A (en) * 2007-08-30 2009-03-04 北京方维银通科技有限公司 Data safety processing method
CN101350022A (en) * 2008-08-27 2009-01-21 中国工商银行股份有限公司 Changing process method based on database logical lock
GB201212347D0 (en) * 2012-07-11 2012-08-22 Green Peter E Improvementa in relation to electronic security
US9239858B1 (en) * 2013-03-14 2016-01-19 Amazon Technologies, Inc. High-concurrency transactional commits
CN104158721A (en) * 2014-07-15 2014-11-19 神州数码融信软件有限公司 Basic information interaction system
CN106204044A (en) * 2015-04-30 2016-12-07 深圳市银信网银科技有限公司 Payment systems based on different fund servers and method of payment, device and server
US9514006B1 (en) * 2015-12-16 2016-12-06 International Business Machines Corporation Transaction tracking within a microprocessor
CN107808340A (en) * 2017-09-08 2018-03-16 海联金汇科技股份有限公司 A kind of credit card management method and equipment
EP3460693A1 (en) * 2017-09-22 2019-03-27 Sensormatic Electronics LLC Methods and apparatus for implementing identity and asset sharing management
CN107749882A (en) * 2017-10-19 2018-03-02 柠创科技(深圳)有限公司 A kind of leased equipment unlocking method, device end, Cloud Server and system
CN109919623A (en) * 2019-02-28 2019-06-21 泰康保险集团股份有限公司 Prevent account overdraw method, apparatus, equipment and readable storage medium storing program for executing

Also Published As

Publication number Publication date
CN110866757A (en) 2020-03-06

Similar Documents

Publication Publication Date Title
US11636540B1 (en) Multi-bureau credit file freeze and unfreeze
US8572056B2 (en) System with multiple conditional commit databases
US7257835B2 (en) Securely authorizing the performance of actions
US9569473B1 (en) Method of controlling whether an uncompleted transaction applied against a database goes forward using either synchronous or asynchronous replication, or using either encrypted replication or unencrypted replication
CN111199379A (en) Examination and approval method, examination and approval device and storage medium of workflow engine
CN112101955B (en) Concurrent payment method, system and device
US10296759B1 (en) Method of controlling whether an uncompleted transaction applied against a database goes forward or is aborted, and for modifying the uncompleted transaction so that it can go forward
CN115168341A (en) Service processing method, system, medium and equipment
CN110866757B (en) Overdraft prevention method and device for electronic account
US10176243B1 (en) Method and apparatus for logging non-durable attributes of an uncompleted transaction so as to make such attributes durable
CN108170860A (en) Data query method, apparatus, electronic equipment and computer readable storage medium
CN114493843A (en) Business approval method and device, electronic equipment and computer readable medium
CN113592645A (en) Data verification method and device
WO2019168442A1 (en) Method and system for producing a scoring model
CN114661509A (en) Method, device, terminal equipment and storage medium for field verification based on client parameters
CN109903022B (en) Resource distribution method, device, equipment and computer readable storage medium
CN115439104A (en) Business auditing method, device, equipment and storage medium
CN113821277A (en) Interface calling method and device, computer readable storage medium and electronic equipment
CN114331454A (en) Counter transaction data processing method and device, electronic equipment and storage medium
CN114676399A (en) Data security access method and device, electronic equipment and server
CN113379544A (en) Transaction processing method, device and system
CN115034754A (en) Error file processing method, device, storage medium and program product
US20130041818A1 (en) Processing on-line account requests
CN117217914A (en) Supply chain service processing method, device, electronic equipment and storage medium
CN116451196A (en) Internal employee login method, system, electronic equipment and medium

Legal Events

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