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

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

Info

Publication number
CN111949337B
CN111949337B CN202010790921.8A CN202010790921A CN111949337B CN 111949337 B CN111949337 B CN 111949337B CN 202010790921 A CN202010790921 A CN 202010790921A CN 111949337 B CN111949337 B CN 111949337B
Authority
CN
China
Prior art keywords
account
transfer
request
accounting
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.)
Active
Application number
CN202010790921.8A
Other languages
Chinese (zh)
Other versions
CN111949337A (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
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 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

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 a method, a device, a terminal and a storage medium for processing accounts. 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, based on parameters carried by the accounting processing request, calling an implementation class of an accounting processing interface; and finally, calling an accounting service interface corresponding to the accounting request based on the implementation class to realize accounting. The accounting processing requests of different account types can be realized uniformly by calling the corresponding interfaces, so that 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, the association between companies and individuals and banks is becoming more and more tight, and in order to attract customers, banks are constantly developing different businesses and account types are also becoming more and more popular. Aiming at a plurality of account types and different accounting services, it is difficult for developers to record modules corresponding to different service functions.
In the prior art, different accounts of a bank are required to be respectively called through different interfaces, the account is required to be queried by calling query interfaces corresponding to different account types, and when transferring accounts, the called interfaces are required to be respectively determined according to the types of the accounts of two parties as more than one associated account is required to be used for transferring accounts among different types of accounts.
Problems with the prior art include at least: when different account services of different account types are realized, different interfaces are required to be called respectively, so that development difficulty is increased, development efficiency is reduced, and expandability is poor.
Disclosure of Invention
In view of the above, the embodiment of the invention provides a method, a device, a terminal and a storage medium for processing accounts, which reduce development difficulty, improve development efficiency and have better expandability.
In a first aspect, an embodiment of the present invention provides a method for processing accounts, including:
receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request;
calling an implementation class of the accounting processing interface based on parameters carried by the accounting processing request;
and calling an accounting service interface corresponding to the accounting request based on the implementation class to realize accounting.
Optionally, the calling the implementation class of the accounting interface based on the parameters carried by the accounting request includes:
determining the parameter of the accounting processing interface based on the parameter carried by the accounting processing request;
and calling the implementation class of the accounting processing interface based on the entry. Optionally, based on the implementation class, invoking an accounting service interface corresponding to the accounting request, including;
and calling an accounting service interface corresponding to the accounting 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;
based on 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.
Preferably, the account query request includes at least one of: account type query, first account information query, second account information query.
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;
based on the parameters carried by the transfer request, invoking a transfer realization class corresponding to the transfer interface;
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: first account information, second account information, third account information, base element information, POS transaction information.
Optionally, based on the transfer implementation class, invoking a transfer service interface corresponding to the transfer request to implement transfer, including:
based on the transfer realization class, transferring the transfer service interface corresponding to the transfer request to realize transfer from the first account to the second account; or,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize 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 transfer of the third account to the second account.
Optionally, the third account includes:
the third account is determined based on the first account and the second account.
Preferably, the accounting processing method further includes:
and determining the parameter outlet of the accounting processing interface based on the processing result.
In a second aspect, an embodiment of the present invention further provides an apparatus for processing accounts, 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 realization class calling module is used for calling the realization 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 service interface corresponding to the accounting processing request based on the implementation class to realize accounting processing.
Optionally, when the accounting processing request is an account query request, the method includes:
the account query interface calling module is used for receiving the account query request and calling a corresponding account query interface based on the account query request;
the query realization class calling module is used for calling a query realization class corresponding to the query interface based on the query parameter carried by the account query request;
And the query service interface calling module is used for calling the account query service interface corresponding to the account query request based on the query realization class to realize account query.
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 the 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 the 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 application further provides a terminal, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the method for processing accounts according to any embodiment of the present application when the processor executes the program.
In a fourth aspect, an embodiment of the present application further provides a computer readable storage medium having stored thereon a computer program, wherein the program when executed by a processor implements a method for processing accounts according to any embodiment of the present application.
The method, the device, the terminal and the storage medium for processing accounts, provided by the embodiment of the invention, receive the accounting processing request and call the corresponding accounting processing interface based on the type of the accounting processing request; calling an implementation class of an accounting processing interface based on parameters carried by the accounting processing request; based on the implementation class, an accounting processing request is sent to a corresponding accounting processing service interface, and accounting processing is achieved. The accounting processing requests of different account types can be realized uniformly by calling the corresponding interfaces, so that the development difficulty is reduced, the development efficiency is improved, and the expandability is good.
Drawings
Fig. 1 is a flow chart of a method for processing accounts according to a first embodiment of the present invention;
fig. 2 is a flow chart of a method for processing accounts according to a second embodiment of the present invention;
fig. 3 is a flow chart 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 device 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
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described by means of implementation examples with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention. In the following embodiments, optional features and examples are provided in each embodiment at the same time, and the features described in the embodiments may be combined to form multiple alternatives, and each numbered embodiment should not be considered as only one technical solution.
Example 1
Fig. 1 is a flow chart of an accounting processing method provided in an embodiment of the present invention, and the embodiment is applicable to different accounting processing situations of different account types of banks. The method may be performed by the accounting processing device provided by the embodiment of the present invention, and the performance analysis device may be configured in the terminal provided by the embodiment of the present invention, for example, may be configured in a computer device, which is not limited herein.
As shown in fig. 1, the accounting processing method specifically includes the following steps:
s110, receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request.
The accounting request refers to a request of accounting services input by a developer, and the accounting request may include an accounting service type to be performed. And the development end receives the accounting processing request input by the developer, and calls the corresponding interface according to different types of accounting services to realize.
For the same type of accounting request, the same interface is called for realizing whatever kind of account, and the corresponding interface can be called according to the type of accounting request no matter whether the accounting request comprises the kind of card and/or account.
S120, calling an implementation class of the accounting processing interface based on parameters carried by the accounting processing request.
The accounting processing request may also carry parameters of an account needing to be subjected to accounting service, where the parameters may be a card number and/or an account number, or may be a kind of a card and/or an account, and the embodiment of the present invention does not specifically limit the type of the parameters.
When the accounting processing interface calls the realization class of the accounting processing interface through the interface method, which realization class and/or which realization class to call can be judged based on the parameters of the accounting processing request, the corresponding realization class is selected to call, and the number of the parameters carried by the accounting processing request can be one or more. After one implementation class is called, the implementation class 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 number of the calling times can be different, and the number of the calling implementation classes are not limited in particular.
Optionally, the calling the implementation class of the accounting interface based on the parameters carried by the accounting request includes:
Determining the parameter of an accounting processing interface method based on the parameter carried by the accounting processing request;
and calling the implementation class of the accounting processing interface based on the entry.
And the accounting processing interfaces are provided with corresponding accounting processing interface methods, parameters carried by the accounting processing requests are taken as parameters of the accounting processing interface methods, and the accounting processing interface methods are used for calling the implementation classes of the accounting processing interfaces corresponding to different accounts.
And the parameters carried by the accounting processing request are taken as the parameters of the accounting processing interface method, so that the corresponding implementation class is conveniently called for accounting processing according to the parameters.
S130, calling an accounting service interface corresponding to the accounting request based on the implementation class to realize accounting.
The accounting service interface is a corresponding interface of the server for receiving an accounting request sent by the development end, the development end calls an implementation class of the corresponding interface according to the accounting type, carried parameters and the like of the accounting request, then encapsulation is carried out by calling a father class inherited by the implementation class, the implementation class called by an interface method corresponding to the accounting request is sent to the interface in a form of a request message by calling the accounting service interface corresponding to the server after encapsulation, and the accounting is correspondingly processed by a related processing module.
The realization class of the accounting processing interface for outbound inherits a parent class, and the parent class comprises a message header and a message body after encapsulation. The message header may include the time of initiating the account request, the global tracking number, etc., and the message body may include accounting information, channel information, operator number, etc., and the content of the message header and the message body encapsulated by the parent class is not particularly limited in the embodiment of the present invention.
Optionally, calling a corresponding accounting service interface based on the implementation class includes:
and calling a corresponding accounting 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 the corresponding interfaces, the parameters carried by the accounting processing requests are judged to select and call the different implementation classes, the different implementation classes correspond to different host transaction codes, and the corresponding host transaction codes are determined through the called implementation classes to carry out 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, and when the attribute of the accounting processing request is more, a plurality of implementation classes need to be called, at this time, more than one called host transaction code is required, and the number of the host transaction codes is determined specifically according to the number of the corresponding implementation classes.
Preferably, the accounting processing method further includes:
and determining the parameter outlet of the accounting processing interface based on the processing result.
And the parent class for realizing class inheritance receives the processing result fed back by the accounting processing service interface in the form of a response message, then the processing result is fed back to the realization class for inheriting the parent class, and finally the processing result is fed back to the interface corresponding to the accounting processing request at the development end in the form of parameter output of the interface method. According to the accounting processing method provided by the embodiment of the invention, a development end firstly receives an accounting processing request and calls a corresponding accounting processing interface based on the type of the accounting processing request; then, based on parameters carried by the accounting processing request, calling an implementation class of an accounting processing interface; and finally, based on the implementation class, calling an accounting service interface of a server corresponding to the accounting request to realize accounting. The accounting processing requests of different account types can be realized by calling corresponding interfaces in a unified way, so that development difficulty is reduced, development efficiency is improved, and expandability is good.
Example two
Fig. 2 is a flow chart of a method for processing accounts according to a second embodiment of the present invention, where the embodiment describes a case where the type of the accounting processing request is an account query request based on the foregoing embodiment. The embodiment of the present invention and the accounting processing method provided by the foregoing embodiment belong to the same inventive concept, and technical details which are not described in detail can be referred to the foregoing 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 query request, and calling a corresponding query interface based on the account query request.
The method comprises the steps that an opening end receives an account query request, and a unified account query interface is selected and called according to the query request.
Optionally, the account query request includes at least one of: account type query, first account information query, second account information query.
When the account query request is for querying the account type, the type of the account can be queried according to the card number and/or account number of the card carried by the query request, and the queried account type includes but is not limited to the following types: credit card, debit card (for public), debit card (for private), internal account, other line account, deposit for public demand, deposit for private demand, etc., by way of example, account type inquiry is made based on the number of digits of the card number and/or account number.
The query of the account request as the first account information query means that the query request does not input the type of the account, but the information of the account is still to be queried through the card number and/or the account number of the account, at this time, the type of the account can be judged through the card number and/or the account number of the account, then the realization class corresponding to the type of the account is called, if the type of the account is judged correctly, the complete account information can be obtained, but the real-time balance of the account cannot be queried; if the type of the account is judged to be wrong, other implementation classes are recalled for inquiry.
The query account request is a second account information query, which means that the type of the account is input in the query request, and at this time, the complete account information can be queried and the real-time balance of the account can be queried by calling the corresponding query realization class through the account type.
The realization of the three inquiry requests calls the corresponding realization classes through the corresponding interface methods.
S220, based on the query parameters carried by the account query request, calling a query implementation class corresponding to the query interface.
The query parameters carried by the account query request can be the card number and/or the account of the account, and can also be the type of the account, and different query parameters need to call different implementation types of the query interface. If the query parameters comprise an account card number and/or an account number, and no account type exists, and the query request is the query account type, the corresponding account type query realization class needs to be called; if the query request is for inquiring account information at this time, invoking a realization class corresponding to the second account information query to inquire the account information, wherein the real-time balance of the account cannot be found at this time; if the query parameters comprise account type, account card number and/or account number, the query request is to query account information, and at the moment, a realization class corresponding to the query of the third account information is called, so that the account information can be queried, and the real-time balance of the account can be queried. Optionally, when the type of the queried account is not clear, when the query request is not the account type query, the type of the card can be primarily judged according to the card number and/or the account number, then the query realization class is selected according to the judgment result, or the realization class of the account type query can be called first to query the account type, and then the corresponding realization class is selected again according to the account type obtained by the query to query the account information.
The account query request is an account query type, an account card number and/or an account number carried by the account query request are/is determined to be 27 bits by the development terminal, the account with the card number and/or the account number of 27 bits is judged to be an internal account, the implementation class newlnneratctype corresponding to the internal account is called first, then the A1051014Handle class for the internal account outdoor call query is called, the type of the account is queried by calling the host transaction code 1051014Handle, the implementation class corresponding to the account type can also be called first, the type of the account belongs to be queried, the invoked account information query implementation class is determined again according to the type query result, the embodiment of the invention does not make specific restrictions on the class name of the implementation class of the internal account query, if the card number and/or the corresponding internal account number are found in all internal accounts, if the internal account is not found, the implementation class corresponding to the internal account is called, the query can be performed by calling the implementation class corresponding to other types of the internal account, the implementation class is called if the implementation class query of the account of the other types is not found, the type of the account is not found to be successfully queried, and the type of the account is not found by calling the account type is not found, the implementation class is called if the type is successful in the type query.
If the account inquiry request is an account information inquiry, and the account inquiry request carries the type, the card number and/or the account number of the account, the account information and the real-time balance are inquired by directly calling the implementation class corresponding to the type of the account.
S230, calling an account query service interface corresponding to the account query request based on the query realization class to realize account query.
The account inquiry service interface is a corresponding interface used for receiving an account inquiry request sent by the development end, the development end 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 for outbound inquiry, encapsulates the parent class inherited by the outbound inquiry implementation class, sends the implementation class called by the corresponding interface method of the account inquiry to the interface in the form of an inquiry request message by calling the account inquiry service interface of the server after encapsulation, then receives an account inquiry result fed back by the account inquiry service interface in the form of an inquiry response message by the parent class inherited by the inquiry implementation class, then feeds back to the inquiry implementation class, and finally feeds back to the account inquiry interface of the development end in the form of the output parameter of the interface method, so that the whole process realizes the inquiry of the account.
The exemplary method may be that when the credit card is queried, the query interface method invokes the general account query to implement class CommAccType, then invokes class A02811004Handle for the outbound query of the credit card, sends the query request of the credit card to the query service interface in the form of request message through the parent class inherited by class A02811004Handle for encapsulation, and queries the account information of the credit card through the host transaction code A02811004; the method and the device can also be used for inquiring the personal debit card, namely, when the personal debit card is inquired, the CommAccType is also called first, then the class E0181S421Handle and the class E0181S422Handle used for inquiring the outgoing call of the personal debit card are called, the personal debit card inquiry request is sent to an inquiry service interface in the form of a request message through the parent class inherited by the E0181S421Handle class and the E0181S422Handle class, and the personal credit card account information inquiry is carried out through the host transaction codes E0181S422 and E0181S 421.
According to the accounting processing method provided by the embodiment of the invention, an account query request is received, and a corresponding account query interface is called 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 query service interface corresponding to the account query request based on the query realization class to realize account query. The account query process is specifically described when the account processing request is an account query, and account query is performed on different types of accounts by calling corresponding implementation classes.
Example III
Fig. 3 is a flow chart of a method for processing accounts according to a third embodiment of the present invention, where the embodiment describes a case where the type of the accounting processing request is a transfer request based on the above embodiment. The embodiment of the present invention and the accounting processing method provided by the foregoing embodiment belong to the same inventive concept, and technical details which are not described in detail can be referred to the foregoing embodiment, and have the same technical effects.
As shown in fig. 3, the accounting processing method specifically includes the following steps:
s310, receiving a transfer request, and calling a corresponding transfer interface based on the transfer request.
The method comprises the steps that an initiating end receives a transfer request input by a developer, and a unified transfer interface is selected and called according to the transfer request. The corresponding transfer realization class can be called through the transfer interface, the input different account attributes can be set through the interface, and the account attributes received by the developing end are not full due to the different account attributes, so that the account attributes need to be supplemented, and the transfer account can be matched with the transfer realization class which needs to be called through the interface, namely, business logic judgment is performed.
The transfer request can be realized by setting a plurality of transfer interfaces, and an unified transfer interface can be provided for the outside, an internal actual processing interface of accounts can be provided, all concrete transfer transactions need to realize the interface, different internal actual processing interfaces can be provided respectively according to different transfer steps, and corresponding interfaces can be realized according to the decision of the transfer steps.
S320, calling a transfer realization class corresponding to the transfer interface based on parameters carried by the transfer request.
The system also provides a field of 'accounting transaction category' for directly judging in order to deal with some special scenes. The accounting module firstly judges whether the field of the accounting transaction category has assignment, and if not, the accounting module matches the matching method of each implementation category one by one to judge.
Optionally, the parameters carried by the transfer request may include at least one of: first account information, second account information, third account information, base element information, POS transaction information.
The first account information may be debit information, and mainly includes debit account information, the debit account information may be debit account number and/or debit card number, debit account type, account opening name, etc., and further includes debit medium information, when there is a medium such as a card fold or a certificate, the attribute is taken as a necessary input item, and when the registered account type is inconsistent with the actual situation, the attribute of the registered account for recording the account is set; the second account information may be credit information, the credit information may include credit account information, the credit account information may be credit account number and/or credit card number, credit account type, account opening line name, etc., and further includes credit medium information, when there is a medium such as a card fold or a certificate, etc., the medium is used as a necessary transmission attribute, when the account is transferred outside the line, the line number, the line name and the standard name are transferred, and when the registered account type is inconsistent with the actual situation, the attribute of the registered account for recording the accounting is set; the third account information may be an account type, a card number and/or an account number, a password, an account name, an issuer number, an issuer name, etc.; the basic element information can comprise a card number and/or an account number input mode, can be manually input, read a magnetic stripe in a contact manner, be obtained in a bar code mode and the like, and can also comprise an operator number, a website number, a debit card transaction password input mode, an agent account checking serial number, an accounting date and the like; the POS transaction information may be a customer account number, a terminal number, etc. The attribute contained in the first account information, the second account information, the third account information, the basic element information and the POS transaction information is not particularly limited.
The transfer parameters are enriched, the transfer type is convenient to judge, and the calling times of the realization class can be reduced.
Preferably, the transferring service interface corresponding to the transferring request is called based on the transferring implementation class, and transferring is implemented, including:
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize transfer from the first account to the second account; or,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize 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 transfer of the third account to the second account.
The account type of the borrower and the account type of the lender can be judged based on the parameters carried by the transfer request, and the transfer can be confirmed to be performed in a plurality of steps according to the account types of the two parties, and the single-step transfer can be performed in one realization class, and if the single-step transfer is needed, the multi-step transfer can be performed in different realization classes.
The first account is a corresponding account containing the first account information, the second account is a corresponding account containing the second account information, and the third account is a corresponding account containing the third account information.
If the transfer can be realized by judging that only one step is needed, namely, only the transfer from the first account to the second account is needed, the single-step transfer realization class is called, and the single-step transfer abstract class Abstract AcgTransHandle is called in the transfer process, and then different types of corresponding realization classes are selected and called according to different account types. The account of both sides of transfer can be transferred to and/or transferred to public account, internal account, cash and private card folding account, can be transferred to public account, internal account, cash and private card folding account by internal account, can be transferred to public account and internal account by cash, can be transferred to public account and internal account by private card folding account, and can be transferred to public account and internal account by acgtranshandleforA0183A200, and transfer among the above-mentioned accounts can be implemented by transferring host transaction code A0183A 200. The method can also be that the first account, namely the borrower, is a public or internal account, the second account, namely the lender, is a line account, the AcgTransHandleForA0332R200 implementation class is called, and then the transfer between the first account and the second account is realized through the host transaction code A0332R 200. In the transaction, the first account, namely the borrower, is a public or internal account, the second account, namely the lender, is a credit card, the AcgTransHandleForA02810609 is called to be realized, and the transfer is realized by calling the host transaction code A02810609, wherein for the credit card, only the change of the balance day is summarized according to the service requirement or transferred to the internal account from the corresponding public account in daytime. The embodiment of the invention does not limit the class names of the realization classes corresponding to the transfer account calls of different types.
If the transfer can not be directly realized through the first account and the second account through judgment, the transfer is realized by taking the third account as a transitional user, and at the moment, the transfer from the first account to the third account is firstly required, and then the transfer from the first account to the third account is required. Illustratively, all multi-step transfers first require the invocation of a multi-step transfer abstract class, abstract MultiStepAcgTransHandle, followed by the invocation of implementation classes corresponding to different transfer accounts. The first account, namely the borrower, is a credit card, the second account is a public account, the borrower needs to transfer accounts by means of a third account, namely a transitional user, in the first step, the borrower is an initial borrower, namely the credit card, the lender is an initial lender, namely the public account, three or one of AcgTransHandleForA-like 02810552, acgTransHandleForA02810537 and AcgHandleForA 02810556 is called, meanwhile, the three or one of host transaction codes A02810552, A02810537 and A02810556 is called to transfer accounts to the transitional user, in the second step, the borrower is a third account, namely the transitional user, the lender is an initial lender, namely the second account, the AcgTransHandleForA0283A200 is called to realize the transfer of the transitional user to the public account, and the transfer of the credit card to the public account is realized through the two steps. The method can also be used for repayment of the credit card, wherein the first account is the credit card, the second account is the borrower, the borrower is a public account or an internal account, the borrower is a third account, namely a transitional account, the first account is the initial lender during the first-step transfer, the AcgTransHandleForA-like 02810609 is called, the host transaction code A02810609 is called to realize repayment transfer from the second account, namely the credit card, to the third account, namely the transitional account, the second account is the initial borrower during the second transfer, the transitional account is the borrower, the AcgTransHandleForA-like 0283A200 is called, and the host transaction code A0283A200 is called to realize the transfer from the third account, namely the transitional account, namely the initial borrower account, so that the repayment of the credit card to the public account or the internal account is finally realized. The embodiment of the invention does not particularly limit the class name of the implementation class of multi-step transfer.
Account transfer of different types is carried out through different realization types, so that the transfer efficiency is improved, and the transfer of developers is facilitated.
Optionally, the third account includes:
the third account is determined based on the first account and the second account.
Whether the third account is needed as the transitional user is determined according to the types of the first account and the second account, if the first account cannot transfer accounts with the second account, the transfer from the first account to the third account is needed, and then the transfer from the third account to the second account is needed.
And determining a third account according to the first account and the second account, so that multi-step transfer is facilitated.
S330, based on the transfer realization class, transferring the transfer service interface corresponding to the transfer request, and realizing the transfer.
The transfer service interface is a corresponding interface for receiving a transfer request sent by a development end, 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 for outbound transfer, encapsulates by calling a parent class inherited by the realization class for outbound transfer, finally sends the realization class called by a transfer corresponding interface method to the interface in a transfer request message form through the transfer service interface of the calling server after encapsulation, then receives a transfer result fed back in a transfer response message form through the parent class receiving service interface inherited by the transfer realization class, and feeds back to the transfer realization class in a transfer interface of the development end in a form of a parameter output of the interface method, so that one-step transfer of an account is realized in the whole process, and the process is similar to the above-mentioned process, and only the realization classes corresponding to different 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 the 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, and specifically explaining when the account processing request is the transfer request, so that the realization class is respectively called according to different account types of both sides of the transfer to transfer.
Example IV
Fig. 4 is a block diagram of an accounting processing device according to a fourth embodiment of the present invention, where the present embodiment is applicable to different accounting situations of different account types of banks. The processing device for the application accounts can realize the processing method for the accounts provided by any embodiment of the invention. As shown in fig. 4, the accounting processing device includes:
an accounting interface calling module 410, configured to receive an accounting request, and call a corresponding accounting interface based on a type of the accounting request;
an implementation class calling module 420, configured to call an implementation class of the accounting processing interface based on a parameter carried by the accounting processing request;
And the service interface calling module 430 is configured to call an accounting service interface corresponding to the accounting request based on the implementation class, so as to implement accounting.
Optionally, the calling, based on the implementation class, an accounting service interface corresponding to the accounting request includes:
and calling an accounting service interface corresponding to the accounting 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 calling the implementation class of the accounting interface based on the parameters carried by the accounting request includes:
determining the parameter of the accounting processing interface based on the parameter carried by the accounting processing request;
and calling the implementation class of the accounting processing interface based on the entry.
Optionally, the accounting processing method further includes:
and the parameter outlet determining module is used for determining parameter outlet 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 query interface calling module is used for receiving the account query request and calling a corresponding account query interface based on the account query request;
The query realization class calling module is used for calling a query realization class corresponding to the query interface based on the query parameter carried by the account query 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 to realize account inquiry.
Optionally, the account query request includes at least one of: account type query, first account information query, second account information query.
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 the 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 the transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
Optionally, the parameters carried by the transfer request include at least one of the following: first account information, second account information, third account information, base element information, POS transaction information.
Optionally, the service interface calling module is configured to call, based on the implementation class, an accounting service interface corresponding to the accounting request to implement accounting, and includes:
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize transfer from the first account to the second account; or,
based on the transfer realization class, calling the transfer service interface corresponding to the transfer request to realize 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 transfer of the third account to the second account.
Optionally, the third account includes:
the third account is determined based on the first account and the second account.
The invention provides an accounting processing device, which comprises the steps that firstly, an originating terminal receives an accounting processing request and calls a corresponding accounting processing interface based on the type of the accounting processing request; then, based on parameters carried by the accounting processing request, calling an implementation class of an accounting processing interface; and finally, based on the implementation class, calling an accounting service interface of a server corresponding to the accounting request to realize accounting. The accounting processing requests of different account types can be realized uniformly by calling the corresponding interfaces, so that 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 not described in detail can be seen in the method for processing accounts according to 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 shows a block diagram of an exemplary terminal 12 suitable for use in implementing any of the embodiments of the invention. The terminal 12 shown in fig. 5 is merely an example, and should not be construed as limiting the functionality and scope of use of the embodiments of the present invention. The device 12 is typically a hand terminal that installs applications.
As shown in fig. 5, the terminal 12 is 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 connecting the different components, including the memory 28 and the processing unit 16.
Bus 18 represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include industry standard architecture (Industry Standard Architecture, ISA) bus, micro channel architecture (Micro Channel Architecture, MCA) bus, enhanced ISA bus, video electronics standards association (Video Electronics Standards Association, VESA) local bus, and peripheral component interconnect (Peripheral Component Interconnect, PCI) bus.
Terminal 12 typically includes a variety of computer readable media. Such media can 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 (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 or write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, commonly referred to as a "hard disk drive"). Although not shown in fig. 5, a 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 and writing to a removable nonvolatile optical disk (e.g., a Compact Disc-Read Only Memory (CD-ROM), digital versatile Disc (Digital Video Disc-Read Only Memory, DVD-ROM), or other optical media) may be provided. In such cases, each drive may be coupled to bus 18 through one or more data medium interfaces. Memory 28 may include at least one program product 40, with program product 40 having a set of program modules 42 configured to perform the functions of embodiments of the present invention. Program product 40 may be stored, for example, in memory 28, such program modules 42 include, but are not limited to, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 42 generally perform the functions and/or methods of the embodiments described herein.
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 occur through an input/output (I/O) interface 22. Also, the terminal 12 may communicate with one or more networks such as a local area network (Local Area Network, LAN), a wide area network Wide Area Network, a WAN, and/or a public network such as the internet via the network adapter 20. As shown, the network adapter 20 communicates with other modules of the terminal 12 via the bus 18. It should be appreciated that although not shown in fig. 5, other hardware and/or software modules may be used in connection with terminal 12, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, disk array (Redundant Arrays of Independent Disks, RAID) devices, tape drives, data backup storage devices, and the like.
The processor 16 executes various functional applications and data processing by running a program stored in the memory 28, for example, to implement 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 an implementation class of the accounting processing interface based on parameters carried by the accounting processing request;
and calling an accounting service interface corresponding to the accounting request based on the implementation class to realize accounting.
Of course, those skilled in the art will appreciate that the processor may also implement the accounting processing method provided by any of the embodiments of the present application.
Example six
The sixth embodiment of the present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method for processing accounts according to any embodiment of the present application, 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 an implementation class of the accounting processing interface based on parameters carried by the accounting processing request;
and calling an accounting service interface corresponding to the accounting request based on the implementation class to realize accounting.
Of course, the computer readable storage medium provided by the embodiments of the present application, on which the computer program stored is not limited to the above method instructions, may also execute the method for processing accounts provided by any embodiment of the present application.
The computer storage media of embodiments of the invention may take the form of 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 can be, for example, but not limited to, an apparatus, device, or means of electronic, magnetic, optical, electromagnetic, infrared, or semiconductor, or a combination of any 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 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.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. 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 one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ 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 kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described 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, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (12)

1. A method for processing accounts, comprising:
receiving an accounting processing request, and calling a corresponding accounting processing interface based on the type of the accounting processing request; the types of the accounting processing requests comprise account inquiry requests and transfer requests;
calling an implementation class of the accounting processing interface based on parameters carried by the accounting processing request;
based on the implementation class, invoking an accounting service interface corresponding to the accounting request to implement accounting, including:
calling an accounting service interface corresponding to the accounting request based on a host transaction code corresponding to the implementation class, wherein the number of the host transaction codes is one or more; the accounting processing service interface feeds back a processing result in a form of a response message;
the step of calling the realization class of the accounting interface based on the parameters carried by the accounting request comprises the following steps:
determining the parameter of the accounting processing interface based on the parameter carried by the accounting processing request;
calling the implementation class of the accounting processing interface based on the entry;
when the accounting request is a transfer request, the method for calling an accounting service interface corresponding to the accounting request based on the implementation class to implement accounting includes:
If the single-step transfer is adopted, based on the single-step transfer realization class, transferring the transfer service interface corresponding to the transfer request to realize the transfer from the first account to the second account;
if multi-step transfer is adopted, based on multi-step transfer realization classes, calling the transfer service interface corresponding to the transfer request to realize transfer from the first account to a third account;
and calling the transfer service interface corresponding to the transfer request based on the multi-step transfer realization class to realize transfer of the third account to the second account.
2. The method of claim 1, wherein when the accounting request is an account query request, comprising:
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, invoking 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.
3. The method of claim 2, wherein the account query request includes at least one of: account type query, first account information query, second account information query.
4. The method of claim 1, wherein when the accounting request is a transfer request, comprising:
receiving the transfer request, and calling a corresponding transfer interface based on the transfer request;
based on the parameters carried by the transfer request, invoking a transfer realization class corresponding to the transfer interface;
and calling a transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
5. The method of claim 4, wherein the parameters carried by the transfer request include at least one of: first account information, second account information, third account information, base element information, POS transaction information.
6. The method of claim 1, wherein the third account comprises:
the third account is determined based on the first account and the second account.
7. The method of any one of claims 1-6, wherein the accounting method further comprises:
and determining the parameter outlet of the accounting processing interface based on the processing result.
8. An accounting processing device, 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 types of the accounting processing requests comprise account inquiry requests and transfer requests;
The realization class calling module is used for calling the realization class of the accounting processing interface based on the parameters carried by the accounting processing request;
the service interface calling module is configured to call an accounting service interface corresponding to the accounting request based on the implementation class, and implement accounting processing, and includes:
calling an accounting service interface corresponding to the accounting request based on a host transaction code corresponding to the implementation class, wherein the number of the host transaction codes is one or more; the accounting processing service interface feeds back a processing result in a form of a response message;
wherein, the inquiry realizes the class calling module, include:
the parameter entering determining unit is used for determining parameter entering of the accounting processing interface based on the parameters carried by the accounting processing request;
an implementation class calling unit, configured to call the implementation class of the accounting processing interface based on the entry;
when the accounting processing request is a transfer request, the service interface calling module is specifically configured to:
if the single-step transfer is adopted, based on the single-step transfer realization class, transferring the transfer service interface corresponding to the transfer request to realize the transfer from the first account to the second account;
If multi-step transfer is adopted, based on multi-step transfer realization classes, calling the transfer service interface corresponding to the transfer request to realize transfer from the first account to a third account;
and calling the transfer service interface corresponding to the transfer request based on the multi-step transfer realization class to realize transfer of the third account to the second account.
9. The apparatus of claim 8, wherein when the accounting request is an account query request, comprising:
the account query interface calling module is used for receiving the account query request and calling a corresponding account query interface based on the account query request;
the query realization class calling module is used for calling a query realization class corresponding to the query interface based on the query parameter carried by the account query request;
and the query service interface calling module is used for calling the account query service interface corresponding to the account query request based on the query realization class to realize account query.
10. The apparatus of claim 8, wherein when the accounting request is a transfer request, comprising:
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 the 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 the transfer service interface corresponding to the transfer request based on the transfer realization class to realize transfer.
11. 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 accounts as claimed in any one of claims 1-7 when executing the program.
12. A computer-readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method of processing accounts as claimed in any one of claims 1-7.
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 CN111949337A (en) 2020-11-17
CN111949337B true 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)

Families Citing this family (1)

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

Citations (11)

* 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
CN111369247A (en) * 2020-03-03 2020-07-03 中国工商银行股份有限公司 Cross-bank transaction data processing method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10489776B2 (en) * 2008-03-13 2019-11-26 Giftya Llc System and method for managing gift credits

Patent Citations (11)

* 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
CN111369247A (en) * 2020-03-03 2020-07-03 中国工商银行股份有限公司 Cross-bank transaction data processing method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Security Analysis of Mobile Money Applications on Android;Hesham Darvish等;《2018 IEEE International Conference on Big Data (Big Data)》;1-7 *
基于微服务的银行业务系统的设计与实现;冯尹麒;《中国优秀硕士学位论文全文数据库 信息科技辑》;20200215;第27-28,30,45-48页 *
基于微服务的银行业务系统的设计与实现;冯尹麒;《中国优秀硕士学位论文全文数据库 信息科技辑》;I138-674 *
淘宝积分系统积分转账子系统的设计与实现;黄圣达;《中国优秀硕士学位论文全文数据库 信息科技辑》;I138-415 *

Also Published As

Publication number Publication date
CN111949337A (en) 2020-11-17

Similar Documents

Publication Publication Date Title
WO2020098084A1 (en) Processing method and apparatus for loan service, and computer device
CN108920257B (en) Transaction processing method, device, equipment and storage medium
US11720895B2 (en) Systems and methods for use in facilitating network messaging
US20080065531A1 (en) Web-based payments on text-to-pay sms networks
CN112346794A (en) Interface calling method, device, equipment and medium
CN111047310A (en) Method and device for realizing distribution and transfer of digital assets and online financing
CN110415112B (en) Post-credit business processing method, device, equipment and storage medium
CN109658234A (en) Payment beforehand method for computing data, device, computer equipment and storage medium
CN111899111A (en) Capital matching method, device, server and storage medium
CN111857888A (en) Transaction processing method and device
CN111949337B (en) Accounting processing method, device, terminal and storage medium
US20090060165A1 (en) Method and System for Customer Transaction Request Routing
CN111008895A (en) Internet financial repayment method, device, equipment and storage medium
CN110782310B (en) Method, device and system for asynchronously acquiring user attribute information from third-party platform
CN110336872B (en) Method, device and system for acquiring third-party data
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
CN110046977B (en) Accounting method, accounting device and server
CN111192041A (en) Resource transfer method and resource transfer device
CN111367776A (en) Recording method, device, equipment and storage medium of resource transfer service
CN114217790A (en) Interface scheduling method and device, electronic equipment and medium
CN111865726B (en) Service message testing method, device, computer system and storage medium
US11244389B2 (en) Communicating property data
CN110969518B (en) Clearing account configuration method and device, server and storage medium
CN114546682A (en) Data processing method, device, equipment, medium and program product
US20220012698A1 (en) Methods and systems of providing interoperability between incompatible payment systems

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
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.

GR01 Patent grant
GR01 Patent grant