CN109189381B - Method and device for creating service flow component - Google Patents

Method and device for creating service flow component Download PDF

Info

Publication number
CN109189381B
CN109189381B CN201811214395.XA CN201811214395A CN109189381B CN 109189381 B CN109189381 B CN 109189381B CN 201811214395 A CN201811214395 A CN 201811214395A CN 109189381 B CN109189381 B CN 109189381B
Authority
CN
China
Prior art keywords
service
data
format
service flow
micro
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.)
Active
Application number
CN201811214395.XA
Other languages
Chinese (zh)
Other versions
CN109189381A (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.)
Xingyin Information Technology Shanghai Co ltd
Original Assignee
Xingyin Information Technology Shanghai 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 Xingyin Information Technology Shanghai Co ltd filed Critical Xingyin Information Technology Shanghai Co ltd
Priority to CN201811214395.XA priority Critical patent/CN109189381B/en
Publication of CN109189381A publication Critical patent/CN109189381A/en
Application granted granted Critical
Publication of CN109189381B publication Critical patent/CN109189381B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural

Abstract

The invention discloses a method and a device for creating a service flow component, wherein the method comprises the following steps: analyzing the service flow in the micro service to obtain analysis data; configuring the service flow attribute information in the analysis data to obtain a configuration item; defining a storage format of data in the service of the service flow; configuring an interactive protocol and a data response format in the micro-service according to the data interactive format of the service flow in the micro-service; defining and obtaining a general logic judgment format according to the data condition judgment relationship in the service; and packaging the configuration item, the storage format, the interaction protocol, the data response format and the logic judgment format to obtain a service flow component. The services are realized through configuration of a uniform format, the development efficiency of the services is accelerated, the codes are converted into language configuration, the readability between the services is good, and the error rate is reduced.

Description

Method and device for creating service flow component
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a method and an apparatus for creating a service flow component.
Background
In a novel micro-service three-layer system architecture in the current internet industry, along with the expansion of services, the number of micro-services is increased, and the service logic relationship is also more and more complex, so that a service logic bus layer needs to perform a large number of service logic combination and combination operations, and the interior of the system also relates to control depending on the execution sequence of the services and parallel and serial control on the same execution node. Meanwhile, complex logic relations such as parameter verification, condition judgment, cyclic dependence and the like are also arranged between service combination calls.
Therefore, in the iterative process of the service, the readability of the code is poorer and poorer, and the interdependency among the services is clearer and clearer, so that the development efficiency of the service is reduced, and the error rate is improved.
Disclosure of Invention
In view of the above problems, the present invention provides a method and an apparatus for creating a service flow component, which achieve the purposes of improving the service development efficiency and reducing the error rate.
In order to achieve the purpose, the invention provides the following technical scheme:
a method of creating a traffic flow component, the method comprising:
analyzing the service flow in the micro service to obtain analysis data;
configuring the service flow attribute information in the analysis data to obtain a configuration item;
defining a storage format of data in the service of the service flow;
configuring an interactive protocol and a data response format in the micro-service according to the data interactive format of the service flow in the micro-service;
defining and obtaining a general logic judgment format according to the data condition judgment relationship in the service;
and packaging the configuration item, the storage format, the interaction protocol, the data response format and the logic judgment format to obtain a service flow component.
Optionally, the configuring the service flow attribute information in the analysis data to obtain a configuration item includes:
extracting and obtaining service flow attribute information in the analysis data, wherein the service flow attribute information comprises a service flow label, a service logic point, a dependent service, response data, an assignment label and a goto function;
defining the service name of the service flow according to the service flow label, and determining a default response node of the service flow;
setting the relation between the service logic points as a serial relation;
if a plurality of dependency requests exist in the dependency service, defining the relationship among the dependency requests as a parallel relationship, and configuring the dependency service according to a preset format;
packaging the response data, and performing assignment processing according to the assignment tags to obtain packaged data;
and configuring the goto function according to step jump of the execution process in the service flow to obtain a goto function call library.
Optionally, the defining a storage format of intra-service data of a service flow includes:
storing the data in the service of the service flow in a hash mode, wherein the node name of the service logic node of the data in the service is defined as a hash code value, and the response data or the process variable data of the service logic node is defined as a hash value.
Optionally, the configuring, according to the data interaction format of the service flow in the microservice, an interaction protocol and a data response format in the microservice includes:
defining a service name, an interface name and an interface request field of the micro service according to a data interaction format of a service flow in the micro service;
mapping the data of the dependent service to the request field, packaging to obtain a data packet, sending the data packet to the micro-service, and generating an interactive protocol of the micro-service;
and configuring a generated data response format by acquiring a response field of the micro service interface.
Optionally, the configuring the dependent service according to a preset format includes:
and converting the dependent service from a code implementation to a DSL description language configuration implementation.
An apparatus for creating a traffic stream component, the apparatus comprising:
the analysis unit is used for analyzing the service flow in the microservice to obtain analysis data;
a first configuration unit, configured to configure the service flow attribute information in the analysis data, to obtain a configuration item;
the first definition unit is used for defining the storage format of the data in the service of the service flow;
a second configuration unit, configured to configure an interaction protocol and a data response format in the microservice according to a data interaction format of a service flow in the microservice;
the second definition unit is used for defining and obtaining a general logic judgment format according to the data condition judgment relationship in the service;
and the packaging unit is used for packaging the configuration item, the storage format, the interaction protocol, the data response format and the logic judgment format to obtain the service flow component.
Optionally, the first configuration unit includes:
the extraction subunit is configured to extract and obtain service flow attribute information in the analysis data, where the service flow attribute information includes a service flow label, a service logic point, a dependent service, response data, an assignment label, and a goto function;
a first definition subunit, configured to define a service name of the service flow according to the service flow label, and determine a default response node of the service flow;
the first setting subunit is used for setting the relationship between the service logic points as a serial relationship;
the second definition subunit is configured to, if multiple dependency requests exist in the dependency service, define a relationship between the dependency requests as a parallel relationship, and configure the dependency service according to a preset format;
the assignment subunit is used for packaging the response data and performing assignment processing according to the assignment tags to obtain packaged data;
and the first configuration subunit is used for configuring the goto function according to the step jump of the execution process in the service flow to obtain the goto function call library.
Optionally, the first defining unit includes:
and the storage setting subunit is used for storing the data in the service of the service flow in a hash mode, wherein the node name of the service logical node of the data in the service is defined as a hash code value, and the response data or the process variable data of the service logical node is defined as a hash value.
Optionally, the second configuration unit includes:
the third definition subunit is used for defining the service name, the interface name and the interface request field of the micro service according to the data interaction format of the service flow in the micro service;
the packet packaging subunit is used for mapping the data of the dependent service to the request field, packaging the data to obtain a data packet, sending the data packet to the micro service and generating an interaction protocol of the micro service;
and the second configuration subunit is used for configuring and generating a data response format by acquiring the response field of the micro service interface.
Optionally, the second definition subunit includes:
a language configuration subunit for converting the dependent service from a code implementation to a DSL description language configuration implementation.
Compared with the prior art, the invention provides a method and a device for creating a service flow component, which are used for analyzing the service flow in the microservice to obtain the analysis data; the service flow attribute information in the analysis data is configured to obtain a configuration item, and a data storage format, an interaction protocol, a response format and a logic judgment format are configured to obtain a service flow component.
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, it is obvious that the drawings in the following description are only embodiments of the present invention, 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 flowchart of a method for creating a service flow component according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a device for creating a service flow component according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
The terms "first" and "second," and the like in the description and claims of the present invention and the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not set forth for a listed step or element but may include steps or elements not listed.
In an embodiment of the present invention, a method for creating a business logistics group is provided, please refer to fig. 1, where the method includes the following steps:
s101, analyzing the service flow in the micro service to obtain analysis data.
In the embodiment of the invention, abstract complex business logic is needed to be implemented for description language configuration. That is, the interaction relationship between different microservices needs to be abstracted into a simple configuration, so that the business can be realized in a configuration mode. Specifically, a service flow in the micro service needs to be analyzed to obtain analysis data, where the analysis data may include micro service invocation, combinational logic, function points, and the like.
S102, configuring the service flow attribute information in the analysis data to obtain a configuration item;
the method mainly comprises the following steps:
extracting and obtaining service flow attribute information in the analysis data, wherein the service flow attribute information comprises a service flow label, a service logic point, a dependent service, response data, an assignment label and a goto function;
defining the service name of the service flow according to the service flow label, and determining a default response node of the service flow;
setting the relation between the service logic points as a serial relation;
if a plurality of dependency requests exist in the dependency service, defining the relationship among the dependency requests as a parallel relationship, and configuring the dependency service according to a preset format;
packaging the response data, and performing assignment processing according to the assignment tags to obtain packaged data;
and configuring the goto function according to step jump of the execution process in the service flow to obtain a goto function call library.
For example: the main configuration items in the service flow are described as follows:
the business logistics node label comprises a business logistics service name, a business logic point and a business logic point, wherein the name attribute of the business logistics node label is the business logistics service name, and the business logic point represents a default response node under the condition that goto does not exist, wherein the goto is an unconditional transfer statement or function;
the service logic points and the service logic points are in serial relation;
the dependent service can be a thrift service or a local virtual service or function, specifically, is associated with a service field, a plurality of dependent service requests are allowed in one service logic point, and the dependent service requests are in a parallel relation and are realized through a getent;
when the flow processing is finished, packaging corresponding answer data;
the assignment tag can realize assignment of a process variable (equivalent to a process global variable and can be shared in the whole service flow), and can also depend on assignment in service request or response data;
the goto function can realize the jump between the service logic points, when a certain condition is met, the goto function jumps to the corresponding node to continue execution, the condition is a condition attribute which is an AND or expression, meanwhile, the goto function can also be used for processing and judging, and a directory of the function which can be called can be specified when the library is initialized.
S103, defining a storage format of data in the service of the service flow;
storing the data in the service of the service flow in a hash mode, wherein the node name of the service logic node of the data in the service is defined as a hash code value, and the response data or the process variable data of the service logic node is defined as a hash value.
Specifically, the data in the service is stored by using a hash table, the stored Key Value is the name of the service logic point, and the Value corresponds to the response data or the process variable data of the node.
S104, configuring an interactive protocol and a data response format in the micro-service according to the data interactive format of the service flow in the micro-service;
the method comprises the following steps:
defining a service name, an interface name and an interface request field of the micro service according to a data interaction format of a service flow in the micro service;
mapping the data of the dependent service to the request field, packaging to obtain a data packet, sending the data packet to the micro-service, and generating an interactive protocol of the micro-service;
and configuring a generated data response format by acquiring a response field of the micro service interface.
The interactive protocol is a micro-service interactive protocol, namely, the full-automatic dynamic conversion and interaction of a micro-service protocol layer, and specifically, a thrift interface request field is analyzed according to a specified service name and an interface name; mapping the data to a request field, and packaging; the data packet is sent to the microservice. Similar to the micro service interaction protocol, the data response format includes a response field of the automatic acquisition interface, and a response is packed.
S105, defining and obtaining a general logic judgment format according to the data condition judgment relationship in the service;
and using a lightweight expression engine to remove the values corresponding to the variables in the conditional judgment expression from the stored data, and calculating the result of the conditional expression.
S106, packaging the configuration item, the storage format, the interaction protocol, the data response format and the logic judgment format to obtain a service flow component.
Specifically, the dependent service is converted from a code implementation to a DSL description language configuration implementation. The method realizes that abstract complex service logic is DSL language, realizes automatic mapping of a thrift protocol field by depending on service calling, realizes jumping among service logic points by a goto function, can very clearly display the whole service processing link and the corresponding data stream, and realizes visualization of the service link and the data stream. In the embodiment of the invention, micro-service calling, combinational logic and function point abstraction are combed to be configuration items, the whole logic function abstraction is a library, each service logic bus layer refers to the library to realize service logic, and after the format of the configuration items is unified, the visualization service flow display is facilitated or the visualization interface is directly used for configuring the service logic.
The invention provides a method for creating a service flow component, which is used for analyzing a service flow in a microservice to obtain analysis data; the service flow attribute information in the analysis data is configured to obtain a configuration item, and a data storage format, an interaction protocol, a response format and a logic judgment format are configured to obtain a service flow component.
Correspondingly, referring to fig. 2, in an embodiment of the present invention, an apparatus for creating a traffic flow component is further provided, where the apparatus includes:
an analysis unit 201, configured to analyze a service flow in a microservice to obtain analysis data;
a first configuration unit 202, configured to configure the service flow attribute information in the analysis data, to obtain a configuration item;
a first defining unit 203, configured to define a storage format of intra-service data of a service flow;
a second configuration unit 204, configured to configure an interaction protocol and a data response format in the microservice according to a data interaction format of a service flow in the microservice;
a second defining unit 205, configured to define and obtain a general logic judgment format according to the intra-service data condition judgment relationship;
an encapsulating unit 206, configured to encapsulate the configuration item, the storage format, the interaction protocol, the data response format, and the logic determination format, so as to obtain a service flow component.
Optionally, the first configuration unit includes:
the extraction subunit is configured to extract and obtain service flow attribute information in the analysis data, where the service flow attribute information includes a service flow label, a service logic point, a dependent service, response data, an assignment label, and a goto function;
a first definition subunit, configured to define a service name of the service flow according to the service flow label, and determine a default response node of the service flow;
the first setting subunit is used for setting the relationship between the service logic points as a serial relationship;
the second definition subunit is configured to, if multiple dependency requests exist in the dependency service, define a relationship between the dependency requests as a parallel relationship, and configure the dependency service according to a preset format;
the assignment subunit is used for packaging the response data and performing assignment processing according to the assignment tags to obtain packaged data;
and the first configuration subunit is used for configuring the goto function according to the step jump of the execution process in the service flow to obtain the goto function call library.
Optionally, the first defining unit includes:
and the storage setting subunit is used for storing the data in the service of the service flow in a hash mode, wherein the node name of the service logical node of the data in the service is defined as a hash code value, and the response data or the process variable data of the service logical node is defined as a hash value.
Optionally, the second configuration unit includes:
the third definition subunit is used for defining the service name, the interface name and the interface request field of the micro service according to the data interaction format of the service flow in the micro service;
the packet packaging subunit is used for mapping the data of the dependent service to the request field, packaging the data to obtain a data packet, sending the data packet to the micro service and generating an interaction protocol of the micro service;
and the second configuration subunit is used for configuring and generating a data response format by acquiring the response field of the micro service interface.
Optionally, the second definition subunit includes:
a language configuration subunit for converting the dependent service from a code implementation to a DSL description language configuration implementation.
The invention provides a device for creating a service flow component, which analyzes a service flow in a microservice in an analysis unit to obtain analysis data; the service flow attribute information in the analysis data is configured in the configuration unit and the definition unit to obtain the configuration items, and the data storage format, the interaction protocol, the response format and the logic judgment format are configured, so that the service flow components are obtained in the packaging unit, the service is realized through the configuration of a uniform format, the development efficiency of the service is accelerated, the code is converted into language configuration, the readability between the services is better, and the error rate is reduced.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A method for creating a traffic flow component, the method comprising:
analyzing the service flow in the micro service to obtain analysis data;
configuring the service flow attribute information in the analysis data to obtain a configuration item;
defining a storage format of data in the service of the service flow;
configuring an interactive protocol and a data response format in the micro-service according to the data interactive format of the service flow in the micro-service;
defining and obtaining a general logic judgment format according to the data condition judgment relationship in the service;
packaging the configuration item, the storage format, the interaction protocol, the data response format and the logic judgment format to obtain a service flow component;
the configuring the service flow attribute information in the analysis data to obtain a configuration item includes:
extracting and obtaining service flow attribute information in the analysis data, wherein the service flow attribute information comprises a service flow label, a service logic point, a dependent service, response data, an assignment label and a goto function;
defining the service name of the service flow according to the service flow label, and determining a default response node of the service flow;
setting the relation between the service logic points as a serial relation;
if a plurality of dependency requests exist in the dependency service, defining the relationship among the dependency requests as a parallel relationship, and configuring the dependency service according to a preset format;
packaging the response data, and performing assignment processing according to the assignment tags to obtain packaged data;
and configuring the goto function according to step jump of the execution process in the service flow to obtain a goto function call library.
2. The method of claim 1, wherein the defining a storage format of intra-service data of the service flow comprises:
storing the data in the service of the service flow in a hash mode, wherein the node name of the service logic node of the data in the service is defined as a hash code value, and the response data or the process variable data of the service logic node is defined as a hash value.
3. The method of claim 1, wherein the configuring the interaction protocol and the data response format in the microservice according to the data interaction format of the traffic flow in the microservice comprises:
defining a service name, an interface name and an interface request field of the micro service according to a data interaction format of a service flow in the micro service;
mapping the data of the dependent service to the request field, packaging to obtain a data packet, sending the data packet to the micro-service, and generating an interactive protocol of the micro-service;
and configuring a generated data response format by acquiring a response field of the micro service interface.
4. The method of claim 1, wherein the configuring the dependent service according to a preset format comprises:
and converting the dependent service from a code implementation to a DSL description language configuration implementation.
5. An apparatus for creating a traffic stream component, the apparatus comprising:
the analysis unit is used for analyzing the service flow in the microservice to obtain analysis data;
a first configuration unit, configured to configure the service flow attribute information in the analysis data, to obtain a configuration item;
the first definition unit is used for defining the storage format of the data in the service of the service flow;
a second configuration unit, configured to configure an interaction protocol and a data response format in the microservice according to a data interaction format of a service flow in the microservice;
the second definition unit is used for defining and obtaining a general logic judgment format according to the data condition judgment relationship in the service;
the packaging unit is used for packaging the configuration item, the storage format, the interaction protocol, the data response format and the logic judgment format to obtain a service flow component;
the first configuration unit includes:
the extraction subunit is configured to extract and obtain service flow attribute information in the analysis data, where the service flow attribute information includes a service flow label, a service logic point, a dependent service, response data, an assignment label, and a goto function;
a first definition subunit, configured to define a service name of the service flow according to the service flow label, and determine a default response node of the service flow;
the first setting subunit is used for setting the relationship between the service logic points as a serial relationship;
the second definition subunit is configured to, if multiple dependency requests exist in the dependency service, define a relationship between the dependency requests as a parallel relationship, and configure the dependency service according to a preset format;
the assignment subunit is used for packaging the response data and performing assignment processing according to the assignment tags to obtain packaged data;
and the first configuration subunit is used for configuring the goto function according to the step jump of the execution process in the service flow to obtain the goto function call library.
6. The apparatus of claim 5, wherein the first defining unit comprises:
and the storage setting subunit is used for storing the data in the service of the service flow in a hash mode, wherein the node name of the service logical node of the data in the service is defined as a hash code value, and the response data or the process variable data of the service logical node is defined as a hash value.
7. The apparatus of claim 5, wherein the second configuration unit comprises:
the third definition subunit is used for defining the service name, the interface name and the interface request field of the micro service according to the data interaction format of the service flow in the micro service;
the packet packaging subunit is used for mapping the data of the dependent service to the request field, packaging the data to obtain a data packet, sending the data packet to the micro service and generating an interaction protocol of the micro service;
and the second configuration subunit is used for configuring and generating a data response format by acquiring the response field of the micro service interface.
8. The apparatus of claim 5, wherein the second definition subunit comprises:
a language configuration subunit for converting the dependent service from a code implementation to a DSL description language configuration implementation.
CN201811214395.XA 2018-10-18 2018-10-18 Method and device for creating service flow component Active CN109189381B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811214395.XA CN109189381B (en) 2018-10-18 2018-10-18 Method and device for creating service flow component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811214395.XA CN109189381B (en) 2018-10-18 2018-10-18 Method and device for creating service flow component

Publications (2)

Publication Number Publication Date
CN109189381A CN109189381A (en) 2019-01-11
CN109189381B true CN109189381B (en) 2022-01-11

Family

ID=64945871

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811214395.XA Active CN109189381B (en) 2018-10-18 2018-10-18 Method and device for creating service flow component

Country Status (1)

Country Link
CN (1) CN109189381B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110413367B (en) * 2019-07-31 2022-09-23 北京字节跳动网络技术有限公司 Task creation method and device, storage medium and electronic equipment
CN110944048B (en) * 2019-11-29 2022-06-24 腾讯科技(深圳)有限公司 Service logic configuration method and device
CN111078315B (en) * 2019-12-12 2020-12-08 拉扎斯网络科技(上海)有限公司 Microservice arranging and executing method and system, architecture, equipment and storage medium
CN111339138A (en) * 2020-02-20 2020-06-26 深圳市腾讯计算机系统有限公司 Data visualization method and device and computer readable storage medium
CN113765868B (en) * 2020-08-17 2023-08-08 北京沃东天骏信息技术有限公司 Service processing method and device
CN114827228B (en) * 2022-04-21 2024-04-09 马上消费金融股份有限公司 Link processing method and device
CN117714564B (en) * 2024-02-05 2024-04-23 成都汉度科技有限公司 Universal DLT645 protocol analysis method and device based on java language
CN117764538A (en) * 2024-02-18 2024-03-26 埃睿迪信息技术(北京)有限公司 Business process generation method, device and equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100536479C (en) * 2006-10-10 2009-09-02 华为技术有限公司 Service establishing, executing, mapping system and method
CN108519877A (en) * 2017-02-28 2018-09-11 广东智源信息技术有限公司 A kind of development model based on collocation type
CN107133049A (en) * 2017-05-23 2017-09-05 中国联合网络通信集团有限公司 The treating method and apparatus of service based on communication

Also Published As

Publication number Publication date
CN109189381A (en) 2019-01-11

Similar Documents

Publication Publication Date Title
CN109189381B (en) Method and device for creating service flow component
CN107844421B (en) Interface testing method and device, computer equipment and storage medium
CN111666526B (en) Page generation method, device, equipment and storage medium
CN107329861B (en) Multi-interface testing method and device
CN107066291A (en) Packaging method, device and the equipment of SDK, computer-readable recording medium
CN102622237B (en) A kind of collocation method of business function procedure and system
CN103559040A (en) System and method based on SDK for rapidly building mobile internet application module
CN103942055A (en) Development system and method for fusion network mixing service process programming language
CN110069259B (en) ID L file-based parsing method and device, electronic equipment and storage medium
CN111104106A (en) Visual development method, system and medium for integrating business process and communication message
CN110286917A (en) File packing method, device, equipment and storage medium
CN108804100B (en) Method and device for creating interface element, storage medium and mobile terminal
CN111367690A (en) Method and device for supporting combined API service calling
CN106843857B (en) Method and device for realizing SDK (software development kit) conversion of code base based on SRP (sequence-related protocol)
CN101964742B (en) Method, system and device for using network open ability
CN109446648A (en) Service of simulation method for building up and device
CN115525534A (en) Test case generation method and platform based on swagger interface test
CN111694640A (en) Data processing method and device, electronic equipment and storage medium
CN109343968B (en) Method and related device for acquiring data
CN110059002B (en) Test data generation method, test equipment, storage medium and device
CN111596905A (en) Method, device, storage medium and terminal for generating java object
CN113608746B (en) Code conversion processing method, device, computer equipment and storage medium
CN113971097A (en) Transaction processing method and device
CN110389754B (en) Service processing method, system, server, terminal, electronic equipment and storage medium
WO2017084515A1 (en) Method and device for transmitting data code stream

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