WO2020024458A1 - Procédé et appareil de gestion d'interface de service, support d'informations et dispositif informatique - Google Patents
Procédé et appareil de gestion d'interface de service, support d'informations et dispositif informatique Download PDFInfo
- Publication number
- WO2020024458A1 WO2020024458A1 PCT/CN2018/111708 CN2018111708W WO2020024458A1 WO 2020024458 A1 WO2020024458 A1 WO 2020024458A1 CN 2018111708 W CN2018111708 W CN 2018111708W WO 2020024458 A1 WO2020024458 A1 WO 2020024458A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- service
- service controller
- configuration information
- controller
- processing request
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0806—Configuration setting for initial configuration or provisioning, e.g. plug-and-play
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0813—Configuration setting characterised by the conditions triggering a change of settings
- H04L41/0816—Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web services
Definitions
- the present application relates to the field of communication technologies, and in particular, to a method and an apparatus for managing a service interface, a storage medium, and a computer device.
- this application provides a method and device for managing a service interface, a storage medium, and a computer device.
- the main purpose is that the existing service interface has a large number of entity classes for parameter transmission due to different business requirements.
- the business code of the APP interface is numerous and messy, and multiple requests need to be authorized separately.
- a method for managing a service interface including:
- the service controller When the service controller receives the service processing request sent by the APP interface, it extracts the configuration information to be initialized corresponding to the to-be-processed service requested by the service processing request in the configuration file, and different business logic is stored in the configuration file. Corresponding configuration information;
- the service controller initializes the configuration information according to initialization parameters to be configured and service information in the service processing request;
- the service controller sends initialized configuration information to the service class of the service controller
- the service class of the service controller parses a service processing request type in the configuration information, and performs service processing according to the parsed type;
- the service class of the service controller feeds back the processing result to the APP interface through the service controller.
- a management device for a service interface including:
- An extracting unit configured to: when the service controller receives a service processing request sent by the APP interface end, extract the configuration information to be initialized corresponding to the pending service requested by the service processing request in the configuration file, in the configuration file Stores configuration information corresponding to different business logic;
- An initialization unit configured to initialize the configuration information by the service controller according to initialization parameters and service information to be configured in the service processing request;
- a sending unit configured to send the initialized configuration information by the service controller to a service class of the service controller
- a processing unit configured to analyze a service processing request type in the configuration information by a service class of the service controller, and perform business processing according to the parsed type;
- the feedback unit is used by the service class of the service controller to feedback the processing result to the APP interface end through the service controller.
- a non-volatile readable storage medium stores at least one computer-readable instruction, and the computer-readable instruction causes a processor Perform operations corresponding to the management methods of the service interface described above.
- a computer device including: a processor, a memory, a communication interface, and a communication bus, and the processor, the memory, and the communication interface complete each other through the communication bus.
- the memory is configured to store at least one computer-readable instruction, and the computer-readable instruction causes the processor to perform an operation corresponding to the management method of the service interface.
- This application provides a method and device for managing a service interface, a storage medium, and a computer device.
- a service controller receives a service processing request sent by an APP interface, the service controller first extracts a request from the service processing request described in the configuration file.
- the configuration information corresponding to the processing to be initialized is processed, and the configuration information corresponding to different business logic is stored in the configuration file; the service controller initializes the configuration information according to the initialization parameters to be configured in the service processing request and the service information.
- the service controller extracts the interface with the external APP interface. The configuration information of the sent business processing request, and initialize the configuration information according to the parameters and business information in the business processing request.
- FIG. 1 shows a timing flowchart of a method for managing a service interface according to an embodiment of the present application
- FIG. 2 shows a timing flowchart of another method for managing a service interface provided by an embodiment of the present application
- FIG. 3 shows a timing flowchart of still another method for managing a service interface according to an embodiment of the present application
- FIG. 4 shows a block diagram of a management device for a service interface according to an embodiment of the present application
- FIG. 5 shows a block diagram of a management device for another service interface according to an embodiment of the present application
- FIG. 6 is a schematic structural diagram of a computer device according to an embodiment of the present application.
- An embodiment of the present application provides a method for managing a service interface. As shown in FIG. 1, the method includes:
- the APP interface sends a service processing request to the service controller.
- the service controller extracts configuration information to be initialized corresponding to the to-be-processed service requested by the service processing request in the configuration file.
- the configuration file stores configuration information corresponding to different business logic.
- the business logic is the business process that the system refers to when executing business requirements
- the configuration information is the parameter information and business information that require the system to run when the business process is executed.
- the parameters of the passing entity class are not specifically limited in the embodiments of the present application.
- the configuration file in the embodiment of the present application is a file set in the service controller in advance, and configuration information corresponding to business logic that can be executed by all service interfaces is stored in this configuration file, so that the service control
- the processor receives the service processing request sent by the APP interface, it directly extracts the configuration information in the configuration file and initializes the parameters.
- the service processing request sent by the APP interface side is the service processing requested by the interface of the APP interface side.
- the service processing request sent by the APP interface end received by the service controller is sent by the external APP interface end.
- the service processing includes general services that can be performed by each service interface, such as receiving requests, returning information,
- the calibration parameters and the like are not specifically limited in the embodiments of the present application.
- the configuration information to be initialized in the embodiments of the present application is parameter information of resetting that needs to be performed by the business logic corresponding to the service processing request. Therefore, in order to meet the requirements of different business logic, the configuration information needs to be initialized so that Meet the parameter settings performed by business logic objects.
- the service controller initializes the configuration information according to initialization parameters to be configured and service information in the service processing request.
- the initialization parameter is a parameter configured according to the business logic to be processed in the service processing request, and the business information is the specific business logic or business process to be executed, such as deleting data of a user browsing a webpage within a certain period of time,
- the specific business information that needs to be executed in this business logic may include the search time period, the data of the user browsing the website, and deletion.
- the initialization parameters to be configured are the parameters specifically executed by the code in these business logics.
- the configuration information is initialized according to the initialization parameters and the service information, so as to obtain the service processing process matching the service processing request.
- the initialization process is to configure the parameters and business logic in the configuration information to match the parameters of the business process and
- the business logic is not specifically limited in the embodiments of the present application.
- the service controller sends initialization configuration information to a service class of the service controller.
- the service class is a predefined InteractHouseRoService service class, which is used to uniformly manage all the services sent by the APP interface end, that is, the entire processing flow of receiving and managing external requests.
- the service controller sends the initialized configuration information to the service class, and the service class performs processing according to the received configuration information.
- the service class of the service controller parses a service processing request type in the configuration information, and performs service processing according to the parsed type.
- the processing process is to parse the service processing request type in the configuration information.
- the service processing request type includes SQL type and Service type.
- Different types of business processing request types correspond to different processing methods. For example, when it is of SQL type, it is not necessary to call the business class in the business service layer to execute the corresponding business processing. It only needs to add, delete, and modify from the database in the data layer according to the detailed data in the configuration information. This application The examples are not specifically limited.
- the service class of the service controller feeds back the processing result to the APP interface end through the service controller.
- the processing result is returned to the service controller, and the processing result is fed back to the APP interface end through the service controller, thereby reducing the number of APP interface ends.
- Branch judgment which regulates the process of interaction with each interface of the APP interface.
- This application provides a method for managing a service interface. Due to the different business requirements, the existing service interface is designed with a large number of entity classes for parameter passing, which will result in a large number of messy business codes for the APP interface for the business.
- the embodiment uses the service controller to extract the configuration information of the service processing request sent to the external APP interface, and initializes the configuration information according to the parameters and business information in the service processing request. The initialization configuration information is sent to the service class.
- An embodiment of the present application provides another method for managing a service interface. As shown in FIG. 2, the method includes:
- the service controller defines a service class configured in the service controller.
- a service class is defined in advance, that is, the InteractHouseRoService service class.
- the service class is The business logic of different interfaces is extracted from the interface service classes of different APP interface ends. Among them, this service class is defined and configured in the service controller. After the service controller obtains the configuration information that needs to be initialized from the configuration file, it sends the initialized configuration information to the service class.
- the service class can be based on the business logic of different interfaces.
- the processing service is not specifically limited in the embodiment of the present application.
- the APP interface sends a service processing request to the service controller.
- the service controller extracts configuration information to be initialized corresponding to the pending service requested by the service processing request described in the configuration file.
- This step is the same as the method of step 101 shown in FIG. 1, and details are not described herein again.
- the service controller judges whether the APP interface terminal is authorized to perform service processing according to user rights.
- the service system configures a service permission for the APP interface end to perform business processing, it is necessary to determine whether the APP interface end is authorized to perform services according to user permissions. Processing, that is, judging whether the interface of the APP interface side is registered for permissions according to the user permissions.
- the user authority may include identity verification, level verification, etc. of the APP interface end, which is not specifically limited in the embodiment of the present application.
- the user authority verification process in step 203 is performed in the service controller, so that after the verification, the APP interface is authorized to perform business processing, and the service controller executes the steps in step 204b.
- the process of judging user rights may backup the interface information with user rights to the authorized white list in the service controller for the external APP interface end in advance, and then receive the business processing sent by the APP interface end When requesting, it is judged according to the interface information carried whether it exists in the white list of rights and if it exists, it indicates the right.
- the service controller sends a permissionless processing result to the APP interface.
- the service controller in order to promptly notify the APP interface that the permission verification fails, when the APP interface is not authorized to perform business processing, the service controller sends the result of the unauthorized processing to the APP interface, so that the APP interface can perform the processing. Reset the interface.
- step 204b parallel to step 204a, the service controller initializes the configuration information according to initialization parameters and service information to be configured in the service processing request.
- step 102 is the same as the method of step 102 shown in FIG. 1, and details are not described herein again.
- step 205 the service controller sends initialization configuration information to the service class of the service controller.
- step 103 is the same as the method of step 103 shown in FIG. 1, and details are not described herein again.
- the service class of the service controller queries the database for data corresponding to the configuration information, and processes the data. .
- the service controller transmits the initialized configuration information to the service class Service.
- the Service the specific information in the configuration information is parsed, and the type of the business processing request is determined to be SQL type. You need to call the business class in the business service layer to perform the corresponding business processing. You only need to add, delete, and modify from the database in the data layer according to the detailed data in the configuration information.
- the service class of the service controller feeds back the processing result to the APP interface through the service controller.
- step 104 is the same as the method of step 104 shown in FIG. 1, and details are not described herein again.
- step 207 includes: the service class feeds back the processed business processing result to the service controller, and the service controller records the APP interface and the business processing Requesting a correspondence between the service processing results, and feeding back the service processing results to the APP interface.
- the business process in order to facilitate receiving the same business processing request sent from the APP interface side again, the business process can be directly performed.
- the service controller receives the result of the service class processing, the APP interface side, The business processing request and the business processing result are stored with a corresponding relationship, and the current business processing result is fed back to the APP interface.
- the embodiment of the present application may further include:
- the APP interface sends a service interface update request to the service controller.
- the service controller updates parameters and service information in a configuration file in the service control according to an update content carried in the service interface update request.
- the parameters and service information in the configuration file can be updated to implement each The business interface is updated, thereby reducing the design of the parameter passing entity class when the business interface makes a request, saving human resources for code changes.
- This application provides another method for managing a business interface.
- the service controller extracts configuration information of a service processing request sent from an external APP interface, and configures the configuration information according to parameters and service information in the service processing request.
- Initialize by sending the initialized configuration information to the service class for business processing, it is easy to understand business logic, high maintainability of business logic code, reduce the coupling of multiple general business code segments, and avoid designing excessive business processing
- the request name and too many parameter passing entity classes are designed to achieve clear code, low coupling, and strong management, thereby avoiding waste of human resources, reducing time consumption, and improving the management efficiency of business interfaces.
- An embodiment of the present application provides another method for managing a service interface. As shown in FIG. 3, the method includes:
- a service controller defines a service class configured in the service controller.
- This step is the same as the method of step 201 shown in FIG. 2, and details are not described herein again.
- the APP interface sends a service processing request to the service controller.
- the service controller extracts configuration information to be initialized corresponding to the pending service requested by the service processing request in the configuration file.
- This step is the same as the method of step 202 shown in FIG. 2, and details are not described herein again.
- the service controller judges whether the APP interface terminal is authorized to perform service processing according to user rights.
- the service controller sends a permissionless processing result to the APP interface.
- step 204a This step is the same as the method of step 204a shown in FIG. 2, and details are not described herein again.
- step 304b parallel to step 304a, the service controller initializes the configuration information according to initialization parameters to be configured in the service processing request and service information.
- step 102 is the same as the method of step 102 shown in FIG. 1, and details are not described herein again.
- step 305 after step 304b the service controller sends initialization configuration information to the service class of the service controller.
- step 103 is the same as the method of step 103 shown in FIG. 1, and details are not described herein again.
- the service class of the service controller reflects a call to a business service class corresponding to the configuration information, and performs the process through the business service class. Business processing.
- the service controller transmits the initialized configuration information to the service class Service.
- the specific information in the configuration information is parsed, and the type of the service processing request is determined to be the Service type.
- the specific content in the configuration information calls the service class corresponding to the business logic. If it can be determined that the business logic is supplemental recording information based on the specific content in the configuration information, the supplemental recording service class is called for business processing.
- the service class of the service controller feeds back the processing result to the APP interface end through the service controller.
- This step is the same as the method of step 207 shown in FIG. 2, and details are not described herein again.
- the embodiment of the present application may further include:
- the service controller extracts a response corresponding to the APP interface end and the service processing request.
- the service processing result is fed back to the APP interface.
- the service controller instructs the service class to re-execute a processing process corresponding to the service processing request.
- the service processing request result recorded in the service controller that matches the business processing request sent by the APP interface side may be fed back first. Go to the APP interface, and then the service controller instructs the service class to re-execute the business processing process corresponding to the business processing request.
- a business request is divided into 2 paths for processing, 1 for direct feedback of business results, and 1 for execution. Processing speeds up the process of business processing.
- a service processing abnormality alarm is sent to the APP interface side so that the APP interface side determines whether to re-execute the business processing request.
- This application provides another method for managing a service interface.
- the service controller extracts configuration information for a service processing request sent to an external APP interface, and configures the configuration information according to parameters and service information in the service processing request.
- Initialize by sending the initialized configuration information to the service class for business processing, it is easy to understand business logic, high maintainability of business logic code, reduce the coupling of multiple general business code segments, and avoid designing excessive business processing
- the request name and too many parameter passing entity classes are designed to achieve clear code, low coupling, and strong management, thereby avoiding waste of human resources, reducing time consumption, and improving the management efficiency of business interfaces.
- an embodiment of the present application provides a device for managing a service interface.
- the device includes an extraction unit 41, an initialization unit 42, a sending unit 43, Processing unit 44 and feedback unit 45.
- the extracting unit 41 is configured to: when the service controller receives a service processing request sent by the APP interface end, extract the configuration information to be initialized corresponding to the to-be-processed service requested by the service processing request in the configuration file, the configuration file Stores configuration information corresponding to different business logic;
- An initialization unit 42 is configured for the service controller to initialize the configuration information according to initialization parameters and service information to be configured in the service processing request;
- the sending unit 43 is configured to send the initialized configuration information to the service class of the service controller by the service controller;
- the processing unit 44 is configured for the service class of the service controller to parse a service processing request type in the configuration information, and perform service processing according to the parsed type;
- the feedback unit 45 is configured for the service class of the service controller to feed back the processing result to the APP interface through the service controller.
- the device further includes:
- a definition unit 46 is configured for the service controller to define a service class configured in the service controller, and the service class is business logic of different interfaces extracted from interface service classes of different APP interface ends.
- the device further includes: a judging unit 47,
- the judging unit 47 is configured for the service controller to judge whether the APP interface terminal is authorized to perform service processing according to a user authority;
- the sending unit 43 is further configured to: if the APP interface terminal is not authorized to perform service processing, the service controller sends a permissionless processing result to the APP interface terminal;
- the initialization unit 42 is specifically configured to initialize the configuration information according to initialization parameters and service information to be configured in the service processing request if the APP interface end is authorized to perform service processing.
- the type of the business processing request includes a SQL type and a Service type
- the processing unit 44 includes:
- a first processing module 4401 is used by the service controller to send the initialized configuration information to a service class.
- the service class parses a business processing request type in the configuration information as a SQL type
- the service control The service class of the server queries data corresponding to the configuration information from a database, and processes the data; or,
- a second processing module 4402 is used by the service controller to send the initialized configuration information to a service class.
- the service control The service class of the server invokes the business service class corresponding to the configuration information, and performs business processing through the business service class.
- the feedback unit 45 is specifically configured for the service class to feed back the processed business processing result to the service controller, and the service controller records the APP interface end and the business processing request A correspondence relationship between the service processing results, and feedback the service processing results to the APP interface end.
- the apparatus further includes:
- the execution unit 48 is configured to, when the service controller receives the service processing request sent by the APP interface end is the same as the service processing request corresponding to the APP interface end recorded in the service controller, The APP interface and the service processing result corresponding to the service processing request are fed back to the APP interface and instruct the service class to re-execute the processing corresponding to the service processing request.
- the apparatus further includes:
- An update unit 49 is configured to: when the service controller receives a service interface update request sent by the APP interface, the service controller updates the service controller according to the update content carried in the business interface update request.
- This application provides a service interface management device.
- a service controller is used to extract configuration information of a service processing request sent to an external APP interface, and to perform configuration information according to parameters and service information in the service processing request.
- Initialization By sending the initial configuration information to the service class for business processing, it is easy to understand the business logic, maintainability of the business logic code is high, reduce the coupling of multiple general business code segments, and avoid designing too many business processing requests. Name and design too many parameter passing entity classes to achieve clear code, low coupling, and strong management, thereby avoiding waste of human resources, reducing time consumption, and improving the management efficiency of business interfaces.
- a non-volatile readable storage medium stores at least one computer-readable instruction, and the computer-readable instruction can execute any of the foregoing methods. Management method of the business interface in the example.
- FIG. 6 shows a schematic structural diagram of a computer device according to an embodiment of the present application, which may specifically be a terminal.
- the specific embodiment of the present application does not limit the specific implementation of the terminal.
- the terminal may include a processor (processor) 502, a communications interface (504), a memory (506), and a communication bus (508).
- processor processor
- communications interface 504
- memory 506
- communication bus 508
- the processor 502, the communication interface 504, and the memory 506 complete communication with each other through the communication bus 508.
- the communication interface 504 is configured to communicate with a network element of another device, such as a client or another server.
- the processor 502 is configured to execute computer-readable instructions 510, and may specifically perform related steps in the foregoing management method embodiment of a service interface.
- the computer-readable instructions 510 may include computer-readable instruction codes, where the computer-readable instruction codes include computer-readable instructions.
- the processor 502 may be a central processing unit CPU, or an application specific integrated circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application.
- the terminal includes one or more processors, which may be processors of the same type, such as one or more CPUs; or may be processors of different types, such as one or more CPUs and one or more ASICs.
- the memory 506 is configured to store computer-readable instructions 510.
- the memory 506 may include a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), for example, at least one disk memory.
- the computer-readable instructions 510 may be specifically configured to cause the processor 502 to perform the following operations:
- the service controller When the service controller receives the service processing request sent by the APP interface, it extracts the configuration information to be initialized corresponding to the to-be-processed service requested by the service processing request in the configuration file, and different business logic is stored in the configuration file. Corresponding configuration information;
- the service controller initializes the configuration information according to initialization parameters to be configured and service information in the service processing request;
- the service controller sends initialized configuration information to the service class of the service controller
- the service class of the service controller parses a service processing request type in the configuration information, and performs service processing according to the parsed type;
- the service class of the service controller feeds back the processing result to the APP interface through the service controller.
- modules or steps of the present application may be implemented by a general-purpose computing device, and they may be concentrated on a single computing device or distributed in a network composed of multiple computing devices.
- they can be implemented with computer-readable instruction code executable by the computing device, so that they can be stored in a storage device and executed by the computing device, and in some cases, can be different from this
- the steps shown or described are performed in sequence, either by making them into individual integrated circuit modules, or by making multiple modules or steps into a single integrated circuit module. As such, this application is not limited to any particular combination of hardware and software.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
L'invention concerne un procédé de gestion d'interface de service, lié au domaine technique des communications, et vise principalement à résoudre le problème de foisonnement et de désordre des codes de service d'une interface d'application destinée à des services, comme une interface de service existante compte un grand nombre de classes d'entités de paramètres de transfert, conçus pour différents besoins de service. Le procédé comprend les étapes suivantes : lors de la réception d'une requête de traitement de service envoyée par un terminal d'interface d'application, un contrôleur de service extrait des informations de configuration à initialiser, correspondant à un service à traiter qui est requis par la requête de traitement de service dans un fichier de configuration ; le contrôleur de service initialise les informations de configuration, selon les paramètres d'initialisation à configurer et les informations de service de la requête de traitement de service ; le contrôleur de service envoie les informations de configuration initialisées à une classe de service du contrôleur de service ; la classe de service du contrôleur de service analyse le type de la requête de traitement de service, parmi les informations de configuration, et effectue un traitement de service, selon le type analysé ; et la classe de service du contrôleur de service fournit un résultat de traitement au terminal d'interface d'application, par l'intermédiaire du contrôleur de service.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810866687.5A CN109327499B (zh) | 2018-08-01 | 2018-08-01 | 业务接口的管理方法及装置、存储介质、终端 |
CN201810866687.5 | 2018-08-01 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020024458A1 true WO2020024458A1 (fr) | 2020-02-06 |
Family
ID=65264201
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2018/111708 WO2020024458A1 (fr) | 2018-08-01 | 2018-10-24 | Procédé et appareil de gestion d'interface de service, support d'informations et dispositif informatique |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN109327499B (fr) |
WO (1) | WO2020024458A1 (fr) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111552464A (zh) * | 2020-04-27 | 2020-08-18 | 上海鸿翼软件技术股份有限公司 | 一种sdk生成方法、装置、设备及介质 |
CN115396492A (zh) * | 2022-08-03 | 2022-11-25 | 深圳前海环融联易信息科技服务有限公司 | 服务请求方法、装置、计算机设备及程序产品 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110971664B (zh) * | 2019-10-31 | 2023-04-18 | 北京浪潮数据技术有限公司 | 一种接口服务管理系统 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060126602A1 (en) * | 2004-11-11 | 2006-06-15 | Clemens Heinrich | Method and arrangement for providing services between data processing devices |
CN106453536A (zh) * | 2016-09-29 | 2017-02-22 | 车智互联(北京)科技有限公司 | 一种网络请求处理方法、服务器和系统 |
CN106453519A (zh) * | 2016-09-21 | 2017-02-22 | 合网络技术(北京)有限公司 | 接口调用方法及装置 |
CN106790501A (zh) * | 2016-12-15 | 2017-05-31 | 咪咕音乐有限公司 | 一种基于接口跳转的业务处理方法及装置 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103425793B (zh) * | 2013-08-28 | 2017-03-01 | 五八同城信息技术有限公司 | 用于即时通讯系统中利用数据库存储层访问数据库的方法 |
CN108021710B (zh) * | 2017-12-28 | 2020-03-24 | 蜂助手股份有限公司 | 一种动态接口转换方法、装置、终端设备及存储介质 |
CN108196879A (zh) * | 2018-01-09 | 2018-06-22 | 平安科技(深圳)有限公司 | 业务处理方法、装置、设备及计算机可读存储介质 |
-
2018
- 2018-08-01 CN CN201810866687.5A patent/CN109327499B/zh active Active
- 2018-10-24 WO PCT/CN2018/111708 patent/WO2020024458A1/fr active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060126602A1 (en) * | 2004-11-11 | 2006-06-15 | Clemens Heinrich | Method and arrangement for providing services between data processing devices |
CN106453519A (zh) * | 2016-09-21 | 2017-02-22 | 合网络技术(北京)有限公司 | 接口调用方法及装置 |
CN106453536A (zh) * | 2016-09-29 | 2017-02-22 | 车智互联(北京)科技有限公司 | 一种网络请求处理方法、服务器和系统 |
CN106790501A (zh) * | 2016-12-15 | 2017-05-31 | 咪咕音乐有限公司 | 一种基于接口跳转的业务处理方法及装置 |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111552464A (zh) * | 2020-04-27 | 2020-08-18 | 上海鸿翼软件技术股份有限公司 | 一种sdk生成方法、装置、设备及介质 |
CN111552464B (zh) * | 2020-04-27 | 2024-05-31 | 上海鸿翼软件技术股份有限公司 | 一种sdk生成方法、装置、设备及介质 |
CN115396492A (zh) * | 2022-08-03 | 2022-11-25 | 深圳前海环融联易信息科技服务有限公司 | 服务请求方法、装置、计算机设备及程序产品 |
CN115396492B (zh) * | 2022-08-03 | 2023-11-17 | 深圳前海环融联易信息科技服务有限公司 | 服务请求方法、装置、计算机设备及程序产品 |
Also Published As
Publication number | Publication date |
---|---|
CN109327499B (zh) | 2022-01-28 |
CN109327499A (zh) | 2019-02-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10757106B2 (en) | Resource access control method and device | |
US10749990B1 (en) | Automatic discovery of API information | |
WO2019184164A1 (fr) | Procédé de déploiement automatique de nœud travailleur de kubernetes, dispositif, appareil terminal et support de stockage lisible | |
US11405458B2 (en) | Sending and receiving data using multiple objects with a single storage request | |
WO2020024458A1 (fr) | Procédé et appareil de gestion d'interface de service, support d'informations et dispositif informatique | |
WO2019153488A1 (fr) | Procédé de gestion de configuration de service, appareil, support de stockage et serveur | |
US10908970B1 (en) | Data interface for secure analytic data system integration | |
WO2019196239A1 (fr) | Procédé de gestion d'interfaces de fils d'exécution, dispositif terminal et support de stockage lisible par ordinateur | |
CN111258627A (zh) | 一种接口文档生成方法和装置 | |
US20160196188A1 (en) | Failure recovery of a task state in batch-based stream processing | |
CN109918191B (zh) | 一种业务请求防频的方法和装置 | |
CN111177776A (zh) | 多租户数据隔离方法与系统 | |
WO2022247316A1 (fr) | Système de traitement d'objet de stockage, procédé de traitement de requête, passerelle et support de stockage | |
WO2019085780A1 (fr) | Système de stockage en nuage et procédé de réalisation d'un traitement de données défini par l'utilisateur dans un système de stockage en nuage | |
US9942267B1 (en) | Endpoint segregation to prevent scripting attacks | |
WO2022121492A1 (fr) | Procédé et appareil de transmission de fichiers, dispositif informatique et support d'enregistrement | |
WO2019201248A1 (fr) | Procédé et dispositif de réamorçage dans un système de machine à machine léger | |
CN113111666A (zh) | 一种实现应用程序的多语言翻译的系统及方法 | |
US11431795B2 (en) | Method, apparatus and storage medium for resource configuration | |
US10855563B2 (en) | Supplementing log messages with metadata | |
US11750558B2 (en) | System and method for managing network connected devices | |
CN116244682A (zh) | 数据库的访问方法、装置、设备以及存储介质 | |
CN115277187A (zh) | 一种请求数据校验结果提示方法、装置、存储介质及设备 | |
WO2022133827A1 (fr) | Procédé et appareil de traitement de demande de tâche, et dispositif de nœud de chaîne de blocs | |
US10044728B1 (en) | Endpoint segregation to prevent scripting attacks |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 18928360 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18928360 Country of ref document: EP Kind code of ref document: A1 |