CN111427610A - Method, device, equipment and readable medium for integrating third-party services - Google Patents

Method, device, equipment and readable medium for integrating third-party services Download PDF

Info

Publication number
CN111427610A
CN111427610A CN202010218126.1A CN202010218126A CN111427610A CN 111427610 A CN111427610 A CN 111427610A CN 202010218126 A CN202010218126 A CN 202010218126A CN 111427610 A CN111427610 A CN 111427610A
Authority
CN
China
Prior art keywords
service
party
standard
description file
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.)
Pending
Application number
CN202010218126.1A
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.)
Shandong Inspur Genersoft Information Technology Co Ltd
Original Assignee
Shandong Inspur Genersoft 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 Shandong Inspur Genersoft Information Technology Co Ltd filed Critical Shandong Inspur Genersoft Information Technology Co Ltd
Priority to CN202010218126.1A priority Critical patent/CN111427610A/en
Publication of CN111427610A publication Critical patent/CN111427610A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for integrating third-party services, which comprises the following steps: acquiring a description file of a third-party service meeting a predetermined service standard; parsing the description file to generate a standard service definition; generating REST service and service call agent class codes which can be issued to the outside based on standard service definition; and configuring a corresponding security authentication strategy based on the REST service and the code according to the security authentication mode of the third-party service. The invention also discloses a third-party service integration device, computer equipment and a readable storage medium. The invention can quickly and safely integrate the service according to the mode of low code, high efficiency and conformity with the universal standard in the industry for the service scene needing to integrate the third-party service. The development efficiency and the user experience in a complex integrated service scene can be remarkably improved, and the integratability, the openness and the safety of the ERP system are improved.

Description

Method, device, equipment and readable medium for integrating third-party services
Technical Field
The invention relates to the technical field of software system integration, in particular to a method, a device, equipment and a readable medium for third-party service integration.
Background
With the rapid development of internet technology, the complexity of business systems of enterprises is also increasing day by day, a large number of application subsystems are generally established in enterprises, the subsystems often cannot cooperate with each other well, so that a plurality of information islands can be formed, meanwhile, with the increasing popularity of SOA (service Oriented architecture) architecture, various service-Oriented architectures are produced, the service division of modern enterprises is more and more detailed, how to reasonably utilize the services provided by other enterprises to reduce the development and operation cost of the enterprises becomes a problem which has to be solved in the development process of the enterprises, from the service integration perspective, how to provide an effective service integration solution, adapt to the service integration scenes of different systems, and the problem which has to be solved by ERP enterprise management software.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method, an apparatus, a device and a readable medium for integrating third-party services, which can perform service integration quickly and safely in a manner of low code, high efficiency and meeting the industry universal standard for a business scenario requiring integration of third-party services. The development efficiency and the user experience in a complex integrated service scene can be remarkably improved, and the integratability, the openness and the safety of the ERP system are improved.
Based on the above object, an aspect of the embodiments of the present invention provides a method for third party service integration, including the following steps: acquiring a description file of a third-party service meeting a predetermined service standard; parsing the description file to generate a standard service definition; generating REST service and service call agent class codes which can be issued to the outside based on standard service definition; and configuring a corresponding security authentication strategy based on the REST service and the code according to the security authentication mode of the third-party service.
In some embodiments, obtaining a description file of a third party service that meets a predetermined service criteria comprises: collecting service information of a third-party service, and judging whether the service information meets a preset service standard; and acquiring a description file of the third-party service in response to the service information meeting the preset service standard.
In some embodiments, further comprising: in response to the service information not meeting the predetermined service criteria, a description file is generated based on the entry template.
In some embodiments, collecting service information for a third party service comprises: and collecting the service name, the service IP, the service version, the operation information of the path, the operation parameters and the Schema information of the service design of the third-party service.
In some embodiments, the predetermined service criteria include any one or more of the general service criteria of WSD L, Swagger, OpenAPI3.0, GraphQ L.
In some embodiments, the security authentication policy includes any one or more of: http Basic Auth, OAuth2, Cookie-Session Auth, and Token Auth.
In another aspect of the embodiments of the present invention, a third-party service integration apparatus is further provided, including: the description file acquisition module is configured for acquiring a description file of the third-party service meeting a predetermined service standard; the service definition generating module is configured for analyzing the description file to generate a standard service definition; the service and code generation module is configured for generating REST service and service calling proxy codes which can be issued to the outside based on standard service definition; and the security authentication module is configured to configure a corresponding security authentication policy based on the REST service and the code according to a security authentication mode of the third-party service.
In some embodiments, the description file acquisition module is further configured to: collecting service information of a third-party service, and judging whether the service information meets a preset service standard; responding to the service information meeting the preset service standard, and acquiring a description file of the third-party service; in response to the service information not meeting the predetermined service criteria, a description file is generated based on the entry template.
In another aspect of the embodiments of the present invention, there is also provided a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions to perform the steps of the above method by the processor.
In a further aspect of the embodiments of the present invention, a computer-readable storage medium is also provided, in which a computer program for implementing the above method steps is stored when the computer program is executed by a processor.
The invention has the following beneficial technical effects: by aiming at the business scene needing to integrate the third-party service, the service integration can be rapidly and safely carried out in a mode of low code, high efficiency and conformity with the industry general standard. The development efficiency and the user experience in a complex integrated service scene can be remarkably improved, and the integratability, the openness and the safety of the ERP system are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic diagram of an embodiment of a method for third party service integration provided by the present invention;
fig. 2 is an integration framework schematic diagram of an embodiment of a method for third-party service integration provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In view of the foregoing, a first aspect of the embodiments of the present invention provides an embodiment of a method for third-party service integration. Fig. 1 is a schematic diagram illustrating an embodiment of a method for third-party service integration provided by the present invention. As shown in fig. 1, the embodiment of the present invention includes the following steps:
s1, acquiring a description file of the third-party service meeting the preset service standard;
s2, analyzing the description file to generate a standard service definition;
s3, generating REST service and service calling proxy class codes which can be issued to the outside based on standard service definition; and
and S4, configuring a corresponding security authentication strategy based on the REST service and the code according to the security authentication mode of the third-party service.
The third-party service information is collected, the service information of the third-party service information accords with a certain service standard or can be converted into the certain service standard according to the service information, the service standard comprises but is not limited to the industry general standards such as WSD L, Swagger, OpenAPI3.0, GraphQ L and the like, a description file is led into an ERP system to generate a standard service definition which can be understood by the ERP system, a service calling proxy code is automatically generated according to the service definition to meet the calling link of the ERP system of a third party, and the standard REST service is externally issued according to the service definition to meet the calling link of the ERP product external system, different security authentication strategies can be configured according to the security authentication modes required by different third-party services, and the security authentication strategies comprise but not limited to Basic, OAttp 2, Coout-Aukey, Auken authentication and the like, and can meet the corresponding security requirements of the third-party service when the security authentication strategies are configured.
In this embodiment, the ERP system is a short term Enterprise Resource Planning (Enterprise Resource Planning), and refers to a management platform that is established on the basis of information technology, integrates information technology and advanced management ideas, and provides decision means for Enterprise employees and decision layers with a systematic management idea. By means of the universal standard in the industry, service integration is realized quickly, efficiently and safely, development cost can be reduced, user experience is improved, and the integratability, openness and safety of the ERP system are enhanced.
In some embodiments of the invention, obtaining the description file of the third party service meeting the predetermined service standard comprises: collecting service information of a third-party service, and judging whether the service information meets a preset service standard; and acquiring a description file of the third-party service in response to the service information meeting the preset service standard.
In some embodiments of the invention, further comprising: in response to the service information not meeting the predetermined service criteria, a description file is generated based on the entry template. For different types of third-party systems, whether different types of services meet certain service standards or not, the different types of services can be standardized into specific service description files according to service information, so that differences among multiple systems and multiple services are shielded, a uniform standardized strategy is provided, and the complexity of service processing is simplified.
In some embodiments of the invention, collecting service information for a third party service comprises: and collecting the service name, the service IP, the service version, the operation information of the path, the operation parameters and the Schema information of the service design of the third-party service.
In some embodiments of the invention, the predetermined service criteria comprises any one or more of the general service criteria WSD L, Swagger, OpenAPI3.0, GraphQ L.
In some embodiments of the invention, the security authentication policy comprises any one or more of: HttpBasic Auth, OAuth2, Cookie-Session Auth, and Token Auth.
It should be particularly noted that, the steps in the embodiments of the method for third party service integration described above may be mutually intersected, replaced, added, or deleted, and therefore, these methods for third party service integration with reasonable permutation and combination transformation also fall within the scope of the present invention, and should not limit the scope of the present invention to the embodiments.
In some embodiments of the invention, FIG. 2 is an integration framework schematic diagram of an embodiment of a method for integrating third-party services provided by the invention, as shown in FIG. 2, the integration principle is embodied in the following steps of 1.1 integrating third-party services conforming to a standard to generate a standard Service description file, 1.2 integrating third-party services not conforming to the standard to enter according to a template to generate a standard Service description file, 2 generating Service metadata in a Service definition according to the standard Service description, 3 configuring a security authentication policy for the Service metadata to form a complete Service definition, wherein the security authentication policy includes but is not limited to modes of Basic Auth, Token Key, OAuth, 3rd and the like, 4.1 issuing the Service definition as RESTful Service, and is characterized by having a Service uniform resource locator UR L, which is shown as an example in the figure, an api/su/version/Service/operation, and can be called by an external system, 4.2 generating a uniform Agent Code type according to the Service definition, developing a uniform Agent Code type, developing a variety of different types, and developing a Mobile phone adaptation language, and the flexibility of a Mobile phone Client.
In view of the above object, a second aspect of the embodiments of the present invention provides a third-party service integration apparatus, including: the description file acquisition module is configured for acquiring a description file of the third-party service meeting a predetermined service standard; the service definition generating module is configured for analyzing the description file to generate a standard service definition; the service and code generation module is configured for generating REST service and service calling proxy codes which can be issued to the outside based on standard service definition; and the security authentication module is configured to configure a corresponding security authentication policy based on the REST service and the code according to a security authentication mode of the third-party service.
In some embodiments of the invention, the description file obtaining module is further configured to: collecting service information of a third-party service, and judging whether the service information meets a preset service standard; responding to the service information meeting the preset service standard, and acquiring a description file of the third-party service; in response to the service information not meeting the predetermined service criteria, a description file is generated based on the entry template.
In view of the above object, a third aspect of the embodiments of the present invention provides a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions being executable by the processor to implement the method steps as above.
The invention also provides a computer readable storage medium storing a computer program which, when executed by a processor, performs the method as above.
Finally, it should be noted that, as one of ordinary skill in the art can appreciate that all or part of the processes of the methods of the above embodiments can be implemented by a computer program to instruct related hardware, and the program of the method for third party service integration can be stored in a computer readable storage medium, and when executed, the program can include the processes of the embodiments of the methods as described above. The storage medium of the program may be a magnetic disk, an optical disk, a Read Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the methods disclosed according to embodiments of the present invention may also be implemented as a computer program executed by a processor, which may be stored in a computer-readable storage medium. Which when executed by a processor performs the above-described functions defined in the methods disclosed in embodiments of the invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be understood that the computer-readable storage media (e.g., memory) herein may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory, by way of example and not limitation, nonvolatile memory may include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory volatile memory may include Random Access Memory (RAM), which may serve as external cache memory, by way of example and not limitation, RAM may be available in a variety of forms, such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous link DRAM (S L DRAM, and Direct Rambus RAM (DRRAM).
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof.A computer readable medium includes a computer storage medium and a communication medium including any medium that facilitates transfer of a computer program from one location to another.A storage medium may be any available medium that can be accessed by a general purpose or special purpose computer.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method of third party service integration, comprising the steps of:
acquiring a description file of a third-party service meeting a predetermined service standard;
parsing the description file to generate a standard service definition;
generating REST service and service call agent class codes which can be issued to the outside based on the standard service definition; and
and configuring a corresponding security authentication strategy based on the REST service and the code according to the security authentication mode of the third-party service.
2. The method of claim 1, wherein obtaining the description file of the third-party service meeting the predetermined service standard comprises:
collecting service information of a third-party service, and judging whether the service information meets a preset service standard;
and responding to the service information meeting the preset service standard, and acquiring a description file of the third-party service.
3. The method of third party service integration according to claim 2, further comprising:
in response to the service information not meeting the predetermined service criteria, generating a description file based on an entry template.
4. The method of third party service integration according to claim 2, wherein collecting service information of third party services comprises:
and collecting the service name, the service IP, the service version, the operation information of the path, the operation parameters and the Schema information of the service design of the third party service.
5. The method of third party service integration according to claim 2, wherein the predefined service criteria include any one or more of general service criteria of WSD L, Swagger, OpenAPI3.0, GraphQ L.
6. The method of third party service integration according to claim 1, wherein the security authentication policy comprises any one or more of: http Basic Auth, OAuth2, Cookie-Session Auth, and Token Auth.
7. An apparatus for third party service integration, comprising:
the description file acquisition module is configured for acquiring a description file of the third-party service meeting a predetermined service standard;
the service definition generating module is configured to analyze the description file to generate a standard service definition;
the service and code generation module is configured for generating REST service and service calling proxy codes which can be issued to the outside based on the standard service definition; and
and the security authentication module is configured to configure a corresponding security authentication policy based on the REST service and the code according to a security authentication mode of the third-party service.
8. The third party service integration apparatus of claim 7, wherein the description file obtaining module is further configured to:
collecting service information of a third-party service, and judging whether the service information meets a preset service standard;
responding to the service information meeting the preset service standard, and acquiring a description file of the third-party service;
in response to the service information not meeting the predetermined service criteria, generating a description file based on an entry template.
9. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of any of the methods 1-6.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 6.
CN202010218126.1A 2020-03-25 2020-03-25 Method, device, equipment and readable medium for integrating third-party services Pending CN111427610A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010218126.1A CN111427610A (en) 2020-03-25 2020-03-25 Method, device, equipment and readable medium for integrating third-party services

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010218126.1A CN111427610A (en) 2020-03-25 2020-03-25 Method, device, equipment and readable medium for integrating third-party services

Publications (1)

Publication Number Publication Date
CN111427610A true CN111427610A (en) 2020-07-17

Family

ID=71548684

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010218126.1A Pending CN111427610A (en) 2020-03-25 2020-03-25 Method, device, equipment and readable medium for integrating third-party services

Country Status (1)

Country Link
CN (1) CN111427610A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112379920A (en) * 2020-11-17 2021-02-19 金蝶云科技有限公司 Compatible method, integrated platform and storage medium for integrated software in ERP system
CN114816403A (en) * 2022-04-19 2022-07-29 北京字节跳动网络技术有限公司 Request processing method, device, equipment and storage medium
CN115277522A (en) * 2022-06-16 2022-11-01 重庆长安汽车股份有限公司 Method for judging service scene availability

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930370A (en) * 2010-09-09 2010-12-29 上海普元信息技术股份有限公司 System structure for realizing data conversion in service integration of SOA (Service Oriented Architecture) application system and method thereof
CN103188344A (en) * 2013-02-22 2013-07-03 浪潮电子信息产业股份有限公司 Method for safely invoking REST API (representational state transfer, application programming interface)
CN103530135A (en) * 2013-10-31 2014-01-22 深圳中兴网信科技有限公司 Proxy service generating device and proxy service generating method
CN104298490A (en) * 2013-07-15 2015-01-21 深圳中兴网信科技有限公司 Service publication method and device based on service oriented architecture
CN106797392A (en) * 2014-07-22 2017-05-31 康维达无线有限责任公司 The issue and discovery of M2M IOT services
CN110580158A (en) * 2019-09-12 2019-12-17 上海米哈游网络科技股份有限公司 Code generation method and device, storage medium and electronic equipment
CN110806863A (en) * 2019-11-05 2020-02-18 泰康保险集团股份有限公司 Interface document generation method and device, electronic equipment and storage medium
CN110891060A (en) * 2019-11-26 2020-03-17 昆明能讯科技有限责任公司 Unified authentication system based on multi-service system integration

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930370A (en) * 2010-09-09 2010-12-29 上海普元信息技术股份有限公司 System structure for realizing data conversion in service integration of SOA (Service Oriented Architecture) application system and method thereof
CN103188344A (en) * 2013-02-22 2013-07-03 浪潮电子信息产业股份有限公司 Method for safely invoking REST API (representational state transfer, application programming interface)
CN104298490A (en) * 2013-07-15 2015-01-21 深圳中兴网信科技有限公司 Service publication method and device based on service oriented architecture
CN103530135A (en) * 2013-10-31 2014-01-22 深圳中兴网信科技有限公司 Proxy service generating device and proxy service generating method
CN106797392A (en) * 2014-07-22 2017-05-31 康维达无线有限责任公司 The issue and discovery of M2M IOT services
CN110580158A (en) * 2019-09-12 2019-12-17 上海米哈游网络科技股份有限公司 Code generation method and device, storage medium and electronic equipment
CN110806863A (en) * 2019-11-05 2020-02-18 泰康保险集团股份有限公司 Interface document generation method and device, electronic equipment and storage medium
CN110891060A (en) * 2019-11-26 2020-03-17 昆明能讯科技有限责任公司 Unified authentication system based on multi-service system integration

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112379920A (en) * 2020-11-17 2021-02-19 金蝶云科技有限公司 Compatible method, integrated platform and storage medium for integrated software in ERP system
CN114816403A (en) * 2022-04-19 2022-07-29 北京字节跳动网络技术有限公司 Request processing method, device, equipment and storage medium
CN115277522A (en) * 2022-06-16 2022-11-01 重庆长安汽车股份有限公司 Method for judging service scene availability
CN115277522B (en) * 2022-06-16 2023-05-16 重庆长安汽车股份有限公司 Service scene availability judging method

Similar Documents

Publication Publication Date Title
CN111427610A (en) Method, device, equipment and readable medium for integrating third-party services
WO2021073202A1 (en) Intelligent contract processing method, computer device and storage medium
CN107193668B (en) Calling method and system of interface server
US20190058991A1 (en) Communication record privacy protection validation
CN114124929B (en) Cross-network data processing method and device
CN111177246A (en) Service data processing method and device
CN112685709A (en) Authorization token management method and device, storage medium and electronic equipment
WO2022033079A1 (en) Pico base station configuration method and apparatus, and storage medium and electronic apparatus
CN111090621A (en) Log obtaining method, device and storage medium
CN112395339B (en) Intersystem data admission verification method, device, computer equipment and storage medium
CN111309264B (en) Method, system, device and medium for making directory quota compatible with snapshot
CN107562790B (en) Method and system for realizing batch warehousing of data processing
CN113220762A (en) Method, device, processor and storage medium for realizing general record processing of key service field change in big data application
CN111652580A (en) Method and device for processing data of nodes
CN110784551A (en) Data processing method, device, equipment and medium based on multiple tenants
CN113595788B (en) API gateway management method and device based on plug-in
CN112181474B (en) Block chain service processing method, electronic device and computer storage medium
CN113472808B (en) Log processing method and device, storage medium and electronic device
KR102258241B1 (en) Server side data component for support of development and management and method for perform the data component
CN111984369B (en) Container calling method and device
CN116192440A (en) Security arrangement and automatic response method and device, electronic equipment and storage medium
CN112733510A (en) Financial certificate generation method, device, equipment and computer readable storage medium
CN117676490A (en) Communication method, device, related equipment and storage medium
CN116132246A (en) Interaction method, device, gateway equipment and storage medium
CN118093716A (en) Method, device, equipment and medium for processing data generated by distributed 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: 20200717