CN111061794A - Method for butt joint of self system and third-party service system - Google Patents

Method for butt joint of self system and third-party service system Download PDF

Info

Publication number
CN111061794A
CN111061794A CN201911316844.6A CN201911316844A CN111061794A CN 111061794 A CN111061794 A CN 111061794A CN 201911316844 A CN201911316844 A CN 201911316844A CN 111061794 A CN111061794 A CN 111061794A
Authority
CN
China
Prior art keywords
service system
interface
party service
parameter
management module
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
CN201911316844.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.)
Wuxi Yunlin Pension Information Technology Co Ltd
Original Assignee
Wuxi Yunlin Pension Information 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 Wuxi Yunlin Pension Information Technology Co Ltd filed Critical Wuxi Yunlin Pension Information Technology Co Ltd
Priority to CN201911316844.6A priority Critical patent/CN111061794A/en
Publication of CN111061794A publication Critical patent/CN111061794A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural
    • 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/103Workflow collaboration or project management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to the technical field of system docking, in particular to a method for docking a self system with a third-party service system, which comprises the following steps: establishing a service system management module, an interface management module and a parameter management module in a self system; the service system management module is used for managing each accessed third-party service system and can inquire, add, modify and delete information of each third-party service system, the interface module is used for managing an interface of each accessed third-party service system and can inquire, add, modify and delete the interface of each third-party service system, the parameter management module is used for managing interface parameters of each accessed third-party service system and can inquire, add, modify and delete the interface parameters of each third-party service system; by adopting the docking method, the system has the advantages of good expansibility, clear architecture, high stability, high development efficiency and low subsequent maintenance cost.

Description

Method for butt joint of self system and third-party service system
Technical Field
The invention relates to the technical field of system docking, in particular to a method for docking a self system with a third-party service system.
Background
The existing enterprises generally use various business systems during operation, when a plurality of enterprises are combined into a group company, the group company needs to acquire business system data of each enterprise in the group, but different business systems adopted by the enterprises lead to different system interfaces, so that the group company system cannot directly acquire data from the business systems (hereinafter referred to as third-party business systems) of the enterprises, the group company system needs to be developed for two degrees, the common method is that an interface is developed in the group company system to be connected with the third-party business systems, then the interface of the third-party business systems is directly called in the group company system according to the interface definition of the third-party business systems, then the data is transmitted in a json format, so as to complete the connection with the third-party business systems, if a plurality of third-party business systems need to be accessed subsequently, the expansibility of the system of the group company itself is deteriorated, and since a corresponding interface is developed for each third-party service system, the subsequent development amount of the system is large, and the maintenance cost is high.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a method for butting a self system with a third-party service system.
In order to achieve the technical purpose, the technical scheme of the invention is as follows:
a method for the self system to interface with the third party service system, set up the management module of the service system, interface management module and parameter management module in the self system;
the service system management module is used for managing each accessed third-party service system, and can realize inquiry, addition, modification and deletion of information of each third-party service system, and each third-party service system at least comprises the following information: id. Name, status, creator, creation time, updater, update time, and whether to delete;
the interface module is used for managing the interface of each third-party service system, and can realize the inquiry, addition, modification and deletion of the interface of each third-party service system, the added interface must be bound with the existing third-party service system, and each interface at least comprises the following information: id. The method comprises the following steps of belonging to a service system, an interface name, an interface type, a service system state, description, a return value type, a creator, creation time, an updating person, updating time, deletion and request type;
the parameter management module is used for managing the interface parameters of each third-party service system, and can realize the inquiry, addition, modification and deletion of the interface parameters of each third-party service system, the added interface parameters must be bound with the existing third-party service system interface and the third-party service system, and each interface parameter at least comprises the following information: id. The system comprises an affiliated service system, an affiliated service system interface, a parameter name, a parameter type, a parameter value, parameter sequencing, a parameter state, a creator, creation time, an updating person, updating time, whether to delete and a parameter type;
the steps for acquiring the data of the accessed third-party service system by utilizing the three modules are as follows:
A. obtaining an interface object according to the third-party service system id and the interface name;
B. verifying the interface object;
C. acquiring a third-party service system object according to the interface object;
D. verifying the third-party service system object;
E. inquiring parameter values in the general parameters according to the third-party service system id;
F. selecting and executing a corresponding request according to the request type of the interface object;
G. sending a request;
H. acquiring data from a third-party service system;
I. and (5) service processing.
From the above description, it can be seen that the present invention has the following advantages:
by adopting the docking method, after the framework building of the system and the development of the three functional modules are completed, when the system is subsequently docked with a third-party service system, the system does not need to be coded and only needs to be configured in the background, and can be debugged with the third-party system immediately after the docking is completed, so that the system has the advantages of good expansibility, clear framework, high stability, high development efficiency and low subsequent maintenance cost.
Drawings
FIG. 1 is a flow chart of the present invention.
Detailed Description
With reference to fig. 1, a specific embodiment of the present invention is described in detail, but the present invention is not limited in any way by the claims.
A method for the self system to interface with the third party service system, set up the management module of the service system, interface management module and parameter management module in the self system; the functions of the three modules are as follows:
(1) the service system management module is used for managing each accessed third-party service system, and can realize inquiry, addition, modification and deletion of information of each third-party service system, and each third-party service system at least comprises the following information: id. Name, status, creator, creation time, updater, update time, and whether to delete; the database of the service system management module can adopt the design shown in the following table:
table 1 example of a business system management module database design
Figure BDA0002326057400000031
(2) The interface module is used for managing the interface of each third-party service system, and can realize the inquiry, addition, modification and deletion of the interface of each third-party service system, the added interface must be bound with the existing third-party service system, and each interface at least comprises the following information: id. The method comprises the following steps of belonging to a service system, an interface name, an interface type, a service system state, description, a return value type, a creator, creation time, an updating person, updating time, deletion and request type; the database of the interface management module may be designed as shown in the following table:
table 2 interface management module database design example
Figure BDA0002326057400000032
Figure BDA0002326057400000041
(3) The parameter management module is used for managing the interface parameters of each third-party service system, and can realize the inquiry, addition, modification and deletion of the interface parameters of each third-party service system, the added interface parameters must be bound with the existing third-party service system interface and the third-party service system, and each interface parameter at least comprises the following information: id. The system comprises an affiliated service system, an affiliated service system interface, a parameter name, a parameter type, a parameter value, parameter sequencing, a parameter state, a creator, creation time, an updating person, updating time, whether to delete and a parameter type; the database of the parameter management module may be designed as shown in the following table:
table 3 example parameter management module database design
Figure BDA0002326057400000042
Figure BDA0002326057400000051
As shown in fig. 1, the steps of acquiring data of the accessed third-party service system by using the three modules are as follows:
A. obtaining an interface object according to the third-party service system id and the interface name;
B. verifying the interface object;
C. acquiring a third-party service system object according to the interface object;
D. verifying the third-party service system object;
E. inquiring a parameter value (generally url) in the general parameters according to the id of the third-party service system;
F. selecting and executing a corresponding request (get or post request) according to the request type of the interface object;
G. sending a request;
H. acquiring data from a third-party service system;
I. and (5) service processing.
In order to verify the progress of the docking method, a system is docked with three third-party service systems (a catering system, a hospital information system and a Haikangwei system respectively) by respectively adopting a traditional direct interface development method and the docking method, and the specific experimental conditions are as follows:
the traditional method comprises the following steps: the method for docking the third-party system by adopting the direct development interface directly calls the system interface of the third-party service system in the self system according to the interface definition of the third party, so that the development of each pair of service systems is required, the docking of the catering system takes 5 days, the docking of the hospital information system takes 5 days, the docking of the Haitangwei system takes 10 days, and the total number of the docking is 20 days.
The method comprises the following steps: the framework building of the system and the development of three functional modules (a service system management module, an interface management module and a parameter management module) are completed, 10 people are spent, the subsequent system docking development does not need coding, only configuration needs to be carried out at the background, the time spent in docking the three systems only needs 0.5 people, the total time is 10.5 people, and the debugging with a third-party service system can be started after the completion.
From the experimental data, compared with the traditional method for directly developing the interface, the docking method provided by the invention saves about 47.5% of development time, and can save more development time if more third-party service systems need to be docked according to the use requirement subsequently.
Therefore, by adopting the docking method, after the framework building of the system and the development of the three functional modules are completed, when the system is subsequently docked with the third-party service system, the system does not need to be coded and only needs to be configured in the background, and can be debugged with the third-party system immediately after the docking is completed, and the system has the advantages of good expansibility, clear framework, high stability, high development efficiency and low subsequent maintenance cost.
In summary, the invention has the following advantages:
therefore, by adopting the docking method, after the framework building of the system and the development of the three functional modules are completed, when the system is subsequently docked with the third-party service system, the system does not need to be coded and only needs to be configured in the background, the system can be debugged with the third-party system immediately after the docking is completed, and the system has the advantages of good expansibility, clear framework, high stability, high development efficiency and low subsequent maintenance cost
It should be understood that the detailed description of the invention is merely illustrative of the invention and is not intended to limit the invention to the specific embodiments described. It will be appreciated by those skilled in the art that the present invention may be modified or substituted equally as well to achieve the same technical result; as long as the use requirements are met, the method is within the protection scope of the invention.

Claims (1)

1. A method for the connection between the self system and the third party service system is characterized in that: establishing a service system management module, an interface management module and a parameter management module in a self system;
the service system management module is used for managing each accessed third-party service system, and can realize inquiry, addition, modification and deletion of information of each third-party service system, and each third-party service system at least comprises the following information: id. Name, status, creator, creation time, updater, update time, and whether to delete;
the interface module is used for managing the interface of each third-party service system, and can realize the inquiry, addition, modification and deletion of the interface of each third-party service system, the added interface must be bound with the existing third-party service system, and each interface at least comprises the following information: id. The method comprises the following steps of belonging to a service system, an interface name, an interface type, a service system state, description, a return value type, a creator, creation time, an updating person, updating time, deletion and request type;
the parameter management module is used for managing the interface parameters of each third-party service system, and can realize the inquiry, addition, modification and deletion of the interface parameters of each third-party service system, the added interface parameters must be bound with the existing third-party service system interface and the third-party service system, and each interface parameter at least comprises the following information: id. The system comprises an affiliated service system, an affiliated service system interface, a parameter name, a parameter type, a parameter value, parameter sequencing, a parameter state, a creator, creation time, an updating person, updating time, whether to delete and a parameter type;
the steps for acquiring the data of the accessed third-party service system by utilizing the three modules are as follows:
A. obtaining an interface object according to the third-party service system id and the interface name;
B. verifying the interface object;
C. acquiring a third-party service system object according to the interface object;
D. verifying the third-party service system object;
E. inquiring parameter values in the general parameters according to the third-party service system id;
F. selecting and executing a corresponding request according to the request type of the interface object;
G. sending a request;
H. acquiring data from a third-party service system;
I. and (5) service processing.
CN201911316844.6A 2019-12-19 2019-12-19 Method for butt joint of self system and third-party service system Pending CN111061794A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911316844.6A CN111061794A (en) 2019-12-19 2019-12-19 Method for butt joint of self system and third-party service system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911316844.6A CN111061794A (en) 2019-12-19 2019-12-19 Method for butt joint of self system and third-party service system

Publications (1)

Publication Number Publication Date
CN111061794A true CN111061794A (en) 2020-04-24

Family

ID=70302318

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911316844.6A Pending CN111061794A (en) 2019-12-19 2019-12-19 Method for butt joint of self system and third-party service system

Country Status (1)

Country Link
CN (1) CN111061794A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809597A (en) * 2015-05-14 2015-07-29 国家电网公司 Data resource management platform based on data fusion
CN106326352A (en) * 2016-08-08 2017-01-11 歌尔股份有限公司 Universal interface design method and system in butt joint with plurality of service systems
CN107153701A (en) * 2017-05-10 2017-09-12 焦点科技股份有限公司 A kind of IT system management and method for managing and monitoring based on metadata

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809597A (en) * 2015-05-14 2015-07-29 国家电网公司 Data resource management platform based on data fusion
CN106326352A (en) * 2016-08-08 2017-01-11 歌尔股份有限公司 Universal interface design method and system in butt joint with plurality of service systems
CN107153701A (en) * 2017-05-10 2017-09-12 焦点科技股份有限公司 A kind of IT system management and method for managing and monitoring based on metadata

Similar Documents

Publication Publication Date Title
CN104272292B (en) Internet resources for the service based on cloud are disposed
JP6223569B2 (en) Computer apparatus, method and apparatus for scheduling business flows
CN103914439A (en) Method, device and system for online document edition
CN102542382A (en) Method and device for managing business rule
EP4071697A1 (en) Data management system, management method, and management program
CN103780686A (en) Method and system for customizing application approval procedure in cloud organization
CN104463508A (en) Coordination method and device between multiple workflow systems
CN108154341A (en) United Dispatching platform and method of work based on data flow and workflow
CN113094125B (en) Business process processing method, device, server and storage medium
CN111061794A (en) Method for butt joint of self system and third-party service system
CN104850947A (en) Gridded multi-service procedure unified management method and device
CN111192029A (en) Multi-service platform interactive processing system and method
CN107479891B (en) MVC model-based data processing system and method
CN110874713A (en) Service state management method and device
Jin et al. Modeling of instant messaging system based on RUP and UML
CN110298630A (en) A kind of workflow engine
TW201327433A (en) Design method of flexible signature process
JP7380341B2 (en) Drawing management device, drawing management system, drawing management method, and program
CN110780859B (en) Method for realizing service architecture based on user-defined form
CN111209286A (en) Data calling method and system
CN102591688B (en) Electrocardiograph plug-in access method and system
CN107632893A (en) Message queue processing method and processing device
CN108269168B (en) Platform docking multi-application user registration identification method and system
CN112633851A (en) Method and device for controlling idempotent
CN111488335A (en) Rule-based data automatic restoration method and system

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200424