CN117194136A - Local system and method for integrating third party system thereof and readable storage medium - Google Patents

Local system and method for integrating third party system thereof and readable storage medium Download PDF

Info

Publication number
CN117194136A
CN117194136A CN202311207381.6A CN202311207381A CN117194136A CN 117194136 A CN117194136 A CN 117194136A CN 202311207381 A CN202311207381 A CN 202311207381A CN 117194136 A CN117194136 A CN 117194136A
Authority
CN
China
Prior art keywords
party system
target
party
information
terminal request
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
CN202311207381.6A
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.)
Wuchang Polytechnic College
Wuhan Meihe Yisi Digital Technology Co ltd
Original Assignee
Wuchang Polytechnic College
Wuhan Meihe Yisi Digital 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 Wuchang Polytechnic College, Wuhan Meihe Yisi Digital Technology Co ltd filed Critical Wuchang Polytechnic College
Priority to CN202311207381.6A priority Critical patent/CN117194136A/en
Publication of CN117194136A publication Critical patent/CN117194136A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a method, a system and a readable storage medium for integrating a third party system by a local system, wherein the local system comprises a preset integration model, and the method comprises the following steps: when a terminal request is received, judging whether the terminal request carries a third party system identifier or not; if the third party system identification is carried, calling a preset integration model to identify a target third party system corresponding to the third party system identification; and acquiring interface parameters of the target third-party system based on a preset integration model, initializing the interface parameters, integrating the target third-party system into a local system, and responding to the terminal request. According to the invention, the preset integration model special for initializing the interface parameters of various third-party systems is preset, so that the third-party systems are integrated into the local system in a non-invasive manner for access, on one hand, the interface parameters of the third-party systems are prevented from being written, and on the other hand, the third-party systems are integrated into the local system in a non-invasive manner, so that the rapid investigation of the problem points is facilitated.

Description

Local system and method for integrating third party system thereof and readable storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a local system, a method for integrating a third party system with the local system, and a readable storage medium.
Background
Currently, with the development of network technology, various types of system layers are endless to realize different functional requirements. If a separate system is developed for each different requirement, the development effort will be huge. In this regard, development effort is often reduced by integrating other systems in one system. However, the integration of the system also involves the coupling between the systems, at least the interface parameters of the system to be integrated need to be written into the system to be integrated, and the intrusion of the interface parameters of the system to be integrated into the system to be integrated occurs. The more integrated systems, the higher the coupling degree, the more serious the intrusion, not only the writing workload is increased, but also the problem that the system is difficult to quickly check due to high coupling when running in error is more serious. Therefore, how to integrate various types of systems in a non-invasive manner so as to quickly check problems when the system runs in error is one of the technical problems that needs to be solved at present.
Disclosure of Invention
The main purpose of the present invention is to provide a method, a system and a readable storage medium for integrating a third party system by a local system, which aims to solve the technical problem of how to integrate various types of systems without invasion in the prior art.
In order to achieve the above object, the present invention provides a method for integrating a third party system by a local system, where the local system includes a preset integration model, and the method for integrating a third party system by a local system includes:
when a terminal request is received, judging whether the terminal request carries a third party system identifier or not;
if the third party system identifier is carried, a preset integration model is called to identify a target third party system corresponding to the third party system identifier;
and acquiring interface parameters of the target third-party system based on the preset integration model, initializing the interface parameters, integrating the target third-party system into a local system, and responding to the terminal request.
Optionally, the step of initializing the interface parameter to integrate the target third party system into a local system, and responding to the terminal request includes:
identifying a request type of the terminal request based on the preset integration model, and determining a target parameter in the interface parameters based on the request type to initialize so as to integrate a function corresponding to the terminal request in the target third-party system into a local system;
transmitting the terminal request to the target third party system, and acquiring information of the response of the target third party system to the terminal request and returning the information to the user terminal initiating the terminal request.
Optionally, before the step of transmitting the terminal request to the target third party system, the step of transmitting the terminal request includes:
and identifying whether the terminal request carries sensitive information or not based on the preset integrated model, if so, performing desensitization processing on the sensitive information to form a new terminal request, so as to transmit the new terminal request to the target third-party system.
Optionally, the step of transmitting the terminal request to the target third party system includes:
acquiring a user account corresponding to the terminal request based on the preset integration model, judging whether the user account exists in the target third-party system, and if so, transmitting the terminal request to the target third-party system based on the user account;
if the user account does not exist in the target third party system, generating virtual account information corresponding to the user account, and applying for registration to the target third party system based on the virtual account information to obtain a registration account;
and transmitting the terminal request to the target third party system based on the registration account number.
Optionally, the step of obtaining information of the response of the target third party system to the terminal request and returning the information to the user terminal initiating the terminal request includes:
acquiring information of the target third party system for requesting response to the terminal, and adding the responded information to a preset display template of the local system to form information to be displayed;
and returning the information to be displayed to the user terminal for displaying the terminal request.
Optionally, the step of returning the information to be displayed to the user terminal for displaying the terminal request includes:
and if receiving feedback information sent by the user terminal based on the information to be displayed, adjusting the information to be displayed based on the feedback information, and returning the adjusted information to be displayed to the user terminal for display.
Optionally, the step of calling a preset integration model to identify a target third party system corresponding to the third party system identifier includes:
calling a preset integration model to compare the third party system identifier with identifiers in a preset system pool, and judging whether a target identifier corresponding to the third party system identifier exists in the identifiers of the preset system pool;
if the target identifier exists, searching a third party system corresponding to the target identifier as the target third party system.
Optionally, after the step of determining whether the target identifier corresponding to the third party system identifier exists in the identifier of the preset system pool, the step of determining includes:
if the target identifier does not exist, outputting adding prompt information based on the target identifier;
when an addition request sent based on the addition prompt information is received, verifying the addition request, and after the addition request passes the verification, adding an identification to be added corresponding to the addition request into the preset system pool.
Further, to achieve the above object, the present invention further provides a local system of an integrated third party system, the local system of the integrated third party system including: memory, processor, communication bus, and control program stored on the memory:
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is configured to execute the control program to implement the steps of the method for integrating a third party system with a local system as described above.
Further, to achieve the above object, the present invention also provides a readable storage medium having a control program stored thereon, which when executed by a processor, implements the steps of the method for integrating a third party system with a local system as described above.
The local system comprises a preset integrated model which is preset, and once a terminal request is received, whether the terminal request carries a third party system identifier is judged; if the third party system identification is carried, the third party system is required to be accessed, and therefore a preset integration model is called to identify a target third party system corresponding to the third party system identification; and further, based on the preset integration model, acquiring interface parameters of the target third-party system, initializing the acquired interface parameters, integrating the target third-party system into the local system through initialization, and further, responding to the terminal request by the integrated target third-party system. Therefore, the invention sets the preset integrated model specially used for initializing the interface parameters of various third-party systems in advance, and when the third-party systems are determined to be required to be accessed, the interface parameters of the third-party systems are acquired by the preset integrated model to be initialized, so that the third-party systems are integrated to the local system in a non-invasive way to access, on one hand, the interface parameters of the third-party systems are prevented from being written, on the other hand, the third-party systems are integrated in a non-invasive way to the local system through the preset integrated model, and when the local system operates in error, only the local system itself is operated to judge whether the local system operates in error or the third-party systems integrated by calling the preset integrated model operate in error, thereby realizing the rapid investigation of the problem point.
Drawings
FIG. 1 is a flow chart of a first embodiment of a method for integrating a third party system with a local system according to the present invention;
FIG. 2 is a flow chart of a second embodiment of a method for integrating a third party system with a local system according to the present invention;
FIG. 3 is a flow chart of a third embodiment of a method for integrating a third party system with a local system according to the present invention;
FIG. 4 is a schematic diagram of a hardware operating environment according to an embodiment of the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic flow chart of a first embodiment of a method for integrating a third party system by a local system according to the present invention.
Embodiments of the present invention provide embodiments of a method for integrating a third party system with a local system, it being noted that although a logical order is shown in the flowchart, in some cases the steps shown or described may be performed in an order different than that shown or described herein. Specifically, the local system in this embodiment includes a preset integration model, and the method for integrating the third party system by the local system includes:
step S10, when a terminal request is received, judging whether the terminal request carries a third party system identifier or not;
the method for integrating the third party system by the local system of the embodiment is applied to a server of the local system, the server supports communication connection with a terminal and the third party system, so that a user with the requirement of accessing the third party system initiates a terminal request to the server through the terminal, and the server responds to the terminal request by integrating the third party system into the local system according to the terminal request. Considering that not all users have the requirement of accessing the third party system, when the server receives the terminal request, whether the terminal request carries the third party system identification is judged. If the third party system identification is carried, the requirement of accessing the third party system is illustrated, and the third party system needs to be integrated into a local system. If the terminal does not carry the third party system identification, the terminal indicates that the terminal does not have the requirement of accessing the third party system, and the terminal directly accesses the local system according to the terminal request.
And step S20, if the third party system identifier is carried, calling a preset integration model to identify a target third party system corresponding to the third party system identifier.
Further, a preset integrated model is preset for the local system, if the terminal requests that the third party system is not required to be accessed, the preset integrated model is in a non-operation state, and when the terminal requests that the third party system is required to be accessed with the third party system identification, the preset integrated model is started to operate, the third party system characterized by the third party system identification is determined by calling the preset integrated model identification, and the third party system is the system required to be accessed by the user, so that the system is used as a target third party system corresponding to the third party system identification. By setting the preset integration model to be started only when the third party system access requirement exists, the operation efficiency is improved, and meanwhile the error rate is reduced.
Step S30, acquiring interface parameters of the target third party system based on the preset integration model, initializing the interface parameters, integrating the target third party system into a local system, and responding to the terminal request.
Furthermore, after determining the target third party system to be accessed by the user, the interface parameters of the target third party system are acquired through a preset integration model. And an initialization module is arranged in the preset integrated model, and the acquired interface parameters are transmitted to the initialization module to initialize the interface parameters. The target third-party system is integrated to the local system through the initialization of the interface parameters, and then the integrated target third-party system responds to the terminal request, so that the requirement of a user for accessing the target third-party system is met. Because the initialization module is set to the preset integration model, the interface parameters are initialized by the preset integration model, the interface parameters of the third-party system are prevented from being transmitted to the local system for initialization, and the invasion of the third-party system to the local system is prevented.
The method for integrating the third party system by the local system comprises the steps that once a terminal request is received, whether the terminal request carries a third party system identifier is judged; if the third party system identification is carried, the third party system is required to be accessed, and therefore a preset integration model is called to identify a target third party system corresponding to the third party system identification; and further, based on the preset integration model, acquiring interface parameters of the target third-party system, initializing the acquired interface parameters, integrating the target third-party system into the local system through initialization, and further, responding to the terminal request by the integrated target third-party system. Therefore, the invention sets the preset integrated model specially used for initializing the interface parameters of various third-party systems in advance, and when the third-party systems are determined to be required to be accessed, the interface parameters of the third-party systems are acquired by the preset integrated model to be initialized, so that the third-party systems are integrated to the local system in a non-invasive way to access, on one hand, the interface parameters of the third-party systems are prevented from being written, on the other hand, the third-party systems are integrated in a non-invasive way to the local system through the preset integrated model, and when the local system operates in error, only the local system itself is operated to judge whether the local system operates in error or the third-party systems integrated by calling the preset integrated model operate in error, thereby realizing the rapid investigation of the problem point.
Further, referring to fig. 2, a second embodiment of the method for integrating a third party system by a local system according to the present invention is provided based on the first embodiment of the method for integrating a third party system by a local system according to the present invention.
The second embodiment of the method for integrating a third party system by a local system is different from the first embodiment of the method for integrating a third party system by a local system in that the step of initializing the interface parameter to integrate the target third party system into a local system and responding to the terminal request includes:
step S31, identifying the request type of the terminal request based on the preset integration model, and determining a target parameter in the interface parameters based on the request type to initialize so as to integrate the function corresponding to the terminal request in the target third-party system into a local system;
and step S32, transmitting the terminal request to the target third party system, and acquiring information of the response of the target third party system to the terminal request and returning the information to the user terminal initiating the terminal request.
It will be appreciated that the functionality of the third party system is varied and that the interface parameters also differ for each function, i.e. the interface parameters differ for different functions of the third party system. Thus, for the specific function required by the user, the corresponding interface parameters may be determined for initialization. Specifically, the request type of the terminal request is identified through a preset integration model, and the request type shows the functions required by the user. And then the request type can be used for determining the target parameter in the interface parameters, wherein the target parameter is the interface parameter which is required to be initialized for realizing the function required by the user. The corresponding relation between the interface parameters and the functions is preset, and after the request type is identified, the corresponding target parameters can be found out from all the interface parameters according to the corresponding relation for initialization processing. Through the initialization process, the functions corresponding to the terminal requests in the target third-party system, namely the functions required by the user, are integrated into the local system.
Further, after integrating the functions required by the user in the target third party system into the local system, the received terminal request can be transmitted to the target third party system through a preset integration model of the local system, the target third party system responds to the terminal request, the information forming the response is returned to the local system through the preset integration model, and the information is sent to the user terminal initiating the terminal request by the local system, so that the access requirement of the terminal user to the third party system is realized.
Furthermore, considering that the terminal request may carry sensitive information of the user, and the local system cannot guarantee the security of the transmission to the third party system, in order to ensure that the sensitive information of the user is not revealed, the sensitive information needs to be desensitized before the terminal request is transmitted to the target third party system. Specifically, before the step of transmitting the terminal request to the target third party system, the method includes:
and a step a of identifying whether the terminal request carries sensitive information or not based on the preset integrated model, if so, performing desensitization processing on the sensitive information to form a new terminal request so as to transmit the new terminal request to the target third-party system.
Further, the preset integrated model is trained through a large amount of sensitive sample information in advance, and sensitive information can be identified. Before the terminal request is sent to the target third party system, the terminal request is identified through a preset integration model, and whether the terminal request carries sensitive information or not is judged. If the identification determines that the sensitive information is carried, the sensitive information is desensitized, a new terminal request is formed and transmitted to a target third party system, and therefore the security of the sensitive information transmission is ensured. The desensitization treatment can be encryption or deformation of information. The target third party system receives the new terminal request, and performs inverse processing, namely decryption processing or reverse deformation processing and the like on the sensitive information subjected to the desensitization processing, so as to obtain the original terminal request and respond.
It is understood that the user who initiates the terminal request may register an account with the target third party system or may not have an account, but the transmission of the terminal request to the target third party system needs to be performed according to whether the account is present. Specifically, the step of transmitting the terminal request to the target third party system includes:
step b1, acquiring a user account corresponding to the terminal request based on the preset integration model, judging whether the user account exists in the target third-party system, and if so, transmitting the terminal request to the target third-party system based on the user account;
step b2, if the user account does not exist in the target third party system, generating virtual account information corresponding to the user account, and applying for registration to the target third party system based on the virtual account information to obtain a registered account;
and b3, transmitting the terminal request to the target third party system based on the registration account number.
Further, the terminal request is initiated by the user account of the local system, so that the user account of the terminal request can be obtained through a preset integration model, the user account is compared with each account registered in the target third-party system, and whether the user account exists in the target third-party system is determined by judging whether the account consistent with the user account exists in each account. If the account numbers are consistent, the user is informed of carrying out account number registration on the target third party system, so that the user account number is judged to exist in the target third party system. Otherwise, if the comparison determines that the account number consistent with the user account number does not exist in each account number, the user is not registered in the target third party system, and the user account number is determined not to exist in the target third party system. It should be noted that, the judgment of whether the user account exists in the target third party system may be determined according to the information characterizing the uniqueness of the user. For example, the user account number is used for determining the identification card number or the telephone number of the user, and whether the user account number exists in the target third-party system is determined by judging whether the identification card number or the telephone number is registered in the target third-party system.
Furthermore, in the case that the user account exists in the target third party system, the user account is registered in the target third party system, so that the terminal request can be directly transmitted to the target third party system through the user account for processing. And in the case that the user account is not in the target third party system, the user does not register the account in the target third party system, so that the user does not have access qualification to the target third party system. At this time, in order to realize the user's noninductive access, virtual account information corresponding to the user account is generated by a preset integration model according to a preset generation rule. And transmitting the virtual account information to a target third party system for account registration, forming a registration account after the target third party system verifies the virtual account information, returning the registration account to a preset integration model, forming a corresponding relation between the registration account and the user account by the preset integration model, and transmitting a terminal request to the target third party system through the registration account, so as to meet the access requirement of a user from which the user account is derived to the target third party system.
It will be appreciated that the third party system may display information in a different format than the local system. For display uniformity, in this embodiment, the display format of the target third party system needs to be adjusted, and specifically, the step of obtaining the information that the target third party system responds to the terminal request and returns the information to the user terminal that initiates the terminal request includes:
step c1, obtaining information of the target third party system for requesting response to the terminal, and adding the responded information to a preset display template of the local system to form information to be displayed;
and c2, returning the information to be displayed to the user terminal for displaying the terminal request.
Further, in order to achieve uniformity of information display, the local system is preset with a preset display template, after obtaining response information formed by responding to the terminal request by the target third-party system, the preset display template is called, and the response information is added into the preset display template according to the format of the preset display template to form information to be displayed. And the information to be displayed is returned to the user terminal requested by the initiating terminal, and is displayed by the display device of the user terminal. Therefore, no matter what kind of response information is sourced from the third party system, unified display is performed through the preset display template.
It will be appreciated that the unified display of the user terminal according to the preset display template may not meet the user's requirements, for which a mechanism is provided for adjusting the format of the display. Specifically, the step of returning the information to be displayed to the user terminal for displaying the terminal request includes:
and step c3, if feedback information sent by the user terminal based on the information to be displayed is received, adjusting the information to be displayed based on the feedback information, and returning the adjusted information to be displayed to the user terminal for display.
Further, if feedback information of the user terminal aiming at the information to be displayed is received, an adjustment instruction in the feedback information is obtained, and the adjustment instruction is divided into a first type of adjustment instruction supporting adjustment and a second type of adjustment instruction not supporting adjustment. The first type of adjustment instruction is first type of information supporting adjustment of the display format in the information to be displayed, and the second type of adjustment instruction is second type of information not supporting adjustment of the display format in the information to be displayed. And, the adjustment information category for the adjustment instruction can be identified to divide the adjustment information into a first type of adjustment instruction and a second type of adjustment instruction. That is, if the information of the adjustment instruction for adjustment is identified as the first type of information, the instruction is the first type of instruction, and if the information of the adjustment instruction for adjustment is identified as the second type of information, the instruction is the second type of instruction.
Further, the first type of information in the information to be displayed is adjusted according to the first type of adjustment instruction in the feedback information, the adjusted information to be displayed is formed, and the information to be displayed is returned to the user terminal for display, so that the display requirement of the user is met. Meanwhile, a prompt message which is not regulated is output aiming at a second type regulation instruction in the feedback information so as to inform a user that the regulation result is not supported.
According to the embodiment, the function corresponding to the terminal request in the target third-party system is integrated to the local system, so that the user requirement is met, the whole target third-party system is prevented from being integrated, and the difficulty of integration is reduced. Meanwhile, through the registration of the virtual account information and the display of a preset display template, the uniformity between the integrated third party information and the local system is facilitated, and the information required by the third party system is acquired without perception.
Further, referring to fig. 3, a third embodiment of the method for integrating a third party system by a local system according to the present invention is provided based on the first and second embodiments of the method for integrating a third party system by a local system according to the present invention.
The third embodiment of the method for integrating the third party system by the local system is different from the first and second embodiments of the method for integrating the third party system by the local system in that the step of calling a preset integration model to identify the target third party system corresponding to the third party system identifier includes:
s21, calling a preset integration model to compare the third party system identifier with identifiers in a preset system pool, and judging whether a target identifier corresponding to the third party system identifier exists in the identifiers in the preset system pool;
step S22, if the target identifier exists, searching a third party system corresponding to the target identifier as the target third party system.
Further, the third party systems all have marks representing the respective uniqueness, a set of marks supporting the integrated third party systems is formed into a preset system pool in advance, when the preset integrated model identifies the target third party system, the marks of the third party systems are compared with the marks in the preset system pool, whether the marks in the preset system pool are the same as the marks of the third party systems or not is judged, and if the marks are the same, the same marks are used as target marks corresponding to the marks of the third party systems. And searching a third party system from which the target identifier is derived, wherein the third party system is the target third party system which the user needs to access.
Further, if the identifier which is the same as the identifier of the third party system does not exist in the identifier of the preset system pool, the local system is not supported by the third party system which is required to be accessed by the integrated user. In this regard, the local system may be enabled to support the third party system that the integrated user needs to access by adding the identification of the third party system to a pre-set system pool. Specifically, after the step of determining whether the target identifier corresponding to the third party system identifier exists in the identifiers of the preset system pool, the step of determining whether the target identifier corresponding to the third party system identifier exists in the identifiers of the preset system pool:
step S23, if the target mark does not exist, outputting adding prompt information based on the target mark;
and step S24, when an addition request sent based on the addition prompt information is received, verifying the addition request, and after the verification of the addition request is passed, adding an identification to be added corresponding to the addition request into the preset system pool.
Further, if it is determined that the target identifier corresponding to the third party system identifier does not exist in the identifier of the preset system pool, an addition prompt message is formed according to the target identifier and is output to a display device of the local system, so that the third party system represented by the target identifier is prompted to be added. After the relevant personnel check the adding prompt information displayed by the display device, the relevant personnel process the target mark carried in the adding prompt information and trigger an adding request, and after receiving the adding request, a server of the local system verifies the adding request. The adding request is a request for adding the third party system corresponding to the target identifier as a request for supporting integration, and the verification of the request is to verify whether the corresponding third party system is a normal system, whether the corresponding third party system contains complete access parameters and the like.
Further, if the verification is passed, the identifier to be added corresponding to the adding request, namely the original target identifier, is added to a preset system pool, so that a third party system corresponding to the target identifier supports integration, and is accessed by a user after integration. If the verification of the adding request is not passed, outputting the failed reason information so as to facilitate the related personnel to perform different operations according to the reason information. For example, if the reason information is a non-regular system of the third party system, the third party system is directly set in the blacklist, and then the corresponding adding operation is not performed on the third party system. If the reason information is that the addition request does not contain the complete access parameters, the addition request is initiated again after the missing access parameters are supplemented, so that the target identifier is added to a preset system pool, and the corresponding third party system supports even though the access of the user is facilitated.
In this embodiment, the identifiers of the third party systems supporting integration are set in advance in a preset system pool, and during integration, whether the third party systems needing to be accessed support integration can be quickly determined through the identifiers in the preset system pool, and for the third party systems not supporting integration, the relevant third party systems are set to support integration through outputting and adding prompt information, so that the access requirement of a user is quickly met through integration.
In addition, the embodiment of the invention also provides a local system integrating the third-party system. Referring to fig. 4, fig. 4 is a schematic structural diagram of a device hardware operating environment related to an embodiment of a local system integrated with a third party system according to the present invention.
As shown in fig. 4, the local system of the integrated third party system may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display, an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as a disk memory. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
Those skilled in the art will appreciate that the hardware architecture of the integrated third party system local system shown in fig. 4 does not constitute a limitation of the integrated third party system local system, and may include more or fewer components than shown, or may combine certain components, or may be a different arrangement of components.
As shown in fig. 4, an operating system, a network communication module, a user interface module, and a control program may be included in the memory 1005 as one type of readable storage medium. The operating system is a program for managing and controlling the local system and software resources of the integrated third-party system, and supports the operation of a network communication module, a user interface module, a control program and other programs or software; the network communication module is used to manage and control the network interface 1004; the user interface module is used to manage and control the user interface 1003.
In the local system hardware structure of the integrated third party system shown in fig. 4, the network interface 1004 is mainly used for connecting to a background server and performing data communication with the background server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; the processor 1001 may call a control program stored in the memory 1005 and perform the following operations:
when a terminal request is received, judging whether the terminal request carries a third party system identifier or not;
if the third party system identifier is carried, a preset integration model is called to identify a target third party system corresponding to the third party system identifier;
and acquiring interface parameters of the target third-party system based on the preset integration model, initializing the interface parameters, integrating the target third-party system into a local system, and responding to the terminal request.
Further, the step of initializing the interface parameter to integrate the target third party system into a local system, and responding to the terminal request includes:
identifying a request type of the terminal request based on the preset integration model, and determining a target parameter in the interface parameters based on the request type to initialize so as to integrate a function corresponding to the terminal request in the target third-party system into a local system;
transmitting the terminal request to the target third party system, and acquiring information of the response of the target third party system to the terminal request and returning the information to the user terminal initiating the terminal request.
Further, before the step of transmitting the terminal request to the target third party system, the method further comprises:
and identifying whether the terminal request carries sensitive information or not based on the preset integrated model, if so, performing desensitization processing on the sensitive information to form a new terminal request, so as to transmit the new terminal request to the target third-party system.
Further, the step of transmitting the terminal request to the target third party system includes:
acquiring a user account corresponding to the terminal request based on the preset integration model, judging whether the user account exists in the target third-party system, and if so, transmitting the terminal request to the target third-party system based on the user account;
if the user account does not exist in the target third party system, generating virtual account information corresponding to the user account, and applying for registration to the target third party system based on the virtual account information to obtain a registration account;
and transmitting the terminal request to the target third party system based on the registration account number.
Further, the step of obtaining the information of the response of the target third party system to the terminal request and returning the information to the user terminal initiating the terminal request includes:
acquiring information of the target third party system for requesting response to the terminal, and adding the responded information to a preset display template of the local system to form information to be displayed;
and returning the information to be displayed to the user terminal for displaying the terminal request.
Further, the step of returning the information to be displayed to the user terminal for displaying the terminal request includes:
and if receiving feedback information sent by the user terminal based on the information to be displayed, adjusting the information to be displayed based on the feedback information, and returning the adjusted information to be displayed to the user terminal for display.
Further, the step of calling a preset integration model to identify a target third party system corresponding to the third party system identifier includes:
calling a preset integration model to compare the third party system identifier with identifiers in a preset system pool, and judging whether a target identifier corresponding to the third party system identifier exists in the identifiers of the preset system pool;
if the target identifier exists, searching a third party system corresponding to the target identifier as the target third party system.
Further, after the step of determining whether the target identifier corresponding to the third party system identifier exists in the identifier of the preset system pool, the step of determining whether the target identifier corresponding to the third party system identifier exists in the identifier of the preset system pool:
if the target identifier does not exist, outputting adding prompt information based on the target identifier;
when an addition request sent based on the addition prompt information is received, verifying the addition request, and after the addition request passes the verification, adding an identification to be added corresponding to the addition request into the preset system pool.
The specific implementation manner of the local system integrated with the third party system of the present invention is substantially the same as the embodiments of the method for integrating the third party system with the local system described above, and will not be described herein again.
The embodiment of the invention also provides a readable storage medium. The readable storage medium has stored thereon a control program which when executed by a processor implements the steps of a method of integrating a third party system with a local system as described above.
The specific implementation manner of the readable storage medium of the present invention may be substantially the same as the embodiments of the method for integrating a third party system with a local system described above, and will not be described herein.
While the embodiments of the present invention have been described above with reference to the drawings, the present invention is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many modifications may be made thereto by those of ordinary skill in the art without departing from the spirit of the present invention and the scope of the appended claims, which are to be accorded the full scope of the present invention as defined by the following description and drawings, or by any equivalent structures or equivalent flow changes, or by direct or indirect application to other relevant technical fields.

Claims (10)

1. A method for integrating a third party system by a local system, wherein the local system comprises a preset integration model, and the method for integrating the third party system by the local system comprises the following steps:
when a terminal request is received, judging whether the terminal request carries a third party system identifier or not;
if the third party system identifier is carried, a preset integration model is called to identify a target third party system corresponding to the third party system identifier;
and acquiring interface parameters of the target third-party system based on the preset integration model, initializing the interface parameters, integrating the target third-party system into a local system, and responding to the terminal request.
2. The method of integrating third party systems with a local system of claim 1, wherein initializing the interface parameters to integrate the target third party system with the local system, responding to the terminal request comprises:
identifying a request type of the terminal request based on the preset integration model, and determining a target parameter in the interface parameters based on the request type to initialize so as to integrate a function corresponding to the terminal request in the target third-party system into a local system;
transmitting the terminal request to the target third party system, and acquiring information of the response of the target third party system to the terminal request and returning the information to the user terminal initiating the terminal request.
3. The method for integrating third party systems with a local system according to claim 2, wherein said step of transmitting said terminal request to said target third party system is preceded by the steps of:
and identifying whether the terminal request carries sensitive information or not based on the preset integrated model, if so, performing desensitization processing on the sensitive information to form a new terminal request, so as to transmit the new terminal request to the target third-party system.
4. The method of integrating third party systems with a local system of claim 2 wherein said step of transmitting said terminal request to said target third party system comprises:
acquiring a user account corresponding to the terminal request based on the preset integration model, judging whether the user account exists in the target third-party system, and if so, transmitting the terminal request to the target third-party system based on the user account;
if the user account does not exist in the target third party system, generating virtual account information corresponding to the user account, and applying for registration to the target third party system based on the virtual account information to obtain a registration account;
and transmitting the terminal request to the target third party system based on the registration account number.
5. The method for integrating third party systems with local system according to claim 2, wherein the step of obtaining information of the response of the target third party system to the terminal request is returned to the user terminal that initiated the terminal request includes:
acquiring information of the target third party system for requesting response to the terminal, and adding the responded information to a preset display template of the local system to form information to be displayed;
and returning the information to be displayed to the user terminal for displaying the terminal request.
6. The method for integrating a third party system with a local system according to claim 5, wherein said step of returning said information to be displayed to a user terminal display that initiates said terminal request comprises, after:
and if receiving feedback information sent by the user terminal based on the information to be displayed, adjusting the information to be displayed based on the feedback information, and returning the adjusted information to be displayed to the user terminal for display.
7. The method for integrating third party systems by local system according to any one of claims 1 to 5, wherein the step of calling a preset integration model to identify a target third party system corresponding to the third party system identification comprises:
calling a preset integration model to compare the third party system identifier with identifiers in a preset system pool, and judging whether a target identifier corresponding to the third party system identifier exists in the identifiers of the preset system pool;
if the target identifier exists, searching a third party system corresponding to the target identifier as the target third party system.
8. The method for integrating a third party system by a local system according to claim 7, wherein the step of determining whether a target identifier corresponding to the third party system identifier exists in the identifiers of the preset system pool is performed after the step of:
if the target identifier does not exist, outputting adding prompt information based on the target identifier;
when an addition request sent based on the addition prompt information is received, verifying the addition request, and after the addition request passes the verification, adding an identification to be added corresponding to the addition request into the preset system pool.
9. A local system of an integrated third party system, the local system of the integrated third party system comprising: memory, processor, communication bus, and control program stored on the memory:
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is configured to execute the control program to implement the steps of the method of integrating a third party system with a local system as claimed in any one of claims 1-8.
10. A readable storage medium, wherein a control program is stored on the readable storage medium, which control program, when executed by a processor, implements the steps of the method of integrating a third party system with a local system according to any of claims 1-8.
CN202311207381.6A 2023-09-18 2023-09-18 Local system and method for integrating third party system thereof and readable storage medium Pending CN117194136A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311207381.6A CN117194136A (en) 2023-09-18 2023-09-18 Local system and method for integrating third party system thereof and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311207381.6A CN117194136A (en) 2023-09-18 2023-09-18 Local system and method for integrating third party system thereof and readable storage medium

Publications (1)

Publication Number Publication Date
CN117194136A true CN117194136A (en) 2023-12-08

Family

ID=88992167

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311207381.6A Pending CN117194136A (en) 2023-09-18 2023-09-18 Local system and method for integrating third party system thereof and readable storage medium

Country Status (1)

Country Link
CN (1) CN117194136A (en)

Similar Documents

Publication Publication Date Title
US11924214B2 (en) Systems and methods for accessing cloud resources from a local development environment
US20210084052A1 (en) Identity verification and login methods, apparatuses, and computer devices
CN111212075B (en) Service request processing method and device, electronic equipment and computer storage medium
US20030126441A1 (en) Method and system for single authentication for a plurality of services
CN110096370B (en) Control inversion component service model for virtual environments
US10237252B2 (en) Automatic creation and management of credentials in a distributed environment
CN113079164B (en) Remote control method and device for bastion machine resources, storage medium and terminal equipment
KR20220019834A (en) Method and system for authenticating transmission of secure credentials to a device
CN111241523A (en) Authentication processing method, device, equipment and storage medium
CN109462600A (en) Access method, user equipment, login service device and the storage medium of application
CN105812370A (en) Smart card processing method, device and system
CN109992298B (en) Examination and approval platform expansion method and device, examination and approval platform and readable storage medium
CN117194136A (en) Local system and method for integrating third party system thereof and readable storage medium
US20230284019A1 (en) Remote service invoking method, device, system, and storage medium
CN114924783A (en) Interface calling method, device, equipment and storage medium of application program
CN109450887B (en) Data transmission method, device and system
CN113852596A (en) Application authentication agent method and system based on Kubernetes
CN115941217A (en) Method for secure communication and related product
CN112954054A (en) Access method, server and system
CN108092974B (en) Internet access authentication method and device
JP2015118459A (en) Image formation device, information terminal, server device, data processing system, communication method for image formation device, communication method for information terminal, communication method for server device, and program
CN113905263B (en) Set top box control method, equipment and storage medium
CN113645263B (en) Account binding method and device
CN111181907B (en) Host side plug-in login method, device and equipment and storage medium
CN113312661B (en) User authorization system, method and device and electronic equipment

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