CN111949337A - Accounting processing method, device, terminal and storage medium - Google Patents

Accounting processing method, device, terminal and storage medium Download PDF

Info

Publication number
CN111949337A
CN111949337A CN202010790921.8A CN202010790921A CN111949337A CN 111949337 A CN111949337 A CN 111949337A CN 202010790921 A CN202010790921 A CN 202010790921A CN 111949337 A CN111949337 A CN 111949337A
Authority
CN
China
Prior art keywords
account
transfer
accounting processing
request
calling
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.)
Granted
Application number
CN202010790921.8A
Other languages
Chinese (zh)
Other versions
CN111949337B (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
CCB Finetech 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 Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202010790921.8A priority Critical patent/CN111949337B/en
Publication of CN111949337A publication Critical patent/CN111949337A/en
Application granted granted Critical
Publication of CN111949337B publication Critical patent/CN111949337B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • 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

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

Abstract

The embodiment of the invention discloses an accounting processing method, an accounting processing device, an accounting processing terminal and a storage medium. The method comprises the following steps: firstly, receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request; then, calling a realization type of an accounting processing interface based on the parameters carried by the accounting processing request; and finally, based on the implementation class, calling an accounting processing service interface corresponding to the accounting processing request to implement accounting processing. The financial processing requests of different account types can be uniformly realized by calling corresponding interfaces, the development difficulty is reduced, the development efficiency is improved, and the expandability is good.

Description

Accounting processing method, device, terminal and storage medium
Technical Field
The embodiment of the invention relates to the field of finance, in particular to a method, a device, a terminal and a storage medium for processing accounts.
Background
With the development of economy, whether companies or individuals are in increasingly close contact with banks, banks are constantly developing different businesses in order to attract customers, and the types of accounts are increasing. In the face of a plurality of account types and different financial services, it is difficult for developers to clearly learn modules corresponding to different service functions.
In the prior art, different accounts of a bank need to be called through different interfaces respectively, the account inquiry needs to be realized by calling inquiry interfaces corresponding to different account types, and when transferring accounts, because more than one associated account is needed, when transferring accounts among different types of accounts, the called interfaces need to be determined according to the types of the accounts of the two parties respectively.
The problems in the prior art include at least: different interfaces are required to be respectively called when different account services of different account types are realized, the development difficulty is increased, the development efficiency is reduced, and the expandability is poor.
Disclosure of Invention
In view of this, embodiments of the present invention provide an accounting processing method, an accounting processing apparatus, an accounting processing terminal, and a storage medium, which reduce development difficulty, improve development efficiency, and have better expandability.
In a first aspect, an embodiment of the present invention provides an accounting processing method, including:
receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request;
calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request;
and calling an accounting processing service interface corresponding to the accounting processing request based on the implementation class to realize accounting processing.
Optionally, the invoking the implementation class of the accounting processing interface based on the parameter carried by the accounting processing request includes:
determining the entry parameters of the accounting processing interface based on the parameters carried by the accounting processing request;
based on the entry, calling the implementation class of the accounting processing interface. Optionally, based on the implementation class, invoking an accounting processing service interface corresponding to the accounting processing request, including;
and calling an accounting processing service interface corresponding to the accounting processing request based on the host transaction code corresponding to the implementation class, wherein the number of the host transaction codes is one or more.
Optionally, when the accounting processing request is an account query request, the method includes:
receiving the account query request, and calling a corresponding query interface based on the account query request;
calling a query implementation class corresponding to the query interface based on the parameters carried by the account query request;
and calling an account inquiry service interface corresponding to the account inquiry request based on the inquiry implementation class to realize account inquiry.
Preferably, the account inquiry request includes at least one of: the method comprises the steps of account type inquiry, first account information inquiry and second account information inquiry.
Optionally, when the accounting processing request is a transfer request, the method includes:
receiving the transfer request, and calling a corresponding transfer interface based on the transfer request;
calling a transfer realization class corresponding to the transfer interface based on the parameters carried by the transfer request;
and calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
Preferably, the transfer parameters include at least one of: the POS transaction system comprises first account information, second account information, third account information, basic element information and POS transaction information.
Optionally, based on the transfer implementation class, calling a transfer service interface corresponding to the transfer request to implement transfer, including:
based on the transfer realization class, calling a transfer service interface corresponding to the transfer request to realize the transfer from the first account to the second account; alternatively, the first and second electrodes may be,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to a third account;
and calling the transfer service interface corresponding to the transfer request based on the transfer realization class to realize the transfer from the third account to the second account.
Optionally, the third account includes:
determining the third account based on the first account and the second account.
Preferably, the accounting processing method further includes:
determining an out-reference of the accounting processing interface based on a processing result.
In a second aspect, an embodiment of the present invention further provides an accounting processing apparatus, including:
the accounting processing interface calling module is used for receiving an accounting processing request and calling a corresponding accounting processing interface based on the type of the accounting processing request;
the implementation class calling module is used for calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request;
and the service interface calling module is used for calling the accounting processing service interface corresponding to the accounting processing request based on the implementation class so as to implement accounting processing.
Optionally, when the accounting processing request is an account query request, the method includes:
the account inquiry interface calling module is used for receiving the account inquiry request and calling a corresponding account inquiry interface based on the account inquiry request;
the inquiry implementation class calling module is used for calling an inquiry implementation class corresponding to the inquiry interface based on the inquiry parameters carried by the account inquiry request;
and the inquiry service interface calling module is used for calling an account inquiry service interface corresponding to the account inquiry request based on the inquiry implementation class so as to realize account inquiry.
Optionally, when the accounting processing request is a transfer request, the method includes:
the transfer interface calling module is used for receiving the transfer request and calling a corresponding transfer interface based on the transfer request;
the transfer realization class calling module is used for calling a transfer realization class corresponding to the transfer interface based on the parameters carried by the transfer request;
and the transfer service interface calling module is used for calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
In a third aspect, an embodiment of the present invention further provides a terminal, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the accounting processing method provided in any embodiment of the present application when executing the program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the method for processing accounts as provided in any embodiment of the present application.
The accounting processing method, the accounting processing device, the terminal and the storage medium provided by the embodiment of the invention receive an accounting processing request, and call a corresponding accounting processing interface based on the type of the accounting processing request; calling a realization type of an accounting processing interface based on the parameters carried by the accounting processing request; and based on the implementation type, sending an accounting processing request to a corresponding accounting processing service interface to implement accounting processing. The financial processing requests of different account types can be uniformly realized by calling corresponding interfaces, the development difficulty is reduced, the development efficiency is improved, and the expandability is good.
Drawings
Fig. 1 is a schematic flowchart illustrating an accounting processing method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a method for processing accounts according to a second embodiment of the present invention;
fig. 3 is a schematic flowchart of a method for processing accounts according to a third embodiment of the present invention;
fig. 4 is a block diagram of an accounting processing apparatus according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a terminal according to a fifth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described through embodiments with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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. In the following embodiments, optional features and examples are provided in each embodiment, and various features described in the embodiments may be combined to form a plurality of alternatives, and each numbered embodiment should not be regarded as only one technical solution.
Example one
Fig. 1 is a schematic flow chart of an accounting processing method according to an embodiment of the present invention, which is applicable to different accounting processing situations of different account types of a bank. The method may be executed by the accounting processing apparatus provided in the embodiment of the present invention, and the performance analysis apparatus may be configured in the terminal provided in the embodiment of the present invention, for example, may be configured in a computer device, and is not limited specifically herein.
As shown in fig. 1, the accounting processing method specifically includes the following steps:
and S110, receiving the accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request.
The accounting processing request refers to a request for accounting service input by a developer, and may include the type of accounting service to be performed. And the development terminal receives the accounting processing request input by the developer and calls corresponding interfaces according to different types of accounting services to realize the accounting processing.
For the same type of accounting processing request, the same interface is called for realizing no matter what kind of account is, and the corresponding interface can be called according to the type of the accounting processing request no matter whether the accounting processing request comprises the card and/or the kind of the account.
And S120, calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request.
The accounting processing request may also carry parameters of an account that needs to perform accounting services, where the parameters may be a card number and/or an account number, or may be a type of the card and/or the account, and the embodiment of the present invention does not specifically limit the type of the parameters.
When the accounting processing interface calls the implementation class of the accounting processing interface through the interface method, which implementation class and/or implementation classes to call can be judged first based on the parameters of the accounting processing request, and the corresponding implementation class is selected to be called, wherein the number of the parameters carried by the accounting processing request is not limited. After calling one implementation class, the implementation classes can be called again according to specific conditions, one implementation class can be called again, two or more implementation classes can be called again, the number of the implementation classes called for different accounting processing requests can be different, the calling times can also be different, and the number and the calling times of the implementation classes are not specifically limited in the embodiment of the invention.
Optionally, the invoking the implementation class of the accounting processing interface based on the parameter carried by the accounting processing request includes:
determining the entry parameters of the accounting processing interface method based on the parameters carried by the accounting processing request;
based on the entry, calling the implementation class of the accounting processing interface.
The accounting processing interfaces are provided with corresponding accounting processing interface methods, parameters carried by the accounting processing requests are used as input parameters of the accounting processing interface methods, and then the accounting processing interface methods are used for calling implementation classes of the accounting processing interfaces corresponding to different accounts.
The parameters carried by the accounting processing request are used as the input parameters of the accounting processing interface method, so that the corresponding implementation classes can be called to perform accounting processing conveniently according to the parameters.
And S130, based on the implementation type, calling an accounting processing service interface corresponding to the accounting processing request to implement accounting processing.
The accounting processing service interface is a corresponding interface used by the server for receiving an accounting processing request sent by the development end, the development end calls an implementation class of the corresponding interface according to an accounting type, carried parameters and the like of the accounting processing request, then packages a parent class inherited by calling the implementation class, sends the implementation class called by an interface method corresponding to the accounting processing request to the interface in a request message form by calling the accounting processing service interface corresponding to the server after packaging, and correspondingly processes the accounting through a related processing module.
The financial processing interface is used for realizing that the outbound implementation class inherits a parent class, and the parent class comprises a message header and a message body after being packaged. For example, the header may include time when the accounting request is initiated, a global tracking number, and the like, and the packet body may include accounting information, channel information, an operator number, and the like.
Optionally, invoking a corresponding accounting processing service interface based on the implementation class includes:
and calling a corresponding accounting processing service interface based on the host transaction code corresponding to the implementation class, wherein the number of the host transaction codes is one or more.
When different accounting processing requests call the implementation classes of corresponding interfaces, different implementation classes are selected and called by judging parameters carried by the accounting processing requests, the different implementation classes correspond to different host transaction codes, and the corresponding host transaction codes are determined by the called implementation classes to perform corresponding accounting processing. Optionally, if the number of the called implementation classes is 1, the number of the called host transaction codes is also 1, when the attribute of the accounting processing request is more, a plurality of implementation classes need to be called, at this time, there is more than one called host transaction code, and the number of the host transaction codes is specifically determined according to the number of the corresponding implementation classes.
Preferably, the accounting processing method further includes:
determining an out-reference of the accounting processing interface based on a processing result.
And the parent class which realizes class inheritance receives the processing result which is fed back by the accounting processing service interface in the form of a response message, then the processing result inherits the realization class of the parent class, and finally the processing result is fed back to the interface corresponding to the accounting processing request of the development end in the form of the output of the interface method. In the method for processing the account, a development end firstly receives an account processing request and calls a corresponding account processing interface based on the type of the account processing request; then, calling a realization type of an accounting processing interface based on the parameters carried by the accounting processing request; and finally, based on the implementation class, calling an accounting processing service interface of the server corresponding to the accounting processing request to implement accounting processing. The financial processing requests of different account types can be realized by calling corresponding interfaces in a unified manner, the development difficulty is reduced, the development efficiency is improved, and the expandability is good.
Example two
Fig. 2 is a schematic flow chart of an accounting processing method according to a second embodiment of the present invention, and this embodiment explains when the type of the accounting processing request is an account inquiry request on the basis of the above embodiment. The embodiment of the present invention and the accounting processing method provided by the above embodiment belong to the same inventive concept, and technical details that are not described in detail can be referred to the above embodiment, and have the same technical effects.
As shown in fig. 2, the accounting processing method specifically includes the following steps:
s210, receiving an account inquiry request, and calling a corresponding inquiry interface based on the account inquiry request.
The development end receives the account inquiry request and selects and calls a uniform account inquiry interface according to the inquiry request.
Optionally, the account query request includes at least one of: the method comprises the steps of account type inquiry, first account information inquiry and second account information inquiry.
When the account inquiry request is an inquiry account type, the account type can be inquired according to the card number and/or the account number of the card carried by the inquiry request, and the inquiry account type includes but is not limited to the following types: credit card, debit card (for public), debit card (for private), internal account, other bank account, for public deposit, for private deposit, etc., illustratively, based on the card number and/or the number of digits of the account number.
The inquiry account request is a first account information inquiry, which means that the inquiry request is not input into the account type, but the account information is still inquired through the account card number and/or the account number, at the moment, the account type can be judged through the account card number and/or the account number, then the implementation class corresponding to the account type is called, if the judgment on the account type is correct, the complete account information can be obtained, but the real-time balance of the account cannot be inquired; if the type of the account is judged wrongly, other implementation classes are called again for query.
The inquiry account request is the second account information inquiry, which means that the inquiry request inputs the account type, and at the moment, the corresponding inquiry implementation type is called through the account type, so that not only can the complete account information be inquired, but also the real-time balance of the account can be inquired.
The three kinds of query requests are realized by calling corresponding realization classes through corresponding interface methods.
And S220, calling a query implementation class corresponding to the query interface based on the query parameters carried by the account query request.
The query parameter carried by the account query request may be a card number and/or an account of the account, or may be a type of the account, and different query parameters need to invoke different implementation classes of the query interface. If the query parameters comprise the account card number and/or the account number, no account type exists, and the query request is the query account type, then the corresponding implementation class of the account type query needs to be called; if the query request is account information query, a corresponding implementation class of second account information query is called to query the account information, and the real-time balance of the account cannot be found at the moment; if the query parameters comprise the account type, the account card number and/or the account number, the query request is the query account information, and at the moment, a third account information is called to query the corresponding implementation class, so that the account information can be searched, and the real-time balance of the account can be queried. Optionally, when the account type to be queried is not clear, and the query request is not an account type query, the card type may be preliminarily determined according to the card number and/or the account number, and then the query implementation type is selected according to the determination result, or the implementation type of the account type query may be invoked first to query the account type, and then the corresponding implementation type is selected to query the account information according to the account type obtained by the query.
Illustratively, the account query request does not carry the type of an account, the account query request is a query account type, the developer receives the account number and/or the account number carried by the account query request and is 27 digits, judges that the account number and/or the account number with 27 digits is possibly an internal account, first calls an implementation class NewInnenearType corresponding to the internal account, then calls an A1051014Handle class for external call query of the internal account, queries the type of the account by calling a host transaction code 1051014Handle, or first calls the implementation class corresponding to the account type, queries the type of the account, and determines the query implementation class of the called account information according to the query result of the type, the embodiment of the invention does not specifically limit the class name of the implementation class queried by the internal account, if the card number and/or the internal account corresponding to the account number are searched in all internal accounts, if the account is not found, the account can be inquired successfully by calling the implementation class corresponding to the other types of accounts, if the account corresponding to the card number and/or the account number is inquired by the implementation class of the other types of accounts, the account is the corresponding account type, if all the account types are inquired by calling the implementation class, the account is not found, the account may not be the account of the current bank, or the account type is inquired by calling the implementation class first, except that the account is not the current bank, the account type can be inquired successfully.
If the account query request is the account information query and the account query request carries the account type, the card number and/or the account number, the account information and the real-time balance can be queried by directly calling the implementation class corresponding to the account of the type.
And S230, based on the query implementation class, calling an account query service interface corresponding to the account query request to implement account query.
The account inquiry service interface is a corresponding interface used for receiving an account inquiry request sent by an initiating terminal by a server, the developing terminal calls an inquiry implementation class of the inquiry interface according to the account inquiry request, parameters carried by the account inquiry request and the like, then determines a host transaction code by calling the implementation class used for outbound inquiry, then packages a parent class inherited by the outbound inquiry implementation class, packages the implementation class called by the interface method corresponding to the account inquiry, sends the packaged implementation class to the interface in the form of an inquiry request message through the account inquiry service interface of the calling server, then receives an account inquiry result fed back by the account inquiry service interface in the form of an inquiry response message through the parent class inherited by the inquiry implementation class, then sends the result to the inquiry implementation class, and finally feeds back the result to the account inquiry interface of the initiating terminal in the form of output of an interface method, the whole process realizes the inquiry of the account.
For example, when a credit card is queried, the query interface method calls a general account query to realize a CommACCType, then calls a class A02811004Handle for the credit card outbound query, sends a credit card query request to a query service interface in a request message form through a parent class inherited by the A02811004Handle class and used for encapsulation, and queries credit card account information through a host transaction code A11002804; or when the personal debit card is inquired, the CommACCType class is called first, then classes E0181S421Handle and E0181S422Handle used for the personal debit card outbound inquiry are called, the personal debit card inquiry request is sent to the inquiry service interface in the form of a request message through parent classes used for encapsulation inherited by the E0181S421Handle class and the E0181S422Handle class, and the personal debit card account information inquiry is carried out through the host transaction codes E0181S422 and E0181S 421.
The accounting processing method provided by the embodiment of the invention receives an account query request, and calls a corresponding account query interface based on the account query request; based on the query parameters carried by the account query request, calling a query realization class corresponding to the query interface; and based on the query implementation class, calling an account query service interface corresponding to the account query request to implement account query. The inquiry process when the accounting processing request is account inquiry is specifically described, and account inquiry is carried out by calling corresponding implementation classes for different types of accounts.
EXAMPLE III
Fig. 3 is a schematic flow chart of an accounting processing method according to a third embodiment of the present invention, and this embodiment explains when the type of the accounting processing request is a transfer request on the basis of the foregoing embodiment. The embodiment of the present invention and the accounting processing method provided by the above embodiment belong to the same inventive concept, and technical details that are not described in detail can be referred to the above embodiment, and have the same technical effects.
As shown in fig. 3, the accounting processing method specifically includes the following steps:
and S310, receiving a transfer request, and calling a corresponding transfer interface based on the transfer request.
The development end receives a transfer request input by a developer, and selects and calls a uniform transfer interface according to the transfer request. For example, the corresponding transfer implementation class may be called through the transfer interface, or different account attributes that are input may be set through the interface, and since different accounts have different attributes, the attribute of the account that is received by the development end is incomplete, at this time, the attribute of the account needs to be supplemented, and the transfer account and the transfer implementation class that needs to be called may also be matched through the interface, that is, service logic determination is performed.
The transfer request can be realized by setting a plurality of transfer interfaces, exemplarily, a unified transfer interface can be provided externally, an internal actual processing interface of an account can be provided, all specific transfer transactions need to realize the interface, different internal actual processing interfaces can be provided according to different transfer steps, and the corresponding interface is determined to be realized according to the transfer steps.
And S320, calling a transfer realization class corresponding to the transfer interface based on the parameters carried by the transfer request.
And judging which scene is suitable for which implementation class, mainly according to the type of a payment and receipt account in request parameters carried by the transfer request, and in order to deal with some special scenes, the system also provides an 'accounting transaction type' field for direct judgment. The accounting module firstly judges whether the field of the accounting transaction type has assignment or not, and if not, the accounting module matches the matching method of each implementation type one by one to judge.
Optionally, the parameters carried by the transfer request may include at least one of the following: the POS transaction system comprises first account information, second account information, third account information, basic element information and POS transaction information.
The first account information can be debit information which mainly comprises debit account information, the debit account information can be a debit account number and/or a debit card number, a debit account type, an account opening row name and the like, the first account information also comprises debit medium information, the attribute is used as a necessary input item when media such as a card book or a certificate exist, and the attribute of a registered account for recording the account can be set when the registered account type is inconsistent with the actual situation; the second account information may be credit information, the credit information may include credit account information, the credit account information may be a credit account number and/or a credit card number, a credit account type, an account opening bank name, and the like, and further includes credit medium information, which is used as a necessary input attribute when a card or certificate and other media are provided, and when an out-of-bank transfer is performed, a bank number, a bank name, and a bank standard name need to be remitted, and when a registered account type is inconsistent with an actual situation, an attribute of a registered account of the account is set and recorded, and the like; the third account information may be an account type, a card number and/or an account number, a password, an account name, an account opening organization number, an account opening name, etc.; the basic element information can comprise a card number and/or an account number input mode, can be obtained in a bar code mode by manual input or contact reading of a magnetic strip, and can also comprise an operator number, a website number, a debit card transaction password input mode, an agent account checking serial number, an account date and the like; the POS transaction information may be a customer account number, a terminal number, etc. The first account information, the second account information, the third account information, the basic element information, and the POS transaction information include attributes that are not particularly limited in the embodiments of the present invention.
The abundant transfer parameters are convenient for judging the transfer types, and the calling times of the implementation classes can be reduced.
Preferably, the transferring service interface corresponding to the transfer request is called based on the transfer implementation class to implement transfer, and the transferring includes:
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to the second account; alternatively, the first and second electrodes may be,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to a third account;
and calling the transfer service interface corresponding to the transfer request based on the transfer realization class to realize the transfer from the third account to the second account.
The transfer debit account type and the transfer credit account type can be judged based on parameters carried by the transfer request, a plurality of transfer steps can be determined according to the account types of the two parties, single-step transfer can be realized through one realization class, and different realization classes can be adopted if multi-step transfer is needed.
The first account is a corresponding account including the first account information, the second account is a corresponding account including the second account information, and the third account is a corresponding account including the third account information.
And if the transfer can be realized only by a single step through judgment, namely the transfer from the first account to the second account is only required, calling a single-step transfer realization class, illustratively, calling a single-step transfer abstract class Abstract AcgTransHandle during the transfer, and then selecting and calling realization classes corresponding to different types according to different account types. Accounts of both transfer parties can be transferred to and/or from a public account to a public account, an internal account, cash and a private account, or from an internal account to a public account, an internal account, cash and a private account, or from cash to a public account and an internal account, or from a private account to a public account and an internal account, and the accounts of both transfer parties can be transferred to the public account and the internal account by calling AcgTransHandleForA0183A200, and the transfer among the accounts can be realized by calling a host transaction code A0183A 200. It is also possible that the first account, the debit, is a public or internal account and the second account, the credit, is an account of his bank, that the acgtransportefera 0332R200 implementation class is invoked, and then the transfer between the first account to the second account is effected by the host transaction code a0332R 200. In the transaction, the first account, namely the debit is a public or internal user, the second account, namely the credit is a credit card, the implementation class AcgTransHandleForA02810609 is called, and the transfer is implemented by calling the host transaction code A02810609, so that for the credit card, the change amount in the daytime is only summarized according to the service requirement or transferred from the corresponding public user to the internal user. The embodiment of the invention does not specifically limit the calling of the class name of the corresponding implementation class for the transfer accounts of different types.
If the transfer cannot be directly realized through the first account and the second account through judgment, the third account is needed to be used as a transition account to realize the transfer, at the moment, the transfer from the first account to the third account needs to be firstly carried out, and then the transfer from the third account to the first account is carried out. For example, all multi-step transfers first need to call the multi-step transfer abstract class abstract multistep acgtranshandle, and then call the implementation classes corresponding to different transfer accounts. The first account, namely the debit is a credit card, the second account, namely the public account, needs to transfer accounts in two steps by means of a third account, namely a transit account, when the first step of account is carried out, the debit is an initial debit, namely the credit card, the credit is an initial credit, namely the public account, one of three choices is called to realize the transfer of the credit card to the transit account by calling one of three choices to realize the transfer of the credit card from the transit account by calling host transaction codes A02810552, A02810537 and A02810556, when the second step of transfer is carried out, the debit is a third account, namely the transit account, the credit is an initial credit, namely the second account, the transfer of the credit card from the transit account is called to realize the transfer of the transit account by calling the host transaction codes A02810552, A02810537 and A02810556, and the transfer of the transit account to the public account is realized by calling the host transaction codes A0283A 200. The method can also be used for repayment of the credit card, wherein the first account, namely a credit card, the second account, namely a debit, is a public account or an internal account, the debit is a third account, namely a transition account, during the first-step transfer, the credit is an initial credit, namely a first account, the implementation class AcgTransHandleForA02810609 is called, the host transaction code A02810609 is called to implement the repayment transfer from the second account, namely the credit card, to the third account, namely the transition account, the debit is an initial debit, the debit is a transition account, the implementation class AcgTransHandleForA0283A200 is called, the host transaction code A0283A200 is called to implement the transfer from the third account, namely the transition account to the second account, namely the initial debit account, and thus the transfer from the credit card to the public account or the internal account is finally implemented, namely the repayment of the credit card is implemented. The embodiment of the present invention does not specifically limit the class name of the implementation class of the multi-step transfer.
Account transfer of different types is carried out through different implementation classes, calling of developers is facilitated, and transfer efficiency is improved.
Optionally, the third account includes:
determining the third account based on the first account and the second account.
Whether the third account is needed to be used as the transition account is determined according to the types of the first account and the second account, if the first account cannot transfer the money with the second account, the money is transferred from the first account to the third account, and then the money is transferred from the third account to the second account.
And determining a third account according to the first account and the second account, so that the multi-step transfer is realized conveniently.
And S330, calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
The transfer service interface is a corresponding interface used for receiving a transfer request sent by a development end by a server, the development end calls a transfer realization class of the transfer interface according to the transfer request, parameters carried by the transfer request and the like, then determines a host transaction code by calling the realization class used for outbound transfer, then packages a parent class inherited by the outbound transfer realization class, finally sends the realization class called by the interface method corresponding to the transfer to the interface in the form of a transfer request message through the transfer service interface of the calling server after packaging, then feeds back a transfer result in the form of a transfer response message through the parent class inherited by the transfer realization class, then sends the transfer result to the transfer realization class, and finally feeds back the transfer interface of an initiating end in the form of a parameter of the interface method, thus the whole process realizes the account transfer one step, for the condition that multi-step transfer is needed, the process is similar to the above, and only the implementation classes corresponding to different transfer account types need to be selected.
The account processing method provided by the embodiment of the invention comprises the steps of firstly receiving a transfer request, and calling a corresponding transfer interface based on the transfer request; then, based on parameters carried by the transfer request, transferring a transfer realization class corresponding to the transfer interface; and finally, based on the transfer realization class, calling a transfer service interface corresponding to the transfer request to realize transfer, making a specific explanation on the case that the account processing request is the transfer request, and realizing that the transfer is carried out by respectively calling the corresponding realization classes according to different account types of both transfer parties.
Example four
Fig. 4 is a block diagram of an accounting processing apparatus according to a fourth embodiment of the present invention, and this embodiment is applicable to different accounting processing situations of different account types of a bank. The processing device for applying accounting can implement the method for processing accounting provided by any embodiment of the invention. As shown in fig. 4, the accounting processing apparatus includes:
an accounting processing interface calling module 410, configured to receive an accounting processing request, and call a corresponding accounting processing interface based on a type of the accounting processing request;
an implementation class calling module 420, configured to call an implementation class of the accounting processing interface based on a parameter carried in the accounting processing request;
and a service interface calling module 430, configured to call, based on the implementation class, an accounting processing service interface corresponding to the accounting processing request, so as to implement accounting processing.
Optionally, the invoking an accounting processing service interface corresponding to the accounting processing request based on the implementation class includes:
and calling an accounting processing service interface corresponding to the accounting processing request based on the host transaction code corresponding to the implementation class, wherein the number of the host transaction codes is one or more.
Optionally, the invoking the implementation class of the accounting processing interface based on the parameter carried by the accounting processing request includes:
determining the entry parameters of the accounting processing interface based on the parameters carried by the accounting processing request;
based on the entry, calling the implementation class of the accounting processing interface.
Optionally, the accounting processing method further includes:
and the parameter determining module is used for determining the parameter of the accounting processing interface based on the processing result.
Specifically, when the accounting processing request is an account query request, the account query device includes:
the inquiry interface calling module is used for receiving the account inquiry request and calling a corresponding account inquiry interface based on the account inquiry request;
the inquiry implementation class calling module is used for calling an inquiry implementation class corresponding to the inquiry interface based on the inquiry parameters carried by the account inquiry request;
and the account inquiry service interface calling module is used for calling an account inquiry service interface corresponding to the account inquiry request based on the inquiry implementation class so as to realize account inquiry.
Optionally, the account query request includes at least one of: the method comprises the steps of account type inquiry, first account information inquiry and second account information inquiry.
Specifically, when the accounting processing request is a transfer request, the transfer device includes:
the transfer interface calling module is used for receiving the transfer request and calling a corresponding transfer interface based on the transfer request;
the transfer realization class calling module is used for calling a transfer realization class corresponding to the transfer interface based on the parameters carried by the transfer request;
and the transfer service interface calling module is used for calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
Optionally, the transfer request carries parameters including at least one of: the POS transaction system comprises first account information, second account information, third account information, basic element information and POS transaction information.
Optionally, the service interface calling module is configured to call, based on the implementation class, an accounting processing service interface corresponding to the accounting processing request to implement accounting processing, and includes:
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to the second account; alternatively, the first and second electrodes may be,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to a third account;
and calling the transfer service interface corresponding to the transfer request based on the transfer realization class to realize the transfer from the third account to the second account.
Optionally, the third account includes:
determining the third account based on the first account and the second account.
The accounting processing device provided by the embodiment of the invention comprises a development terminal, a processing interface and a processing module, wherein the development terminal receives an accounting processing request and calls a corresponding accounting processing interface based on the type of the accounting processing request; then, calling a realization class of an accounting processing interface based on the parameters carried by the accounting processing request; and finally, based on the implementation class, calling an accounting processing service interface of the server corresponding to the accounting processing request to implement accounting processing. The financial processing requests of different account types can be uniformly realized by calling corresponding interfaces, the development difficulty is reduced, the development efficiency is improved, and the expandability is good.
The accounting processing device provided by the embodiment of the invention can execute the accounting processing method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. Technical details that are not described in detail may be referred to in the method for processing accounts provided in any embodiment of the present invention.
EXAMPLE five
Fig. 5 is a schematic structural diagram of a terminal according to a fifth embodiment of the present invention. Fig. 5 illustrates a block diagram of an exemplary terminal 12 suitable for use in implementing any of the embodiments of the present invention. The terminal 12 shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention. The device 12 is typically a hand terminal that installs an application.
As shown in fig. 5, the terminal 12 is embodied in the form of a general purpose computing device. The components of the terminal 12 may include, but are not limited to: one or more processors or processing units 16, a memory 28, and a bus 18 that couples the various components (including the memory 28 and the processing unit 16).
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an enhanced ISA bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnect (PCI) bus.
The terminal 12 typically includes a variety of computer readable media. Such media may be any available media that is accessible by terminal 12 and includes both volatile and nonvolatile media, removable and non-removable media.
Memory 28 may include computer device readable media in the form of volatile Memory, such as Random Access Memory (RAM) 30 and/or cache Memory 32. The terminal 12 may further include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, and commonly referred to as a "hard drive"). Although not shown in FIG. 5, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a Compact disk-Read Only Memory (CD-ROM), a Digital Video disk (DVD-ROM), or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product 40, with program product 40 having a set of program modules 42 configured to carry out the functions of embodiments of the invention. Program product 40 may be stored, for example, in memory 28, and such program modules 42 include, but are not limited to, one or more application programs, other program modules, and program data, each of which examples or some combination may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
The terminal 12 may also communicate with one or more external devices 14 (e.g., keyboard, mouse, camera, etc., and display), one or more devices that enable a user to interact with the terminal 12, and/or any devices (e.g., network card, modem, etc.) that enable the terminal 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, the terminal 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), and/or a public Network such as the internet) via the Network adapter 20. As shown, the network adapter 20 communicates with the other modules of the terminal 12 via the bus 18. It should be understood that although not shown in fig. 5, other hardware and/or software modules may be used in conjunction with the terminal 12, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) devices, tape drives, and data backup storage devices, to name a few.
The processor 16 executes various functional applications and data processing by executing programs stored in the memory 28, for example, implementing the accounting processing method provided by the above-described embodiment of the present invention, the method including:
receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request;
calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request;
and calling an accounting processing service interface corresponding to the accounting processing request based on the implementation class to realize accounting processing.
Of course, those skilled in the art will understand that the processor may also implement the accounting processing method provided in any embodiment of the present invention.
EXAMPLE six
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a method for processing accounts, where the method includes:
receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request;
calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request;
and calling an accounting processing service interface corresponding to the accounting processing request based on the implementation class to realize accounting processing.
Of course, the computer program stored on the computer-readable storage medium provided in the embodiments of the present invention is not limited to the above method instructions, and may also execute the accounting processing method provided in any embodiment of the present invention.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor device, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution apparatus, device, or apparatus.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution apparatus, device, or apparatus.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out instructions of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments illustrated herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (15)

1. An accounting processing method, comprising:
receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request;
calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request;
and calling an accounting processing service interface corresponding to the accounting processing request based on the implementation class to realize accounting processing.
2. The method of claim 1, wherein the invoking the implementation class of the accounting processing interface based on the parameter carried by the accounting processing request comprises:
determining the entry parameters of the accounting processing interface based on the parameters carried by the accounting processing request;
based on the entry, calling the implementation class of the accounting processing interface.
3. The method of claim 1, wherein the invoking an accounting processing service interface corresponding to the accounting processing request based on the implementation class comprises:
and calling an accounting processing service interface corresponding to the accounting processing request based on the host transaction code corresponding to the implementation class, wherein the number of the host transaction codes is one or more.
4. The method of claim 1, wherein when the accounting processing request is an account query request, the method further comprises:
receiving the account query request, and calling a corresponding account query interface based on the account query request;
based on the query parameters carried by the account query request, calling a query implementation class corresponding to the query interface;
and calling an account inquiry service interface corresponding to the account inquiry request based on the inquiry implementation class to realize account inquiry.
5. The method of claim 4, wherein the account query request comprises at least one of: the method comprises the steps of account type inquiry, first account information inquiry and second account information inquiry.
6. The method of claim 1, wherein when the accounting processing request is a transfer request, the method comprises:
receiving the transfer request, and calling a corresponding transfer interface based on the transfer request;
calling a transfer realization class corresponding to the transfer interface based on the parameters carried by the transfer request;
and calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
7. The method of claim 6 wherein the parameters carried by the transfer request include at least one of: the POS transaction system comprises first account information, second account information, third account information, basic element information and POS transaction information.
8. The method as claimed in claim 6, wherein the invoking a transfer service interface corresponding to the transfer request based on the transfer implementation class to implement transfer comprises:
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to the second account; alternatively, the first and second electrodes may be,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize the transfer from the first account to a third account;
and calling the transfer service interface corresponding to the transfer request based on the transfer realization class to realize the transfer from the third account to the second account.
9. The method of claim 8, wherein the third account comprises:
determining the third account based on the first account and the second account.
10. The method of any of claims 1-9, wherein the accounting processing method further comprises:
determining an out-reference of the accounting processing interface based on a processing result.
11. An accounting processing apparatus, comprising:
the accounting processing interface calling module is used for receiving an accounting processing request and calling a corresponding accounting processing interface based on the type of the accounting processing request;
the implementation class calling module is used for calling the implementation class of the accounting processing interface based on the parameters carried by the accounting processing request;
and the service interface calling module is used for calling the accounting processing service interface corresponding to the accounting processing request based on the implementation class so as to implement accounting processing.
12. The apparatus of claim 11, wherein when the accounting processing request is an account query request, the apparatus further comprises:
the account inquiry interface calling module is used for receiving the account inquiry request and calling a corresponding account inquiry interface based on the account inquiry request;
the inquiry implementation class calling module is used for calling an inquiry implementation class corresponding to the inquiry interface based on the inquiry parameters carried by the account inquiry request;
and the inquiry service interface calling module is used for calling an account inquiry service interface corresponding to the account inquiry request based on the inquiry implementation class so as to realize account inquiry.
13. The apparatus of claim 11, wherein when the accounting processing request is a transfer request, the apparatus comprises:
the transfer interface calling module is used for receiving the transfer request and calling a corresponding transfer interface based on the transfer request;
the transfer realization class calling module is used for calling a transfer realization class corresponding to the transfer interface based on the parameters carried by the transfer request;
and the transfer service interface calling module is used for calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
14. A terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of processing accounting as claimed in any one of claims 1-10 when executing the program.
15. A computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the method of processing accounting as claimed in any one of claims 1-10.
CN202010790921.8A 2020-08-07 2020-08-07 Accounting processing method, device, terminal and storage medium Active CN111949337B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010790921.8A CN111949337B (en) 2020-08-07 2020-08-07 Accounting processing method, device, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010790921.8A CN111949337B (en) 2020-08-07 2020-08-07 Accounting processing method, device, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111949337A true CN111949337A (en) 2020-11-17
CN111949337B CN111949337B (en) 2023-11-07

Family

ID=73332893

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010790921.8A Active CN111949337B (en) 2020-08-07 2020-08-07 Accounting processing method, device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111949337B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114844875A (en) * 2022-04-21 2022-08-02 深圳依时货拉拉科技有限公司 Application Programming Interface (API) management method, device, equipment and medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101364331A (en) * 2008-09-24 2009-02-11 中国工商银行股份有限公司 System and method implementing service cooperation process between banks
CN104574189A (en) * 2015-02-05 2015-04-29 中国农业银行股份有限公司 Financial-transaction monitoring method and device
CN105488663A (en) * 2015-11-19 2016-04-13 成都连银信息技术有限公司 Uniform account settlement gateway capable of supporting various payment aisles
CN106095424A (en) * 2016-06-07 2016-11-09 中国建设银行股份有限公司 Apply the treating method and apparatus called of concluding the business in assembly
CN106790501A (en) * 2016-12-15 2017-05-31 咪咕音乐有限公司 A kind of method for processing business and device redirected based on interface
CN106960348A (en) * 2017-03-24 2017-07-18 泰华智慧产业集团股份有限公司 Pay docking calculation and pay docking system
CN109918435A (en) * 2019-02-27 2019-06-21 北京奇艺世纪科技有限公司 A kind of processing method and system of business interface
CN110287267A (en) * 2019-06-28 2019-09-27 深圳前海微众银行股份有限公司 A kind of data processing method and device of cross-node
CN110751550A (en) * 2019-10-12 2020-02-04 上海陆家嘴国际金融资产交易市场股份有限公司 Account checking method and device, computer equipment and storage medium
CN110766523A (en) * 2019-10-25 2020-02-07 福建国通星驿网络科技有限公司 Method and terminal for realizing O2O
US20200074444A1 (en) * 2008-03-13 2020-03-05 Giftya Llc System and method for splitting a transaction
CN111369247A (en) * 2020-03-03 2020-07-03 中国工商银行股份有限公司 Cross-bank transaction data processing method and device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200074444A1 (en) * 2008-03-13 2020-03-05 Giftya Llc System and method for splitting a transaction
CN101364331A (en) * 2008-09-24 2009-02-11 中国工商银行股份有限公司 System and method implementing service cooperation process between banks
CN104574189A (en) * 2015-02-05 2015-04-29 中国农业银行股份有限公司 Financial-transaction monitoring method and device
CN105488663A (en) * 2015-11-19 2016-04-13 成都连银信息技术有限公司 Uniform account settlement gateway capable of supporting various payment aisles
CN106095424A (en) * 2016-06-07 2016-11-09 中国建设银行股份有限公司 Apply the treating method and apparatus called of concluding the business in assembly
CN106790501A (en) * 2016-12-15 2017-05-31 咪咕音乐有限公司 A kind of method for processing business and device redirected based on interface
CN106960348A (en) * 2017-03-24 2017-07-18 泰华智慧产业集团股份有限公司 Pay docking calculation and pay docking system
CN109918435A (en) * 2019-02-27 2019-06-21 北京奇艺世纪科技有限公司 A kind of processing method and system of business interface
CN110287267A (en) * 2019-06-28 2019-09-27 深圳前海微众银行股份有限公司 A kind of data processing method and device of cross-node
CN110751550A (en) * 2019-10-12 2020-02-04 上海陆家嘴国际金融资产交易市场股份有限公司 Account checking method and device, computer equipment and storage medium
CN110766523A (en) * 2019-10-25 2020-02-07 福建国通星驿网络科技有限公司 Method and terminal for realizing O2O
CN111369247A (en) * 2020-03-03 2020-07-03 中国工商银行股份有限公司 Cross-bank transaction data processing method and device

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
FORHADMETHUN: "Simple Banking application in Spring boot, JPA, REST where balance can be transferred among predefined accounts and transaction history retrievable", pages 1 - 10, Retrieved from the Internet <URL:《https://codereview.stackexchange.com/questions/231594/simple-banking-application-in-spring-boot-jpa-rest-where-balance-can-be-transf》> *
HESHAM DARVISH等: "Security Analysis of Mobile Money Applications on Android", 《2018 IEEE INTERNATIONAL CONFERENCE ON BIG DATA (BIG DATA)》, pages 1 - 7 *
冯尹麒: "基于微服务的银行业务系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
冯尹麒: "基于微服务的银行业务系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, 15 February 2020 (2020-02-15), pages 27 - 28 *
冯尹麒: "基于微服务的银行业务系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 674 *
蓝月: "Java第四十天,Spring框架系列,银行转账案例(二)——自定义动态代理", pages 1 - 21, Retrieved from the Internet <URL:《https://www.cnblogs.com/viplanyue/p/13573745.html》> *
黄圣达: "淘宝积分系统积分转账子系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 415 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114844875A (en) * 2022-04-21 2022-08-02 深圳依时货拉拉科技有限公司 Application Programming Interface (API) management method, device, equipment and medium
CN114844875B (en) * 2022-04-21 2024-02-06 深圳依时货拉拉科技有限公司 Application programming interface API management method, device, equipment and medium

Also Published As

Publication number Publication date
CN111949337B (en) 2023-11-07

Similar Documents

Publication Publication Date Title
US20150163186A1 (en) Launching a client application based on a message
CN108920257B (en) Transaction processing method, device, equipment and storage medium
US20130103581A1 (en) Systems and methods for single number pan virtual/physical card
CN111340468B (en) Resource data processing method and device, computer equipment and storage medium
WO2019196257A1 (en) Automatic repayment method and system, and terminal device
CN111857888A (en) Transaction processing method and device
CN111899111A (en) Capital matching method, device, server and storage medium
CN108694588B (en) Virtual resource request method and terminal equipment
CN111949337B (en) Accounting processing method, device, terminal and storage medium
CN110782310B (en) Method, device and system for asynchronously acquiring user attribute information from third-party platform
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
CN111192041A (en) Resource transfer method and resource transfer device
CN111367776A (en) Recording method, device, equipment and storage medium of resource transfer service
US20150178696A1 (en) System and method for performing callbacks in an automated clearing house network
CN115689570A (en) Business information risk identification method, device, equipment and medium
CN111865726B (en) Service message testing method, device, computer system and storage medium
CN110378785B (en) Transaction processing method, apparatus, computing device and medium executed by server
CN113034285A (en) Request processing method and device, computer equipment and storage medium
CN112463338A (en) Accumulation fund service processing method and device, electronic equipment and medium
WO2008058185A1 (en) Negotiable instrument to presentation instrument value porting systems and methods
US20220261796A1 (en) Configurable, reactive architecture framework for data stream manipulation at scale
CN113656415B (en) Payment method, payment device, payment apparatus, and storage medium
CN114372865A (en) Loan transaction processing method and device based on Internet and computer equipment
CN117750118A (en) Information transmission method and device
US20200036775A1 (en) Multicomputer processing of client device request data using centralized event orchestrator and dynamic endpoint engine

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
TA01 Transfer of patent application right

Effective date of registration: 20220930

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant