CN111708589A - Information processing system, method, device and readable storage medium - Google Patents

Information processing system, method, device and readable storage medium Download PDF

Info

Publication number
CN111708589A
CN111708589A CN202010553152.XA CN202010553152A CN111708589A CN 111708589 A CN111708589 A CN 111708589A CN 202010553152 A CN202010553152 A CN 202010553152A CN 111708589 A CN111708589 A CN 111708589A
Authority
CN
China
Prior art keywords
interface
information
target
registration
registration information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010553152.XA
Other languages
Chinese (zh)
Other versions
CN111708589B (en
Inventor
汪德华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010553152.XA priority Critical patent/CN111708589B/en
Publication of CN111708589A publication Critical patent/CN111708589A/en
Application granted granted Critical
Publication of CN111708589B publication Critical patent/CN111708589B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • 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/22Indexing; Data structures therefor; Storage structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The system acquires the registration information of interfaces in a plurality of service systems through an interface registration module and stores the registration information of the interfaces into an interface database; and acquiring the calling relation through a calling relation registration module, and storing the calling relation into an interface database. As can be seen, the interface database stores the registration information of the interfaces provided by the multiple service systems to the outside and the call relationship between the service systems, thereby realizing the overall management of the interfaces of the multiple service systems. And the target registration information is acquired through the interface updating module, and the change notification is sent to the associated party of the target interface through the message notification module, wherein the associated party is generated according to the target registration information and the calling relation.

Description

Information processing system, method, device and readable storage medium
Technical Field
The present application relates to the field of machine learning technologies, and more particularly, to a system, a method, a device and a readable storage medium for processing information.
Background
At present, business systems in the financial industry are various, each system is provided with a plurality of interfaces, and the interfaces package internal functions (such as a transfer function, a function of purchasing financing products and the like) and provide services for other systems according to appointed input and output data.
However, with the development of services, actual services need the cooperation of multiple service systems, service systems interact more and more, and interface calling relationships are more and more complex, at present, because interfaces of the system are managed separately among the service systems, a processing method for information of the interfaces depends on the separate management system, information and calling parties of any interface are only stored in the service system providing the interface, when information of the interfaces changes, a large amount of interface combing and analyzing work is brought, and if the combing is insufficient, calling of the multiple service systems is prone to fail.
Disclosure of Invention
In view of the above, the present application provides an information processing system, method, device and readable storage medium, as follows:
a system for processing information, comprising: the system comprises an interface registration module, a calling relation registration module, an interface database, an interface updating module and a message notification module;
the interface registration module is used for acquiring registration information of an interface provided by a preset service system, wherein the registration information comprises at least one information item of the interface;
the calling relation registration module is used for acquiring a calling relation, and the calling relation comprises a calling party and a called party;
the interface database is used for storing the registration information and the calling relation of the interface;
the interface updating module is used for acquiring target registration information, wherein the target registration information comprises change information of a target information item of a target interface, the target information item is at least one information item in the registration information of the target interface, and the target interface is any interface stored in the interface database;
the message notification module is used for sending a change notification to an associated party of the target interface, wherein the change notification at least comprises the target registration information, and the associated party generates the change notification according to the target registration information and the call relation.
Optionally, the information processing system further comprises: an interface browsing module;
the interface browsing module is used for displaying the registration information of the interface and the calling relationship.
Optionally, the interface registration module is configured to obtain registration information of the interface, and includes:
the interface registration module is specifically configured to obtain the registration information of the interface from a preset service system;
and/or the interface registration module is specifically configured to obtain the registration information of the interface through the interface browsing module.
Optionally, the invoking relationship registering module is configured to obtain an invoking relationship, and includes:
the interface registration module is specifically configured to obtain the call relationship from the service system;
and/or the calling relation registration module is specifically configured to obtain the calling relation through the interface browsing module.
Optionally, the interface browsing module is further configured to receive the registration information, the call relationship, and the target registration information of the interface.
Optionally, the interface update module is further configured to:
updating the registration information of the target interface in the interface database to the target information item;
sending the target registration information to the interface browsing module;
and analyzing the calling relation to obtain the associated party of the target interface.
Optionally, the caller includes an interface stored in the interface database and/or the service system, and the callee includes an interface stored in the interface database.
An information processing method is applied to an information processing system and comprises the following steps:
acquiring registration information of an interface provided by a preset service system, wherein the registration information comprises at least one information item of the interface;
acquiring a calling relation, wherein the calling relation comprises a calling party and a called party, the calling party comprises the interface and/or the service system, and the called party comprises the interface;
acquiring target registration information of a target interface, wherein the target interface is any interface stored in the interface database, and the target registration information comprises change information of at least one item of information in the registration information of the target interface;
analyzing to obtain an associated party of the target interface according to the target registration information and the calling relation;
sending a change notification to the associated party of the target interface, the change notification including at least the target registration information.
An apparatus for processing information, comprising: a memory and a processor;
the memory is used for storing programs;
the processor is configured to execute the program to implement the steps of the information processing method described above.
A readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, carries out the steps of the method of processing information as described above.
According to the technical scheme, the system, the method, the equipment and the readable storage medium for processing the information, provided by the embodiment of the application, acquire the registration information of the interfaces in the plurality of service systems through the interface registration module, and store the registration information of the interfaces into the interface database; and acquiring the calling relation through a calling relation registration module, and storing the calling relation into an interface database. As can be seen, the interface database stores the registration information of the interfaces provided by the multiple service systems to the outside and the call relationship between the service systems, thereby realizing the overall management of the interfaces of the multiple service systems. And acquiring target registration information through the interface updating module, wherein the target registration information comprises change information of at least one information item in the registration information of the modified interface (target interface). Further, the change notification is sent to the associated party of the target interface through the message notification module, and the change notification at least comprises the target registration information and is generated by the associated party according to the target registration information and the calling relationship, so that the system can timely notify the possibly affected service system or interface when the interface changes, thereby avoiding calling failure caused by interface change and reducing omission phenomenon caused by manual notification in the prior art.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of an information processing system according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a method for processing information according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
An embodiment of the present application provides an information processing system, and fig. 1 is a schematic structural diagram of the information processing system provided in the embodiment of the present application. The information processing system is connected with each service system (such as the service system S1, the service system S2, the service system Sn shown in fig. 1) and performs information interaction.
As shown in fig. 1, the information processing system (10) provided in the embodiment of the present application includes an interface registration module 101, a call relation registration module 102, an interface database 103, an interface update module 104, a message notification module 105, and an interface browsing module 106.
Specifically, the functions of 101 to 106 can be referred to from A1 to A6.
A1, an interface registration module, configured to obtain registration information of the interfaces, and obtain registration information of the interfaces input by a user (in this embodiment, the user is a manager of the business system) through the interface browsing module, and store the registration information of all the interfaces in an interface database.
The interfaces include functional interfaces provided by preset service systems, that is, the service system S1, the service system S2, and the service system Sn connected to the system shown in fig. 1. The registration information of each interface in this embodiment includes a plurality of information items, and the information items include: system name of the publishing interface, administrator, interface definition, functional description, scope of application, and registration date.
A2, the calling relation register module is used to obtain the calling relation and store the calling relation in the interface database.
Specifically, the call relationship registration module may be configured to automatically extract a call relationship according to data interaction information between the service systems. Or, the calling relation registration module may be further configured to obtain a calling relation input by the user through the interface browsing module.
In this embodiment, the calling relationship includes a called party and a calling party. The type of the called party is an interface, and the type of the calling party comprises an interface or a service system.
A3, interface database is used to store the register information and calling relation of the interface.
A4, interface browse module is used to show the register information of each interface in the interface database and the call relation. That is, the user can view the registration information and the association relationship of the registered interfaces in each service system through the interface browsing module.
In this embodiment, the interface browsing module may further provide a display interface for the registration information, the call relationship, and the target registration information of the user input interface.
A5, interface updating module for receiving the target registration information input by the user through the interface browsing module, updating the interface database and obtaining the associated party of the target interface.
In this embodiment, the target registration information includes change information of the target information item in the registration information of the target interface. The target interface refers to a modified interface of at least one information item in the registration information, and in this embodiment, the target information item is the modified at least one information item of the target interface. The modification of the target information item may include deleting the content of the target information item, replacing the content of the target information item, or adding the content of the target information item. It will be appreciated that the target interface is an interface that is already stored in the interface database.
The specific implementation mode of the interface updating module for updating the interface database is as follows: and replacing the target information item of the target interface which is already stored in the interface database with the change information of the target information item in the target registration information.
For example, the interface in the registration information of the interface Ja stored in the interface data port is defined as "input format: 3 fields, output format: 5 fields ", among the target registration information obtained by the interface updating module, the target registration information including the interface Ja (i.e. the target interface) is" interface definition changes to "input format: 5 fields, output format: 6 fields', then the interface Ja is the target interface, the interface definition is the target information item, the interface update module can be updated to the "input format: 5 fields, output format: 6 fields ".
In this embodiment, the interface update module obtains the associated party of the target interface, and the specific execution manner includes: and searching for the calling party of the target interface by taking the target interface as the called party and taking the calling party of the target interface as the called party, and searching for the calling party of the target interface until all the called parties are found according to the method.
For example, the calling relationship includes "the calling party is the service system S2, the called party interface Jc", "the calling party is the interface Jc, the called party interface Jb", and "the calling party is the interface Jb, the called party interface Ja", when the target interface is the interface Ja, the step searches for the calling party interface Jb of the interface Ja by using the interface Ja as the called party, searches for the calling party interface Jc of the interface Jb by using the interface Jb as the called party, and searches for the service system S2 of the interface Jc by using the interface Jc as the called party. Thus, all the associators of the target interface Ja are obtained: interface Jb, interface Jc, and business system S2.
Further, the interface updating module may be further configured to send the party associated with the target interface to the message notification module.
A6, the message notification module is used to send the change notification to the associated party of the target interface. Wherein the change notification includes at least target registration information.
In this embodiment, when the associated party is an interface, the message notification module sends the change notification to the mailbox of the message handler according to the administrator recorded in the registration information of the interface. Or according to the service system for providing the interface recorded in the registration information of the interface, sending the change notice to the service system for issuing the interface.
And when the associated party is the service system, the message notification module sends a change notification to a manager of the service system.
For example, the message notification module may send the target registration information of the target interface Ja to the administrator mailbox of the interface Jb, the administrator mailbox of the interface Jc, and the administrator mailbox of the business system S2 by mail.
According to the technical scheme, the information processing system provided by the embodiment of the application acquires the registration information of the interfaces in the plurality of service systems through the interface registration module, and stores the registration information of the interfaces into the interface database; and acquiring the calling relation through a calling relation registration module, and storing the calling relation into an interface database. As can be seen, the interface database stores the registration information of the interfaces provided by the multiple service systems to the outside and the call relationship between the service systems, thereby realizing the overall management of the interfaces of the multiple service systems.
Further, in the information processing system provided in the embodiment of the present application, the target registration information input by the user through the interface browsing module is received through the interface updating module, where the target registration information includes change information of at least one information item in the registration information of the target interface. Wherein the target interface is the modified interface. The method can acquire the associated party of the target interface and send the change notification to the associated party of the target interface through the message notification module, so that the system can timely notify the possibly affected service system or interface when the interface changes, thereby avoiding call failure caused by interface change and reducing omission phenomenon caused by manual notification in the prior art.
Further, the system displays the registration information and the calling relation of each interface in the interface database through the interface browsing module. Therefore, the interface of each service system is transparent to the outside, the outside can be conveniently analyzed according to the service scene, the research and development period is shortened, and the service is supported to be rapidly put into production and used.
For example, in the existing information processing method, each service system performs independent interface management on an interface of the service system based on word documents, excel documents and other manners, and records of interface call relations are incomplete. Therefore, the embodiment of the application provides an information processing system, so that overall management of interfaces of a plurality of business systems is realized, and convenience in information processing is improved.
For another example, in the conventional information processing method, interface registration information and an interface call relationship of the system are managed in each service system, so that when an interface changes, all affected parties of the changed interface cannot be notified, and thus, an interface call failure across the system is easily caused.
For example, the service system S1 stores registration information of an interface J1, registration information of J2, registration information of … and Jn, a caller of an interface J1, a caller of a J2, and callers of … and Jn, which are provided externally by the system, in an example of an interface J1, the caller of the interface J1 is an interface T1 of the service system S2, and the service system B stores registration information of an interface T1 and the caller of the interface T1. When the registration information of the interface J1 is modified, the interface calls of the caller of the interface J1, i.e., the interface T1, and the caller of the interface T1 may be affected, but in the prior art, the service system a may obtain the caller of the interface J1, i.e., the interface T1, but cannot obtain the caller of the interface T1.
Therefore, the embodiment of the application can analyze the associated party of any interface by uniformly managing the association relationship of the interfaces of the multi-service system, so that the change notification is sent to the corresponding associated party in time, and the associated party is reminded to modify the interfaces in time.
For another example, in a conventional information processing method, when an interface call is made across business systems, the business systems of both parties interface and distribute via telephone, mail, or the like, which is inconvenient. According to the information processing system, the interface browsing module is arranged, the registration information and the calling relation of the interface of the multi-service system are displayed, the visualization of the interface is achieved, and the convenience of cross-system interface calling is improved.
It should be noted that the structure and functions of the information processing system shown in fig. 1 only provide an alternative implementation manner for the application example, for example, in another alternative implementation manner, at least two modules may be disposed in the same unit, for example, an information registration module is disposed, and is used for implementing the functions of the interface registration module and the call relation registration module described above. For another example, the interface browsing module shown in fig. 1 is an optional module in the information processing system provided in the embodiment of the present application, and is used to implement visibility of interface registration information and call relationship. This embodiment will not be described in detail.
Fig. 2 is a method for processing information applied to the information processing system shown in fig. 1 according to an embodiment of the present application. As shown in fig. 2, the method may specifically include the following steps:
s201, acquiring the registration information of the interface.
The interface comprises a function interface provided by a preset service system, and the service system is at least one preset system. The registration information of each interface includes a plurality of information items including: system name of the publishing interface, administrator, interface definition, functional description, scope of application, and registration date.
The registration information of any interface is set and registered by a publisher of the interface (e.g., a system that provides the interface).
S202, obtaining a calling relation.
In this embodiment, the calling relationship includes a called party and a calling party. The type of the called party is an interface, and the type of the calling party comprises an interface or a service system.
It should be noted that the manner of obtaining the call relationship at least includes the following two manners:
firstly, extracting a calling relation according to data interaction information of an interface. The implementation can be referred to the prior art.
And secondly, acquiring the calling information registered by the caller and generating a calling relation.
It can be understood that when a new calling relationship is established, the caller may apply for the calling relationship and register calling information, which includes the caller and the callee. The method can generate the calling relation according to the calling party and the called party in the registration information after acquiring the calling information registered by the calling party.
And S203, storing and displaying the acquired registration information and calling relationship of the interface.
And S204, acquiring target registration information of the target interface.
In this embodiment, the target registration information includes change information of the target information item in the registration information of the target interface. The target interface refers to a modified interface of at least one information item in the registration information, and in this embodiment, the target information item is the modified at least one information item of the target interface. The modification of the target information item may include deleting the content of the target information item, replacing the content of the target information item, or adding the content of the target information item. It is understood that the target interface is an interface that previously acquires and stores the registration information.
S205, updating the registration information of the target interface according to the target registration information.
Specifically, the target information item of the target interface that has been stored is replaced with the change information of the target information item in the target registration information.
And S206, analyzing to obtain the associated party of the target interface according to the calling relation.
In this embodiment, the target interface is used as a called party, a calling party of the target interface in a calling relationship is searched, a calling party of the target interface is used as a called party, a calling party of the target interface is searched, and all the called parties are found according to the method.
And S207, sending a change notice to the associated party.
It should be noted that, when the associated party is the interface, the change notification is sent to the mailbox of the handler of the information according to the registration information of the interface, or the change notification can be sent to the service system issuing the interface. And when the associated party is the service system, sending the change notice to the service system.
In this embodiment, the change notification at least includes target registration information of the target interface.
According to the technical scheme, the information processing method provided by the embodiment of the application is applied to the information processing system, can acquire the registration information and the calling relation of the interfaces of a plurality of business systems, realizes overall management of the interfaces of the multi-business systems, and improves the convenience of cross-business system interface calling. Further, the method can analyze all the association parties of the interface with the modified target interface when the interface is changed), and automatically send a change notification to each association party. Therefore, call failure caused by interface change is avoided, and omission caused by manual notification in the prior art is reduced.
Furthermore, the method displays the registration information and the calling relationship of the interface, and improves the visibility of the interface.
It should be noted that the information processing method shown in fig. 2 is only an optional implementation manner, for example, the method may further obtain an associated party of each interface according to a call relationship of the interfaces, obtain target registration information of the target interface when the registration information of the target interface changes, and directly send a change notification to the associated party of the target interface obtained in advance.
Further, the step S203 stores and displays the acquired registration information and call relationship of the interface, which provides an optional step for this embodiment, and aims to display the registration information and call relationship of the interface, thereby improving the visibility of the interface.
Further, the foregoing S205 provides an optional step for the embodiment, and aims to update the stored registration information of the target interface according to the target registration information.
An embodiment of the present application further provides an information processing apparatus, please refer to fig. 3, which shows a schematic structural diagram of the information processing apparatus, and the apparatus may include: at least one processor 301, at least one communication interface 302, at least one memory 303, and at least one communication bus 304;
in the embodiment of the present application, the number of the processor 301, the communication interface 302, the memory 303 and the communication bus 304 is at least one, and the processor 301, the communication interface 302 and the memory 303 complete communication with each other through the communication bus 304;
the processor 301 may be a central processing unit CPU, or an application specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present invention, or the like;
the memory 303 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
the memory stores programs, and the processor can execute the programs stored in the memory to realize the steps of the information processing method, which comprises the following steps:
acquiring registration information of an interface provided by a preset service system, wherein the registration information comprises at least one information item of the interface.
And acquiring a calling relation, wherein the calling relation comprises a calling party and a called party, the calling party comprises an interface and/or a service system, and the called party comprises an interface.
And acquiring target registration information of the target interface, wherein the target interface is any interface stored in the interface database, and the target registration information comprises change information of at least one information item in the registration information of the target interface.
And analyzing to obtain the associated party of the target interface according to the target registration information and the calling relation.
And sending a change notice to the associated party of the target interface, wherein the change notice at least comprises target registration information.
The embodiment of the present application further provides a readable storage medium, where the readable storage medium may store a computer program adapted to be executed by a processor, and when the computer program is executed by the processor, the computer program implements the steps of the information processing method, as follows:
acquiring registration information of an interface provided by a preset service system, wherein the registration information comprises at least one information item of the interface.
And acquiring a calling relation, wherein the calling relation comprises a calling party and a called party, the calling party comprises an interface and/or a service system, and the called party comprises an interface.
And acquiring target registration information of the target interface, wherein the target interface is any interface stored in the interface database, and the target registration information comprises change information of at least one information item in the registration information of the target interface.
And analyzing to obtain the associated party of the target interface according to the target registration information and the calling relation.
And sending a change notice to the associated party of the target interface, wherein the change notice at least comprises target registration information.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A system for processing information, comprising: the system comprises an interface registration module, a calling relation registration module, an interface database, an interface updating module and a message notification module;
the interface registration module is used for acquiring registration information of an interface provided by a preset service system, wherein the registration information comprises at least one information item of the interface;
the calling relation registration module is used for acquiring a calling relation, and the calling relation comprises a calling party and a called party;
the interface database is used for storing the registration information and the calling relation of the interface;
the interface updating module is used for acquiring target registration information, wherein the target registration information comprises change information of a target information item of a target interface, the target information item is at least one information item in the registration information of the target interface, and the target interface is any interface stored in the interface database;
the message notification module is used for sending a change notification to an associated party of the target interface, wherein the change notification at least comprises the target registration information, and the associated party generates the change notification according to the target registration information and the call relation.
2. The system for processing information according to claim 1, further comprising: an interface browsing module;
the interface browsing module is used for displaying the registration information of the interface and the calling relationship.
3. The information processing system of claim 2, wherein the interface registration module is configured to obtain registration information of an interface, and comprises:
the interface registration module is specifically configured to obtain the registration information of the interface from a preset service system; and/or the interface registration module is specifically configured to obtain the registration information of the interface through the interface browsing module.
4. The information processing system of claim 2, wherein the calling relationship registration module is configured to obtain a calling relationship, and comprises:
the interface registration module is specifically configured to obtain the call relationship from the service system; and/or the calling relation registration module is specifically configured to obtain the calling relation through the interface browsing module.
5. The information processing system of claim 4, wherein the interface browsing module is further configured to receive the registration information, the calling relationship, and the target registration information of the interface.
6. The system for processing information of claim 1, wherein the interface update module is further configured to:
updating the registration information of the target interface in the interface database to the target information item;
sending the target registration information to the interface browsing module;
and analyzing the calling relation to obtain the associated party of the target interface.
7. The information processing system according to claim 1, wherein the caller includes an interface stored in the interface database and/or the business system, and the callee includes an interface stored in the interface database.
8. An information processing method, applied to an information processing system, includes:
acquiring registration information of an interface provided by a preset service system, wherein the registration information comprises at least one information item of the interface;
acquiring a calling relation, wherein the calling relation comprises a calling party and a called party, the calling party comprises the interface and/or the service system, and the called party comprises the interface;
acquiring target registration information of a target interface, wherein the target interface is any interface stored in the interface database, and the target registration information comprises change information of at least one item of information in the registration information of the target interface;
analyzing to obtain an associated party of the target interface according to the target registration information and the calling relation;
sending a change notification to the associated party of the target interface, the change notification including at least the target registration information.
9. An apparatus for processing information, comprising: a memory and a processor;
the memory is used for storing programs;
the processor, which executes the program, realizes the steps of the information processing method as claimed in claim 8.
10. A 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 processing information as claimed in claim 8.
CN202010553152.XA 2020-06-17 2020-06-17 Information processing system, method, device and readable storage medium Active CN111708589B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010553152.XA CN111708589B (en) 2020-06-17 2020-06-17 Information processing system, method, device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010553152.XA CN111708589B (en) 2020-06-17 2020-06-17 Information processing system, method, device and readable storage medium

Publications (2)

Publication Number Publication Date
CN111708589A true CN111708589A (en) 2020-09-25
CN111708589B CN111708589B (en) 2024-04-16

Family

ID=72541098

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010553152.XA Active CN111708589B (en) 2020-06-17 2020-06-17 Information processing system, method, device and readable storage medium

Country Status (1)

Country Link
CN (1) CN111708589B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416781A (en) * 2020-11-25 2021-02-26 广州品唯软件有限公司 Cross-system interface determination method and device, computer equipment and storage medium
CN112506587A (en) * 2020-11-26 2021-03-16 杭州朗澈科技有限公司 API deployment monitoring method, system, electronic device and storage medium
CN112612630A (en) * 2020-12-29 2021-04-06 太平金融科技服务(上海)有限公司 System call processing method and device, computer equipment and storage medium
CN112650728A (en) * 2020-12-15 2021-04-13 中国联合网络通信集团有限公司 Interface information storage method and device, server and distributed service system
CN113542034A (en) * 2021-07-28 2021-10-22 山石网科通信技术股份有限公司 Network element information processing system, network element management method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150350211A1 (en) * 2014-05-27 2015-12-03 C1 Bank Securely integrating third-party applications with banking systems
WO2019056693A1 (en) * 2017-09-25 2019-03-28 平安科技(深圳)有限公司 Interface proxying method and application server
CN109995598A (en) * 2019-04-24 2019-07-09 普元信息技术股份有限公司 The system and method for information service management is carried out for traditional forms of enterprises's services system
CN110175099A (en) * 2019-04-15 2019-08-27 平安普惠企业管理有限公司 Interface changes reminding method, device, computer equipment and storage medium
CN110708362A (en) * 2019-09-19 2020-01-17 贝壳技术有限公司 Call relation determining method and device, storage medium and electronic equipment
CN111147605A (en) * 2019-12-31 2020-05-12 中国银行股份有限公司 Service registration method, device and equipment
US20200167713A1 (en) * 2018-11-27 2020-05-28 Delta Electronics,Inc. Business processing method, apparatus, device and system using the same, and readable storage medium of the same

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150350211A1 (en) * 2014-05-27 2015-12-03 C1 Bank Securely integrating third-party applications with banking systems
WO2019056693A1 (en) * 2017-09-25 2019-03-28 平安科技(深圳)有限公司 Interface proxying method and application server
US20200167713A1 (en) * 2018-11-27 2020-05-28 Delta Electronics,Inc. Business processing method, apparatus, device and system using the same, and readable storage medium of the same
CN110175099A (en) * 2019-04-15 2019-08-27 平安普惠企业管理有限公司 Interface changes reminding method, device, computer equipment and storage medium
CN109995598A (en) * 2019-04-24 2019-07-09 普元信息技术股份有限公司 The system and method for information service management is carried out for traditional forms of enterprises's services system
CN110708362A (en) * 2019-09-19 2020-01-17 贝壳技术有限公司 Call relation determining method and device, storage medium and electronic equipment
CN111147605A (en) * 2019-12-31 2020-05-12 中国银行股份有限公司 Service registration method, device and equipment

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416781A (en) * 2020-11-25 2021-02-26 广州品唯软件有限公司 Cross-system interface determination method and device, computer equipment and storage medium
CN112506587A (en) * 2020-11-26 2021-03-16 杭州朗澈科技有限公司 API deployment monitoring method, system, electronic device and storage medium
CN112650728A (en) * 2020-12-15 2021-04-13 中国联合网络通信集团有限公司 Interface information storage method and device, server and distributed service system
CN112612630A (en) * 2020-12-29 2021-04-06 太平金融科技服务(上海)有限公司 System call processing method and device, computer equipment and storage medium
CN113542034A (en) * 2021-07-28 2021-10-22 山石网科通信技术股份有限公司 Network element information processing system, network element management method and device
CN113542034B (en) * 2021-07-28 2024-03-19 山石网科通信技术股份有限公司 Network element information processing system, network element management method and device

Also Published As

Publication number Publication date
CN111708589B (en) 2024-04-16

Similar Documents

Publication Publication Date Title
CN111708589B (en) Information processing system, method, device and readable storage medium
US10521446B2 (en) System and method for dynamically refactoring business data objects
US10936582B2 (en) Integrated entity view across distributed systems
CN110032599B (en) Data structure reading and updating method and device, and electronic equipment
EP3627426A1 (en) Integrated entity view across distributed systems
US20130282761A1 (en) System and method for entity shape abstraction in an on demand environment
WO2014063127A1 (en) Method and system for creating tax configuration templates
US8434066B2 (en) Enabling a business entity to validate support for specific activities in a CRM system before migration from earlier versions
CN108171528B (en) Attribution method and attribution system
CN113268500B (en) Service processing method and device and electronic equipment
CN112835904A (en) Data processing method and data processing device
CN108304591A (en) A kind of method for customizing of label, system and terminal device
CN114155921A (en) Configuration method and device of medical form, computer equipment and storage medium
WO2023078078A1 (en) Unified data security labeling framework
CN112491943A (en) Data request method, device, storage medium and electronic equipment
CN108446185B (en) Exception handling method and device, electronic terminal and readable storage medium
US10044823B2 (en) Social content aggregation
CN115471274A (en) Method, device, equipment and storage medium for establishing public and private linkage client label system
CN115098738A (en) Service data extraction method and device, storage medium and electronic equipment
CN114153860A (en) Business data management method and device, electronic equipment and storage medium
CN111597784A (en) Information sending method, device, terminal equipment and medium
CN113761415A (en) Page display method and device
CN109408792B (en) Customer information complement method and device
US20160034905A1 (en) Broadcasting incident resolution information to service desk staff members
CN112597105A (en) Processing method of file associated object, server side equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant