CN110717727A - Information processing method and device based on multiple platforms, computer equipment and storage medium - Google Patents

Information processing method and device based on multiple platforms, computer equipment and storage medium Download PDF

Info

Publication number
CN110717727A
CN110717727A CN201910823559.7A CN201910823559A CN110717727A CN 110717727 A CN110717727 A CN 110717727A CN 201910823559 A CN201910823559 A CN 201910823559A CN 110717727 A CN110717727 A CN 110717727A
Authority
CN
China
Prior art keywords
service link
platform
link
program
subprogram
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910823559.7A
Other languages
Chinese (zh)
Inventor
乔能丹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
OneConnect Smart Technology Co Ltd
Original Assignee
OneConnect Smart Technology 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 OneConnect Smart Technology Co Ltd filed Critical OneConnect Smart Technology Co Ltd
Priority to CN201910823559.7A priority Critical patent/CN110717727A/en
Publication of CN110717727A publication Critical patent/CN110717727A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/101Collaborative creation, e.g. joint development of products or services
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0621Item configuration or customization
    • 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/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Strategic Management (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • General Business, Economics & Management (AREA)
  • Development Economics (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Data Mining & Analysis (AREA)
  • Technology Law (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to a multi-platform-based information processing method and device, computer equipment and a storage medium. The method comprises the following steps: receiving an information processing task sent by a first platform, wherein the information processing task comprises a current service link and a full service link; traversing the total service links from the current service link, and searching link development resources corresponding to the traversed service links in the platform until a target service link is determined; generating a program unit corresponding to a current service link to a target service link according to link development resources; if the target service link is not the last service link of the full service link, determining that the current service link is the next service link of the target service link; and sending the current service link and the full service link to the next platform. By adopting the method, the development of complex preset program products can be realized by utilizing multi-platform open source resources.

Description

Information processing method and device based on multiple platforms, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for processing information based on multiple platforms, a computer device, and a storage medium.
Background
With the rapid development of financial technology, network finance is becoming a trend, and can enjoy various financial services without going out of home by virtue of the advantages of the internet.
In order to meet the expanding demand of people for network financial products, a platform for providing financial services is required to efficiently develop various financial products. When a traditional new financial product is developed, a product manager customizes product requirements, research and development personnel develop a new financial product program, and the product development period is long. In addition, in order to meet various service requirements of financial products, the platform needs to be configured with various software and hardware resources, and the cost is very high. In addition, the traditional financial product service is that one platform provides all service items of financial products, and resource sharing cannot be realized among the platforms.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a multi-platform based information processing method, apparatus, computer device, and storage medium that can implement development of a complex program product using multi-platform open resources.
A multi-platform based information processing method, the method comprising:
receiving an information processing task, wherein the information processing task comprises a current service link and a full service link;
traversing the full service link from the current service link, and searching link development resources corresponding to the traversed service link in the platform until a target service link is determined, wherein the next service link of the target service resource does not correspond to the link development resources;
generating a program unit corresponding to the current service link to the target service link based on the link development resources;
if the target service link is not the last service link of the full service link, determining that the current service link is the next service link of the target service link;
and sending the current service link and the full service link to a next platform so that the next platform generates a program unit corresponding to a subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of a predetermined program.
In one embodiment, the generating, based on the link development resources, program units corresponding to the current service link to the target service link includes:
generating a parameter configuration task corresponding to the link development resource, and sending the parameter configuration task to a configuration terminal;
receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources;
and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
In one embodiment, the method further comprises:
receiving an order task sent by the first platform, wherein the order task comprises a program type and characteristic data;
searching the program unit corresponding to the program type, and inputting the characteristic data into the program unit to obtain a second platform processing result;
searching a platform transmission path corresponding to the program type, and determining a next processing platform through the platform transmission path;
the next processing platform processes and transmits the order until the order is transmitted to the last processing platform of the platform transmission path, and an order processing result is obtained;
and feeding back the order processing result to the request terminal.
In one embodiment, the searching for the program unit corresponding to the program type and inputting the feature data into the program unit to obtain the second platform processing result includes:
searching a program unit corresponding to the program type, wherein the program unit comprises at least one subprogram;
acquiring a user characteristic field corresponding to the subprogram;
extracting a user characteristic value corresponding to the user characteristic field from the characteristic data;
and configuring the subprogram through the user characteristic value, and operating the subprogram to obtain second platform processing.
In one embodiment, the configuring the sub program through the user characteristic value and running the sub program to obtain a second platform process includes:
configuring the subprogram through the user characteristic value, and operating the subprogram to obtain an intermediate processing result;
acquiring a next subprogram of the program unit, and performing user characteristic configuration on the next subprogram;
and inputting the intermediate processing result into the next configured subprogram to obtain a further processing result until the last subprogram outputs a second platform processing result.
A multi-platform based information processing apparatus, the apparatus comprising:
the task information transmission module is used for receiving an information processing task sent by the first platform, wherein the information processing task comprises a current service link and a full service link;
a target service link determining module, configured to traverse the full-volume service link from the current service link, and search link development resources corresponding to the traversed service link in the platform until a target service link is determined, where a next service link of the target service resources does not correspond to the link development resources;
a program unit generating module, configured to generate a program unit corresponding to the target service link from the current service link based on the link development resource;
the task transmission module is used for determining that the current service link is the next service link of the target service link if the target service link is not the last service link of the full service link;
and the program generation module is used for sending the current service link and the full service link to a next platform so as to enable the next platform to generate a program unit corresponding to a subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of a predetermined program.
In one embodiment, the program unit generation module is further configured to generate a parameter configuration task corresponding to the link development resource, and send the parameter configuration task to a configuration terminal; receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources; and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
In one embodiment, the apparatus further comprises:
the order processing module is used for receiving an order task sent by the first platform, and the order task comprises a program type and characteristic data; searching the program unit corresponding to the program type, and inputting the characteristic data into the program unit to obtain a second platform processing result; searching a platform transmission path corresponding to the program type, and determining a next processing platform through the platform transmission path; the next processing platform processes and transmits the order until the order is transmitted to the last processing platform of the platform transmission path, and an order processing result is obtained; and feeding back the order processing result to the request terminal.
A computer device comprising a memory storing a computer program and a processor implementing the steps of the method described above when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method described above.
According to the information processing method, the information processing device, the computer equipment and the storage medium based on the multiple platforms, the information processing task is decomposed into the multiple service links, link development resources corresponding to the service links are searched from the multiple platforms, the development resources of the multiple platforms are fused to realize the development of one program unit, and the rapid development of complex financial service products is realized.
Drawings
FIG. 1 is a diagram illustrating an exemplary embodiment of a multi-platform based information processing method;
FIG. 2 is a flow diagram that illustrates a method for multi-platform based information processing, according to one embodiment;
FIG. 3 is a block diagram showing an example of a configuration of a multi-platform based information processing apparatus;
FIG. 4 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The information processing method based on multiple platforms can be applied to the application environment shown in fig. 1. The first platform 102, the second platform 104 and the second platform 106 can communicate with each other through a network, the first platform 102 generates an information processing task, the information processing task is a program development task, such as a financial program development task, the first platform sends the program development task to the second platform 104, the second platform 104 completes development of one or more service links, generates a new financial development task, sends the new program development task to a third platform, and so on, and the third platform sends the program development task to the next platform until a program corresponding to the last service link is generated. The first platform 102, the second platform 104, and the third platform 106 may be, but not limited to, various personal computers, laptops, smartphones, tablets, and portable wearable devices, and the server 104 may be implemented by a stand-alone server or a server cluster composed of a plurality of servers.
In one embodiment, as shown in fig. 2, there is provided a multi-platform based information processing method, which is described by taking the method as an example applied to the second platform in fig. 1, and includes the following steps:
step 202, receiving an information processing task sent by the first platform, wherein the information processing task comprises a current service link and a full service link.
The information processing task is described as an example of a financial service product development task, but the present application is not limited to the development of a program unit, and may be other types of program development. The platform for finishing the development of the financial service products is multiple, the first platform is a platform for generating financial service tasks, the financial service tasks to be developed are defined in the first platform in advance, and the financial service tasks to be developed comprise multiple service links. All service links corresponding to the financial service tasks are full service links. Each service link corresponds to a financial service stage, and the plurality of service links can realize the whole financial service. The service link can be a placing order link, a payment link, an accounting link and the like.
The first platform completes the development of one or more service links from the first service link according to the development resources in the platform. The first platform determines a current service link node according to a financial processing development link finished in the platform, and generates a program development task according to the current service link node and a full service link. The first platform completes the development of a first service link and a second service link in the full service link according to development resources in the platform, and the current service link node is the third service link, namely the current service link node is the next service link node of the service link nodes which have completed the development of the first platform.
For example, the full-scale service links corresponding to the program units to be developed include: the first platform realizes the development of subprograms corresponding to the service link 1 and the service link 2, so that the current service link corresponding to the information processing task generated by the first platform is the service link 3.
In another embodiment, the second platform receives the program development tasks sent by the first platform, wherein the program development tasks comprise financial service types and service crowds; the second platform looks for a full amount of service links corresponding to the financial service type and the service population. Different financial service types and full service links corresponding to different service crowds are predefined. Wherein the financial service type can be a pre-divided customized financial service type. The service population may be divided by financial risk level. The people with the financial risk level larger than the set threshold are the first service people, and the people with the financial risk level smaller than or equal to the set threshold are the second service people.
And 204, traversing the whole service link from the current service link, and searching link development resources corresponding to the traversed service link in the platform until a target service link is determined and the next service link of the target service resources does not correspond to the link development resources.
And the second platform traverses the full service link from the current service link. Firstly, whether link development resources corresponding to the current service link exist in the platform or not is searched, if yes, the next service link is traversed, whether link development resources corresponding to the next service link exist in the platform or not is searched until the service link of the link development resources which does not correspond is searched, and the last service link of the link development resources which does not correspond is the target service link. And switching resources in the platform from the current service link to the target service link.
And step 206, generating a program unit corresponding to the current service link to the target service link based on the link development resources.
And the second platform acquires link development resources corresponding to the current service link to the target service link. In one embodiment, the link development resource can be a program development module. And the second platform program development template generates a configuration task and pushes the configuration task to the configuration platform. The configuration platform acquires the responded configuration data and feeds the configuration data back to the second platform, the second platform generates a subprogram according to the configuration data and the program development module, the subprogram can realize the financial service corresponding to the corresponding service link, the subprograms of a plurality of service links corresponding to the second platform are connected in order, and the program units corresponding to the second platform are obtained, and the connection sequence is the same as the connection sequence of the service links.
For example, the full-scale service link corresponding to the financial service task to be developed includes: the service link 1-the service link 2-the service link 3-the service link 4-the service link 5, the first platform realizes the development of the subprogram corresponding to the service link 1 and the service link 2, therefore, the current service link corresponding to the program development task generated by the first platform is the service link 3, and the target service link is the service link 4 after searching. The second platform develops the service programs corresponding to the service link 3 and the service link 4 based on the link development resources corresponding to the service link 3 and the service link 4 to obtain the development programs capable of realizing the service link 3 and the service link 4, namely, the program units corresponding to the service link 3 and the service link 4 are realized.
And 208, if the target service link is not the last service link of the full service link, determining that the current service link is the next service link of the target service link.
And step 210, sending the current service link and the full service link to the next platform so that the next platform generates a program unit corresponding to the subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of a predetermined program.
And after the second platform generates a program unit, judging whether the target service link determined by the second platform is the last link of the full-scale service link, if not, determining a new current service link by the second platform, wherein the new current service link is the next service link of the target service link, and if the target service link is the service link 4, determining the current service link determined by the second platform to be the service link 5.
And the second platform sends the new current service link to a third platform, the third platform traverses the total service link from the current service link, and searches link development resources corresponding to the traversed service link in the platform until a target service link is determined. The third platform will generate program units from the current service link to its determined target service link. And if the target service link determined by the third platform is the last service link of the full-scale service link, the development of the financial service product is completed, and the development of the financial service product comprises a program unit in the first platform, a program unit in the second platform and a program unit in the third platform. And if the target service link determined by the third platform is not the last service link of the full-scale service link, determining a new current service link by the third platform, and sending the current service link and the full-scale service link to the fourth platform until the service link corresponding to the subprogram reaches the last service link of the full-scale service link, thereby completing the development of the financial service product.
In this embodiment, the program development task is divided into a plurality of service links, development resources of a plurality of platforms are fused to realize development of one financial service product, and subprograms corresponding to the developed financial service product are distributed in the plurality of platforms.
Further, a platform transfer path of the program development task is recorded, for example, the platform transfer path is a first platform, a second platform, a third platform and a fifth platform. Each platform in the platform transmission path is provided with a program unit corresponding to the financial service product. The reason why the fourth platform is not included in the financial transfer path is that there is no link development resource corresponding to the service link in the fourth platform. The platform delivery paths are saved on all platforms involved in the path, as described above, the platform delivery paths are saved on the first platform-the second platform-the third platform-the fifth platform.
In one embodiment, a method for processing an order of a financial service product developed based on the previous embodiment is provided, which specifically includes the following steps:
step one, a user terminal sends an order task to a first platform, wherein the order task comprises a program type and characteristic data.
And step two, the first platform searches a program unit corresponding to the financial service type and inputs the characteristic data into the program unit to obtain a first platform processing result.
In the above embodiment, the program unit includes at least one sub program, and each sub program corresponds to one financial service link. The subroutines are generated from link development resources and configuration data. If the configuration data includes the configuration item value of the fixed configuration item and the configuration function of the active configuration item, and the input field of the configuration function is a field related to the user feature, the subprogram needs to be configured first when the service link processing responding through the subprogram is performed. For example, the loan product is configured, and the activity configuration items are set to enable the same financial product to realize user-based differential configuration, such as loan repayment term, loan interest rate, interest mode and the like based on the risk level of the user. That is, the user characteristic field of the configuration function may be a user risk level, a user credit level, or the like.
Specifically, a user characteristic field corresponding to the subprogram is obtained; extracting user information from the order information, and extracting a user characteristic value corresponding to a user characteristic field from the user information; and configuring the subprogram through the user characteristic value. And processing the corresponding service link of the order by the configured subprogram to obtain a module processing result. Acquiring a next subprogram, and performing user characteristic configuration on the next subprogram; and inputting the module processing result into the next configured subprogram to obtain a further module processing result until the last subprogram outputs a second platform processing result. And after all subprograms corresponding to the program unit carry out corresponding link processing on the order, a platform processing result is obtained.
And step three, the first platform searches a platform transmission path corresponding to the program type, and determines the next order processing platform from the platform transmission paths.
And step four, sending the first platform processing result and the order information to a next order processing platform (such as a second platform), searching a subprogram corresponding to the program type by the next order processing platform, giving the subprogram the platform processing result, and transmitting the order processing task to the next order processing platform indicated by the platform transmission path until the order task is transmitted to the last order processing platform indicated by the platform transmission path to obtain the order processing result.
And step five, feeding back the order processing result to the user terminal by the last order processing platform.
In the embodiment, the subprogram of the financial service product is distributed in the multiple platforms, and when order processing is performed based on the financial service product, the related multiple platforms decompose the order until an order processing result is obtained, so that a multi-platform cooperative order processing task is realized, and the processing efficiency of the order task is effectively improved.
It should be understood that, although the steps in the flowchart of fig. 2 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a portion of the steps in fig. 2 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 3, there is provided a multi-platform based information processing apparatus including:
the financial development task receiving module 302 is configured to receive an information processing task sent by the first platform, where the information processing task includes a current service link and a full service link.
A target service link determining module 304, configured to traverse the full service link from the current service link, and search link development resources corresponding to the traversed service link in the platform until a target service link is determined, where a next service link of the target service resources does not correspond to the link development resources.
A financial service program generating module 306, configured to generate program units corresponding to the current service link to the target service link based on the link development resources.
A task transferring module 308, configured to determine that the current serving link is a next serving link of the target serving link if the target serving link is not a last serving link of the full serving link.
A financial service product generating module 310, configured to send the current service link and the full service link to a next platform, so that the next platform generates a program unit corresponding to a subsequent link until the target service link determined by the next platform is a last service link of the full service link, and development of a predetermined program is performed.
In one embodiment, the program unit generation module is further configured to generate a parameter configuration task corresponding to the link development resource, and send the parameter configuration task to a configuration terminal; receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources; and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
In one embodiment, the multi-platform based information processing device further comprises an order processing module for receiving an order task sent by the first platform, wherein the order task comprises a program type and characteristic data;
searching the program unit corresponding to the program type, and inputting the characteristic data into the program unit to obtain a second platform processing result; searching a platform transmission path corresponding to the program type, and determining a next processing platform through the platform transmission path; the next processing platform processes and transmits the order until the order is transmitted to the last processing platform of the platform transmission path, and an order processing result is obtained; and feeding back the order processing result to the request terminal.
In one embodiment, the order processing module is further configured to find a program unit corresponding to the financial service type, where the program unit includes at least one of the sub-programs; acquiring a user characteristic field corresponding to the subprogram; extracting user information from the order information, and extracting a user characteristic value corresponding to the user characteristic field from the user information; and configuring the subprogram through the user characteristic value, and processing the order information based on the configured subprogram to obtain a second platform processing result.
In one embodiment, the order processing module is further configured to find a program unit corresponding to the program type, where the program unit includes at least one of the subroutines; acquiring a user characteristic field corresponding to the subprogram; extracting a user characteristic value corresponding to the user characteristic field from the characteristic data; and configuring the subprogram through the user characteristic value, and operating the subprogram to obtain second platform processing.
For the specific limitations of the multi-platform based information processing apparatus, reference may be made to the above limitations of the development method of financial service products, which are not described herein again. The respective modules in the multi-platform based information processing apparatus described above may be wholly or partially implemented by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing the full-scale service links. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a financial services product development method.
Those skilled in the art will appreciate that the architecture shown in fig. 4 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, there is provided a computer device comprising a memory storing a computer program and a processor implementing the following steps when the processor executes the computer program: receiving an information processing task sent by a first platform, wherein the information processing task comprises a current service link and a full service link; traversing the full service link from the current service link, and searching link development resources corresponding to the traversed service link in the platform until a target service link is determined, wherein the next service link of the target service resource does not correspond to the link development resources; generating a program unit corresponding to the current service link to the target service link according to the link development resources; if the target service link is not the last service link of the full service link, determining that the current service link is the next service link of the target service link; and sending the current service link and the full service link to a next platform so that the next platform generates a program unit corresponding to a subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of financial service products.
In one embodiment, the processor, when executing the computer program, further performs the steps of: generating a parameter configuration task corresponding to the link development resource, and sending the parameter configuration task to a configuration terminal; receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources; and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
In one embodiment, the processor, when executing the computer program, further performs the steps of: receiving an order task sent by the first platform, wherein the order task comprises order information; extracting a financial service type from the order task; searching the program unit corresponding to the financial service type, and inputting the order information into the program unit to obtain a second platform processing result; searching a platform transmission path corresponding to the financial service type, and determining a next processing platform through the platform transmission path, wherein the platform transmission path is divided into service links to carry out a transmission path among platforms generated by financial service products; the next processing platform processes and transmits orders until the orders are transmitted to the last processing platform of the platform transmission path, and order processing results are obtained; and feeding back the order processing result to the request terminal.
In one embodiment, the processor, when executing the computer program, further performs the steps of: finding a program unit corresponding to the financial service type, wherein the program unit comprises at least one subprogram; acquiring a user characteristic field corresponding to the subprogram; extracting user information from the order information, and extracting a user characteristic value corresponding to the user characteristic field from the user information; and configuring the subprogram through the user characteristic value, and processing the order information based on the configured subprogram to obtain a second platform processing result.
In one embodiment, the processor, when executing the computer program, further performs the steps of: configuring the subprogram through the user characteristic value, and processing the order information based on the configured subprogram to obtain a module processing result; acquiring a next subprogram, and carrying out user characteristic configuration on the next subprogram; and inputting the module processing result into the next configured subprogram to obtain a further module processing result until the last subprogram outputs a second platform processing result.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving an information processing task sent by a first platform, wherein the information processing task comprises a current service link and a full service link; traversing the full service link from the current service link, and searching link development resources corresponding to the traversed service link in the platform until a target service link is determined, wherein the next service link of the target service resource does not correspond to the link development resources; generating a program unit corresponding to the current service link to the target service link according to the link development resources; if the target service link is not the last service link of the full service link, determining that the current service link is the next service link of the target service link; and sending the current service link and the full service link to a next platform so that the next platform generates a program unit corresponding to a subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of financial service products.
In one embodiment, the computer program when executed by the processor further performs the steps of: generating a parameter configuration task corresponding to the link development resource, and sending the parameter configuration task to a configuration terminal; receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources; and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving an order task sent by the first platform, wherein the order task comprises order information; extracting a financial service type from the order task; searching the program unit corresponding to the financial service type, and inputting the order information into the program unit to obtain a second platform processing result; searching a platform transmission path corresponding to the financial service type, and determining a next processing platform through the platform transmission path, wherein the platform transmission path is divided into service links to carry out a transmission path among platforms generated by financial service products; the next processing platform processes and transmits orders until the orders are transmitted to the last processing platform of the platform transmission path, and order processing results are obtained; and feeding back the order processing result to the request terminal.
In one embodiment, the computer program when executed by the processor further performs the steps of: finding a program unit corresponding to the financial service type, wherein the program unit comprises at least one subprogram; acquiring a user characteristic field corresponding to the subprogram; extracting user information from the order information, and extracting a user characteristic value corresponding to the user characteristic field from the user information; and configuring the subprogram through the user characteristic value, and processing the order information based on the configured subprogram to obtain a second platform processing result.
In one embodiment, the computer program when executed by the processor further performs the steps of: configuring the subprogram through the user characteristic value, and processing the order information based on the configured subprogram to obtain a module processing result; acquiring a next subprogram, and carrying out user characteristic configuration on the next subprogram; and inputting the module processing result into the next configured subprogram to obtain a further module processing result until the last subprogram outputs a second platform processing result.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A multi-platform based information processing method, the method comprising:
receiving an information processing task, wherein the information processing task comprises a current service link and a full service link;
traversing the full service link from the current service link, and searching link development resources corresponding to the traversed service link in the platform until a target service link is determined, wherein the next service link of the target service resource does not correspond to the link development resources;
generating a program unit corresponding to the current service link to the target service link based on the link development resources;
if the target service link is not the last service link of the full service link, determining that the current service link is the next service link of the target service link;
and sending the current service link and the full service link to a next platform so that the next platform generates a program unit corresponding to a subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of a predetermined program.
2. The method of claim 1, wherein generating program units corresponding to the target service link from the current service link based on the link development resources comprises:
generating a parameter configuration task corresponding to the link development resource, and sending the parameter configuration task to a configuration terminal;
receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources;
and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
3. The method of claim 1, further comprising:
receiving an order task sent by the first platform, wherein the order task comprises a program type and characteristic data;
searching the program unit corresponding to the program type, and inputting the characteristic data into the program unit to obtain a second platform processing result;
searching a platform transmission path corresponding to the program type, and determining a next processing platform through the platform transmission path;
the next processing platform processes and transmits the order until the order is transmitted to the last processing platform of the platform transmission path, and an order processing result is obtained;
and feeding back the order processing result to the request terminal.
4. The method of claim 3, wherein the searching for the program unit corresponding to the program type and inputting the feature data into the program unit to obtain the second platform processing result comprises:
searching a program unit corresponding to the program type, wherein the program unit comprises at least one subprogram;
acquiring a user characteristic field corresponding to the subprogram;
extracting a user characteristic value corresponding to the user characteristic field from the characteristic data;
and configuring the subprogram through the user characteristic value, and operating the subprogram to obtain second platform processing.
5. The method of claim 4, wherein the configuring the sub-program by the user characteristic value and the running the sub-program result in a second platform process, comprising:
configuring the subprogram through the user characteristic value, and operating the subprogram to obtain an intermediate processing result;
acquiring a next subprogram of the program unit, and performing user characteristic configuration on the next subprogram;
and inputting the intermediate processing result into the next configured subprogram to obtain a further processing result until the last subprogram outputs a second platform processing result.
6. A multi-platform based information processing apparatus, the apparatus comprising:
the task information transmission module is used for receiving an information processing task sent by the first platform, wherein the information processing task comprises a current service link and a full service link;
a target service link determining module, configured to traverse the full-volume service link from the current service link, and search link development resources corresponding to the traversed service link in the platform until a target service link is determined, where a next service link of the target service resources does not correspond to the link development resources;
a program unit generating module, configured to generate a program unit corresponding to the target service link from the current service link based on the link development resource;
the task transmission module is used for determining that the current service link is the next service link of the target service link if the target service link is not the last service link of the full service link;
and the program generation module is used for sending the current service link and the full service link to a next platform so as to enable the next platform to generate a program unit corresponding to a subsequent link until the target service link determined by the next platform is the last service link of the full service link, and completing the development of a predetermined program.
7. The device according to claim 6, wherein the program unit generating module is further configured to generate a parameter configuration task corresponding to the link development resource, and send the parameter configuration task to a configuration terminal; receiving configuration data returned by the configuration terminal, and generating a subprogram corresponding to a corresponding service link according to the configuration data and the link development resources; and connecting the subprograms corresponding to the service links according to the connection relation among the links to generate a program unit.
8. The apparatus of claim 6, further comprising:
the order processing module is used for receiving an order task sent by the first platform, and the order task comprises a program type and characteristic data; searching the program unit corresponding to the program type, and inputting the characteristic data into the program unit to obtain a second platform processing result; searching a platform transmission path corresponding to the program type, and determining a next processing platform through the platform transmission path; the next processing platform processes and transmits the order until the order is transmitted to the last processing platform of the platform transmission path, and an order processing result is obtained; and feeding back the order processing result to the request terminal.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
CN201910823559.7A 2019-09-02 2019-09-02 Information processing method and device based on multiple platforms, computer equipment and storage medium Pending CN110717727A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910823559.7A CN110717727A (en) 2019-09-02 2019-09-02 Information processing method and device based on multiple platforms, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910823559.7A CN110717727A (en) 2019-09-02 2019-09-02 Information processing method and device based on multiple platforms, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110717727A true CN110717727A (en) 2020-01-21

Family

ID=69209672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910823559.7A Pending CN110717727A (en) 2019-09-02 2019-09-02 Information processing method and device based on multiple platforms, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110717727A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024082274A1 (en) * 2022-10-21 2024-04-25 华为技术有限公司 Ai task indication method, communication apparatus, and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108122093A (en) * 2017-12-07 2018-06-05 浙江大学 A kind of multi-platform task management system by all kinds of means based on deep learning
CN109360048A (en) * 2018-09-26 2019-02-19 中国平安人寿保险股份有限公司 Order generation method, system, computer equipment and storage medium
CN109816517A (en) * 2019-01-02 2019-05-28 深圳壹账通智能科技有限公司 Based on method for processing business, device, computer equipment and the storage medium for increasing letter
CN110020089A (en) * 2018-08-20 2019-07-16 深圳壹账通智能科技有限公司 Compound bill generation method, device, equipment and computer storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108122093A (en) * 2017-12-07 2018-06-05 浙江大学 A kind of multi-platform task management system by all kinds of means based on deep learning
CN110020089A (en) * 2018-08-20 2019-07-16 深圳壹账通智能科技有限公司 Compound bill generation method, device, equipment and computer storage medium
CN109360048A (en) * 2018-09-26 2019-02-19 中国平安人寿保险股份有限公司 Order generation method, system, computer equipment and storage medium
CN109816517A (en) * 2019-01-02 2019-05-28 深圳壹账通智能科技有限公司 Based on method for processing business, device, computer equipment and the storage medium for increasing letter

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024082274A1 (en) * 2022-10-21 2024-04-25 华为技术有限公司 Ai task indication method, communication apparatus, and system

Similar Documents

Publication Publication Date Title
US11847488B2 (en) Graph data processing method, method and device for publishing graph data computational tasks, storage medium, and computer apparatus
US8606787B1 (en) Social network node clustering system and method
CN112000348A (en) Control method and device for service gray release and computer equipment
CN112087439B (en) Block chain transaction query method, system, computer device and storage medium
CN110912712A (en) Service operation risk authentication method and system based on block chain
CN110708247B (en) Message routing method, message routing device, computer equipment and storage medium
CN110503385B (en) Service processing method, device, computer equipment and storage medium
CN110213392B (en) Data distribution method and device, computer equipment and storage medium
CN106296365A (en) A kind of purchase operates sharing method and device
CN110704177A (en) Computing task processing method and device, computer equipment and storage medium
CN111708586A (en) Application starting configuration item loading method and device, computer equipment and storage medium
CN111158959A (en) Virtual machine backup method and device and virtual machine recovery method and device
CN114281573A (en) Workflow data interaction method and device, electronic device and readable storage medium
CN108399533B (en) Transaction processing method and device, computer equipment and storage medium
CN112527357A (en) Service hot loading updating method and device, computer equipment and storage medium
CN109800965B (en) Process business processing method and device, computer equipment and storage medium
CN110717727A (en) Information processing method and device based on multiple platforms, computer equipment and storage medium
US11023863B2 (en) Machine learning risk assessment utilizing calendar data
CN111047187B (en) Information matching processing method, device, computer equipment and storage medium
CN113741868B (en) Service computing task processing method, device, computer equipment and storage medium
CN114296789A (en) Business processing method, device, equipment and storage medium based on full-flow configuration
CN110909761A (en) Image recognition method and device, computer equipment and storage medium
CN113900933A (en) Test method and related device
Chellasamy et al. Application of Serverless Computing in Blockchain Distributed Technology
Davtyan et al. Dealing with undependable workers in decentralized network supercomputing

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