CN112634024A - Method and device for processing balance of hotspot account - Google Patents

Method and device for processing balance of hotspot account Download PDF

Info

Publication number
CN112634024A
CN112634024A CN202011588790.1A CN202011588790A CN112634024A CN 112634024 A CN112634024 A CN 112634024A CN 202011588790 A CN202011588790 A CN 202011588790A CN 112634024 A CN112634024 A CN 112634024A
Authority
CN
China
Prior art keywords
account
balance
shadow
hotspot
water level
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
CN202011588790.1A
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.)
Jilin Yillion Bank Co ltd
Original Assignee
Jilin Yillion Bank 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 Jilin Yillion Bank Co ltd filed Critical Jilin Yillion Bank Co ltd
Priority to CN202011588790.1A priority Critical patent/CN112634024A/en
Publication of CN112634024A publication Critical patent/CN112634024A/en
Pending legal-status Critical Current

Links

Images

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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a method and a device for processing balance of a hotspot account, wherein the method comprises the following steps: setting N shadow accounts for the hotspot account, wherein N is a positive integer; setting four balance water level lines, wherein the four balance water level lines are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence; and the hot spot account carries out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule. According to the implementation scheme, the balance of the impermissible hot account is dispersed into the shadow account bound with the hot account, the total balance of the hot account is obtained by summarizing the balances of the hot account and the shadow account, the hot account and the shadow accounts can provide account access service at the same time, and the problem that the concurrency amount cannot be improved by means of a database lock serialization request when the balance of the certain impermissible account is frequently updated is solved.

Description

Method and device for processing balance of hotspot account
Technical Field
The invention relates to a data processing technology, in particular to a method and a device for processing balance of a hot spot account.
Background
When the bank core system updates the account balance, the balance updating request is serialized in a pessimistic lock adding mode generally, so that the account balance overdraft cannot be caused. But for the hot spot account which is not overdrawn, the concurrency quantity cannot be improved by means of a database lock serialization request mode when the rest amount is frequently updated.
For example, a company carries out an online loan transaction, which requires a second-level payment, and is popular with the public due to low interest, so that a large number of clients simultaneously request when paying, and at this time, money needs to be deducted from a public account of the company, but in order to ensure that the public account is not overdrawn, the balance of the account needs to be checked, so that the payment requests sent at the same time need to be queued, and the payment efficiency is reduced.
Therefore, how to improve the efficiency of processing the balance update of the hot spot account becomes a problem to be solved urgently by technical personnel in the field.
Disclosure of Invention
In view of this, the present invention provides the following technical solutions:
a balance processing method for a hotspot account comprises the following steps:
setting N shadow accounts for the hotspot account, wherein N is a positive integer;
setting four balance water level lines, wherein the four balance water level lines are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence;
and the hotspot account carries out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule, so that the shadow accounts can carry out account handling.
Optionally, the method further includes:
acquiring an account operation request, wherein the account operation request is an account entry request or an account exit request of the hotspot account;
and distributing the account operation request to the hotspot account or any one shadow account for processing based on a second preset rule.
Optionally, the processing procedure of the shadow account on the account operation request is not embodied in the business data.
Optionally, the hot spot account performs balance allocation management on the N shadow accounts based on the four balance water lines and a first preset rule, including:
when the balance in the shadow account exceeds the high water line, aggregating the amount of money exceeding the high water line into the hotspot account;
when the hotspot account allocates money for each shadow account for the first time, allocating the money of the shadow account to the standard water line;
when the balance in the shadow account is lower than the low water line, the hot spot account supplements the balance in the shadow account to the standard water line;
when the balance in the shadow account is lower than the warning water line, the shadow account is sealed and the balance in the shadow account is collected into the hotspot account.
Optionally, the hot spot account performs balance allocation management on the N shadow accounts based on the four balance water lines and a first preset rule, and further includes:
and when the balance in the shadow account is lower than the low waterline, setting the shadow account to be in a sealed state.
Optionally, the system is further provided with a single use amount upper limit, and the single use amount upper limit is smaller than or equal to the warning waterline.
Optionally, the single use amount upper limits of different shadow accounts are the same or different.
A balance processing apparatus for a hotspot account, comprising:
the account setting module is used for setting N shadow accounts for the hotspot account, wherein N is a positive integer;
the water level line setting module is used for setting four balance water level lines which are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence;
and the balance management module is used for controlling the hotspot account to carry out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule.
Optionally, the method further includes:
the request acquisition module is used for acquiring an account operation request, wherein the account operation request is an account entry request or an account exit request of the hotspot account;
and the request distribution module is used for distributing the account operation request to the hotspot account or any one of the shadow accounts for processing based on a second preset rule.
Optionally, the processing procedure of the shadow account on the account operation request is not embodied in the business data.
Compared with the prior art, the embodiment of the invention discloses a method and a device for processing the balance of a hotspot account, wherein the method comprises the following steps: setting N shadow accounts for the hotspot account, wherein N is a positive integer; setting four balance water level lines, wherein the four balance water level lines are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence; and the hot spot account carries out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule. According to the implementation scheme, the balance of the impermissible hot account is dispersed into the shadow account bound with the hot account, the total balance of the hot account is obtained by summarizing the balances of the hot account and the shadow account, the hot account and the shadow accounts can provide account access service at the same time, and the problem that the concurrency amount cannot be improved by means of a database lock serialization request when the balance of the certain impermissible account is frequently updated is solved.
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, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for processing balance of a hot spot account according to an embodiment of the present invention;
fig. 2 is a flowchart of another hotspot account balance processing method disclosed in the embodiment of the present invention;
FIG. 3 is a diagram illustrating shadow account balance management according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a balance processing device for a hotspot account disclosed in the embodiment of the present invention.
Detailed Description
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.
Fig. 1 is a flowchart of a method for processing a balance of a hotspot account disclosed in an embodiment of the present invention, and referring to fig. 1, the method for processing a balance of a hotspot account may include:
step 101: and setting N shadow accounts for the hotspot account, wherein N is a positive integer.
The hot account is an account which is not overdrawn, and therefore when a high business request for posting is sent out, the multiple business requests need to be sequenced one by one, so that the processing speed is low, and the user experience is influenced.
The hot account and the shadow account have a binding relationship, and the hot account can be understood as the hot account, and the shadow account can be understood as a sub-account of the hot account. The number of shadow accounts, that is, the value of N, may be dynamically set based on actual application scenarios or service requirements, for example, two shadow accounts may be set for hot spot accounts with relatively few service directions; for hot spot accounts with heavy traffic, the shadow accounts can be set to five or more.
Step 102: and setting four balance water level lines which are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence.
The four balance level lines are used for assisting balance distribution management of each shadow account, and when the balances of the shadow accounts are at different balance level lines, the balance management operations performed on the shadow accounts are different.
Step 103: and the hotspot account carries out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule, so that the shadow accounts can carry out account handling.
The balance in one shadow account is too high, which may cause the balance in other shadow accounts to be too low, or cause the balance of different shadow accounts to be unbalanced, and since the account entry and exit service may be allocated to any shadow account for processing, the balance in each shadow account needs to be allocated and managed, so that the shadow account is suitable for the application scenario.
How to perform balance allocation management on the shadow account will be described in detail in the following embodiments, and will not be described in detail herein.
Through the scheme recorded in the content, the mode that only one account balance can be updated originally is changed into the mode that a plurality of account balances can be updated, so that the aim that the system processing efficiency can be expanded and improved transversely is fulfilled. Of course, since the bank can provide only one account number for the customer, and not a plurality of account numbers, the technical solution should consider shielding the perception of the upper layer service, i.e. invisible to the service, in the implementation process. Therefore, the account number recorded by the application layer in the scenes of facing the client's account opening, client inquiry, the running of business occurrence, generated accounting entry, interest bearing and the like can only be the hot account number.
In the balance processing method for the hotspot account, the balance of the impermissible hotspot account is dispersed into the shadow account bound with the hotspot account, the total balance of the hotspot account is obtained by summarizing the balances of the hotspot account and the shadow account, the hotspot account and the shadow accounts can provide account access service at the same time, and the problem that the concurrency cannot be improved by means of database lock serialization requests when the balance of a certain impermissible account is frequently updated is solved.
Fig. 2 is a flowchart of another hot spot account balance processing method disclosed in the embodiment of the present invention, and in combination with fig. 2, in another implementation, the hot spot account balance nursing method may include:
step 201: and setting N shadow accounts for the hotspot account, wherein N is a positive integer.
Step 202: and setting four balance water level lines which are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence.
Step 203: and the hot spot account carries out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule.
Step 204: and acquiring an account operation request, wherein the account operation request is an account entry request or an account exit request of the hotspot account.
It can be understood that the shadow account is not a real entity account, only records the binding relationship with the hot spot account, and has no business meaning, and the shadow account is not embodied in any business data, so that the shadow account can ensure no sense of business. Therefore, the account operation requests are all operation requests for the hotspot accounts.
Step 205: and distributing the account operation request to the hotspot account or any one shadow account for processing based on a second preset rule.
The second preset rule may be a load balancing policy or a random routing policy, and may be set based on a field requirement.
The processing process of the shadow account to the account operation request is not embodied in the business data. Although the shadow account is not sensitive to business, the shadow account has the capability of independently processing account operation requests, namely independently completing the account entry and exit. Therefore, the situation that the hot spots are excessively concentrated in one hot spot account during high concurrency is solved by adding the shadow account, and the service carrying capacity of the hot spot account is improved.
In the foregoing embodiment, the hotspot account performs balance allocation management on the N shadow accounts based on the four balance water lines and a first preset rule, which may include, but is not limited to:
when the balance in the shadow account exceeds the high water line, aggregating the amount of money exceeding the high water line into the hotspot account;
when the hotspot account allocates money for each shadow account for the first time, allocating the money of the shadow account to the standard water line;
when the balance in the shadow account is lower than the low water line, the hot spot account supplements the balance in the shadow account to the standard water line;
when the balance in the shadow account is lower than the warning water line, the shadow account is sealed and the balance in the shadow account is collected into the hotspot account.
In another implementation, the shadow account may also be set to a sealed state when the balance in the shadow account is below the low water line.
The dynamic setting of the four water level lines ensures the efficient processing of the hot account to the maximum extent, and certainly, when the total balance of the hot account is not much, the service degradation can also occur, but the situation is generally acceptable in business.
In other implementations, the system is further provided with a single use amount upper limit, the single use amount upper limit is smaller than or equal to the warning water level line, and the single use amount upper limits of the different shadow accounts may be the same or different.
Fig. 3 is a diagram illustrating shadow account balance management disclosed in the embodiment of the present invention, which is combined with the contents shown in fig. 3:
warning the water level line: when the balance of the shadow account is lower than the water line, temporarily sealing the shadow account record, changing the state of the shadow account into the sealed state, and collecting the balance into the balance of the hotspot account.
Low water line: the balance of the shadow account is lower than the water level line and is automatically distributed to the standard water level line by the timing task. And changing the state of the shadow account from the sealed state to the unsealed state after distribution.
Standard water line: initially, the balance of the shadow account is automatically allocated to the water line amount, and when the balance of the shadow account is lower than the low water line for dispensing, the water line amount is the upper limit of the shadow account.
High water line: after the balance of the shadow account reaches the high water level line, the amount above the water level line can be re-collected into the balance No. 0 by the timing task for subsequent distribution.
Shadow account single-stroke use amount upper limit: the upper limit of the single use amount of each shadow account can be set to be the same or stepped. If the settings are the same, the random algorithm route is directly used when the shadow account is selected for charge-off; if the shadow account is set to be in a step shape, the shadow accounts are automatically used by leaning against the file according to the upper limit of the use amount when being billed, and the balance of the hotspot account is automatically used when no shadow account is available.
The relationship between the amounts:
the high waterline > the standard waterline > the low waterline > the guard waterline > the upper limit of the amount used.
According to the technical scheme, the balance of the hotspot account is dispersed into different shadow accounts, and the updating efficiency of the balance of the hotspot account is improved. Meanwhile, the four balance water level lines are set to ensure the duration that the hot account can efficiently process the deduction request to the maximum extent.
While, for purposes of simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present invention is not limited by the illustrated ordering of acts, as some steps may occur in other orders or concurrently with other steps in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
The method is described in detail in the embodiments disclosed above, and the method of the present invention can be implemented by various types of apparatuses, so that the present invention also discloses an apparatus, and the following detailed description will be given of specific embodiments.
Fig. 4 is a schematic structural diagram of a balance processing device for a hotspot account disclosed in the embodiment of the present invention, and referring to fig. 4, the balance processing device 40 for a hotspot account may include:
the account setting module 401 is configured to set N shadow accounts for the hotspot account, where N is a positive integer.
The water level line setting module 402 is configured to set four balance water level lines, which are a high water level line, a standard water level line, a low water level line and a warning water level line in sequence from high to low.
A balance management module 403, configured to control the hotspot account to perform balance allocation management on the N shadow accounts based on the four balance water lines and a first preset rule.
The balance processing device for the hotspot account, according to the embodiment, disperses the balance of the impermissible hotspot account into the shadow account bound with the hotspot account, and the total balance of the hotspot account is obtained by summarizing the balances of the hotspot account and the shadow account, so that the hotspot account and the shadow accounts can provide account access service at the same time, and the problem that the concurrency cannot be improved by means of a database lock serialization request when the balance of a certain impermissible account is frequently updated is solved.
In another implementation, the apparatus for processing the balance of the hotspot account may further include: the request acquisition module is used for acquiring an account operation request, wherein the account operation request is an account entry request or an account exit request of the hotspot account; and the request distribution module is used for distributing the account operation request to the hotspot account or any one of the shadow accounts for processing based on a second preset rule.
And processing the account operation request by the shadow account is not embodied in business data.
The specific implementation manners of the balance processing device for the hot account and each module thereof may refer to the content descriptions of the corresponding parts in the method embodiment, and are not repeated herein.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A balance processing method for a hotspot account is characterized by comprising the following steps:
setting N shadow accounts for the hotspot account, wherein N is a positive integer;
setting four balance water level lines, wherein the four balance water level lines are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence;
and the hotspot account carries out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule, so that the shadow accounts can carry out account handling.
2. The method of processing the balance of a hotspot account according to claim 1, further comprising:
acquiring an account operation request, wherein the account operation request is an account entry request or an account exit request of the hotspot account;
and distributing the account operation request to the hotspot account or any one shadow account for processing based on a second preset rule.
3. The balance processing method for the hotspot account according to claim 2, wherein the processing process of the shadow account to the account operation request is not embodied in business data.
4. The method of claim 1, wherein the hot account performs balance allocation management on the N shadow accounts based on the four balance water lines and a first preset rule, and the method includes:
when the balance in the shadow account exceeds the high water line, aggregating the amount of money exceeding the high water line into the hotspot account;
when the hotspot account allocates money for each shadow account for the first time, allocating the money of the shadow account to the standard water line;
when the balance in the shadow account is lower than the low water line, the hot spot account supplements the balance in the shadow account to the standard water line;
when the balance in the shadow account is lower than the warning water line, the shadow account is sealed and the balance in the shadow account is collected into the hotspot account.
5. The balance processing method for the hotspot account according to claim 4, wherein the hotspot account performs balance allocation management on the N shadow accounts based on the four balance water lines and a first preset rule, and further comprising:
and when the balance in the shadow account is lower than the low waterline, setting the shadow account to be in a sealed state.
6. The balance processing method for the hotspot account according to claim 1, wherein the system is further provided with a single use amount upper limit, and the single use amount upper limit is smaller than or equal to the warning waterline.
7. The balance processing method for hotspot accounts according to claim 6, wherein the single use amount upper limit of different shadow accounts is the same or different.
8. A balance processing apparatus for a hotspot account, comprising:
the account setting module is used for setting N shadow accounts for the hotspot account, wherein N is a positive integer;
the water level line setting module is used for setting four balance water level lines which are a high water level line, a standard water level line, a low water level line and a warning water level line from high to low in sequence;
and the balance management module is used for controlling the hotspot account to carry out balance distribution management on the N shadow accounts based on the four balance water level lines and a first preset rule.
9. The apparatus for processing balance of hotspot account according to claim 8, further comprising:
the request acquisition module is used for acquiring an account operation request, wherein the account operation request is an account entry request or an account exit request of the hotspot account;
and the request distribution module is used for distributing the account operation request to the hotspot account or any one of the shadow accounts for processing based on a second preset rule.
10. The balance processing device for hotspot accounts of claim 9, wherein the processing procedure of the shadow account to the account operation request is not embodied in business data.
CN202011588790.1A 2020-12-29 2020-12-29 Method and device for processing balance of hotspot account Pending CN112634024A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011588790.1A CN112634024A (en) 2020-12-29 2020-12-29 Method and device for processing balance of hotspot account

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011588790.1A CN112634024A (en) 2020-12-29 2020-12-29 Method and device for processing balance of hotspot account

Publications (1)

Publication Number Publication Date
CN112634024A true CN112634024A (en) 2021-04-09

Family

ID=75285994

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011588790.1A Pending CN112634024A (en) 2020-12-29 2020-12-29 Method and device for processing balance of hotspot account

Country Status (1)

Country Link
CN (1) CN112634024A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113269553A (en) * 2021-06-09 2021-08-17 广州市百果园网络科技有限公司 Balance management method and system
CN113837740A (en) * 2021-09-24 2021-12-24 北京京东拓先科技有限公司 Account settlement method and device, electronic equipment and storage medium
CN115456612A (en) * 2022-10-28 2022-12-09 深圳市小赢信息技术有限责任公司 Method, system, terminal and storage medium for keeping balance base table

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107977837A (en) * 2017-11-10 2018-05-01 中国银行股份有限公司 The remaining sum control method and device of hot spot account
CN109389484A (en) * 2018-09-26 2019-02-26 中国平安人寿保险股份有限公司 Account is entered an item of expenditure in the accounts method, apparatus, computer equipment and storage medium
CN111382139A (en) * 2018-12-28 2020-07-07 中国银联股份有限公司 Parallel access method for same account in database
CN112132674A (en) * 2020-09-16 2020-12-25 建信金融科技有限责任公司 Transaction processing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107977837A (en) * 2017-11-10 2018-05-01 中国银行股份有限公司 The remaining sum control method and device of hot spot account
CN109389484A (en) * 2018-09-26 2019-02-26 中国平安人寿保险股份有限公司 Account is entered an item of expenditure in the accounts method, apparatus, computer equipment and storage medium
CN111382139A (en) * 2018-12-28 2020-07-07 中国银联股份有限公司 Parallel access method for same account in database
CN112132674A (en) * 2020-09-16 2020-12-25 建信金融科技有限责任公司 Transaction processing method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113269553A (en) * 2021-06-09 2021-08-17 广州市百果园网络科技有限公司 Balance management method and system
CN113837740A (en) * 2021-09-24 2021-12-24 北京京东拓先科技有限公司 Account settlement method and device, electronic equipment and storage medium
CN113837740B (en) * 2021-09-24 2024-02-06 北京京东拓先科技有限公司 Account settlement method, device, electronic equipment and storage medium
CN115456612A (en) * 2022-10-28 2022-12-09 深圳市小赢信息技术有限责任公司 Method, system, terminal and storage medium for keeping balance base table

Similar Documents

Publication Publication Date Title
CN112634024A (en) Method and device for processing balance of hotspot account
CN107169756B (en) Payment channel distribution method, device, storage medium and payment routing system
US11272059B2 (en) Exclusive agent pool allocation method, electronic device, and computer readable storage medium
US20040138974A1 (en) Method and system for managing money of a customer
CN113179222A (en) Current-limiting control method, device and equipment for hotspot data and storage medium
CN110661719A (en) Flow load balancing method and device
US8655689B1 (en) System, method and program product for modeling fund movements
CN108492109B (en) Electronic device, dynamic code request processing method and storage medium
CN112712430A (en) High-frequency account management method and device for Internet bank
CN113360269A (en) Task allocation method, device, server and storage medium
CN107147610B (en) Resource processing method and device
US20140156467A1 (en) Application/content bundling and monetization platform
CN110020954B (en) Revenue distribution method and device and computer equipment
KR20160007298A (en) Share lending management system and method for lending shares in the system
CN111105306A (en) Resource transaction strategy determination method and device and server
CN110728580A (en) Financial transaction control method
CN115185695A (en) System resource allocation method, device, equipment and storage medium
CN115099975A (en) Transaction risk control method and device, processor and electronic equipment
CN111626730A (en) Credit card joint name method and device
CN110766546A (en) Bank account management method
AU782754B2 (en) Improvements relating to customer billing
CN111782930A (en) Multi-cloud management method and device and computer-storable medium
CN110689372A (en) Control method and device for advertisement putting experiment and advertisement putting experiment platform
CN111489261B (en) Reinsurance business processing method, device, equipment and readable storage medium
CN110825703B (en) Method for realizing elastic expansion and contraction of file system based on timing task

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