CN112631630A - Service configuration updating method and device - Google Patents

Service configuration updating method and device Download PDF

Info

Publication number
CN112631630A
CN112631630A CN202011561685.9A CN202011561685A CN112631630A CN 112631630 A CN112631630 A CN 112631630A CN 202011561685 A CN202011561685 A CN 202011561685A CN 112631630 A CN112631630 A CN 112631630A
Authority
CN
China
Prior art keywords
service
node
scene
information
configuration
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
CN202011561685.9A
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.)
Beijing Soufun Science & Technology Development Co ltd
Original Assignee
Beijing Soufun Science & Technology Development 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 Beijing Soufun Science & Technology Development Co ltd filed Critical Beijing Soufun Science & Technology Development Co ltd
Priority to CN202011561685.9A priority Critical patent/CN112631630A/en
Publication of CN112631630A publication Critical patent/CN112631630A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method and a device for updating service configuration, wherein the method comprises the following steps: when a configuration instruction sent by a developer is received, determining a service corresponding to the configuration instruction; acquiring each service scene of a service, and determining each information acquisition node of each service scene; for each service scene, setting a node execution sequence and a data acquisition attribute for each information acquisition node of the service scene; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node; and generating a service configuration file of the service based on the scene configuration file of each service scene, updating the service configuration file into a material configuration library, and finishing the updating of the service configuration of the service. By applying the invention, the generated service configuration file is updated to the service configuration library, so that the service configuration of the service is updated without modifying the code of the service, thereby reducing the investment of manpower and time and improving the updating efficiency.

Description

Service configuration updating method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for updating service configuration.
Background
With the maturation of internet technology, businesses in large enterprises and organizations began to support online transactions. When a business transactor transacts business online, corresponding data is generally gradually uploaded according to a transaction step configured in advance for the business, so as to complete the transaction of the business.
The service configuration related to the service handling steps and the data format required for handling the service is usually hard-coded in the program code related to the service, and the service configuration of the service is adjusted according to the change of the policy in various places or the change of the organization.
At present, each time of updating the service configuration of the service, a developer is required to change a related code program so as to update the service configuration of the service. And the code programs related to the business are numerous, developers need to determine the code programs related to the business configuration from the numerous code programs so as to modify the code programs related to the business configuration, and the method for updating the business configuration needs to invest large labor and time and has low updating efficiency.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for updating service configuration, in which a service configuration file of a service is updated into a material configuration library to update service configuration of the service, and a code of the service does not need to be modified in the process, thereby accelerating the efficiency of updating service configuration of the service.
In order to achieve the purpose, the invention provides the following technical scheme:
a method for updating service configuration comprises the following steps:
when a configuration instruction sent by a developer is received, determining a service corresponding to the configuration instruction;
acquiring each service scene of the service, and determining each information acquisition node of each service scene;
for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node;
and generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a preset material configuration library to complete the updating of the service configuration of the service.
Optionally, the method for acquiring each service scenario of the service includes:
determining each application object and each application type of the service;
for each application type, determining each target object corresponding to the application type in each application object, and obtaining a scene combination corresponding to the application type based on the application type and each target object corresponding to the application type;
and configuring scene application data of each scene combination to obtain a service scene corresponding to the scene combination.
Optionally, the method for determining each information obtaining node of each service scenario includes:
and for each service scene, acquiring node acquisition information of the service scene, determining each preset acquisition node corresponding to the node acquisition information in each preset acquisition node of the service, and taking each preset acquisition node corresponding to the node acquisition information as the information acquisition node of the service scene.
Optionally, in the method, the setting a node execution sequence for each information obtaining node in the service scenario includes:
acquiring the process information of the service scene;
determining the execution priority of each information acquisition node according to the process information;
and setting the node execution sequence of each information acquisition node based on the execution priority of each information acquisition node.
Optionally, the configuring the data obtaining attribute of each information obtaining node includes:
acquiring data item information of each information acquisition node;
and setting the data acquisition attribute of each information acquisition node based on the data item information of each information acquisition node.
An apparatus for updating service configuration, comprising:
the system comprises a determining unit, a processing unit and a processing unit, wherein the determining unit is used for determining a service corresponding to a configuration instruction when the configuration instruction sent by a developer is received;
an obtaining unit, configured to obtain each service scenario of the service, and determine each information obtaining node of each service scenario;
a configuration unit, configured to set a node execution sequence for each information acquisition node of each service scenario, and configure a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node;
and the generating unit is used for generating the service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a preset material configuration library so as to complete the updating of the service configuration of the service.
The above apparatus, optionally, the obtaining unit includes:
the first determining subunit is used for determining each application object and each application type of the service;
a second determining subunit, configured to determine, for each application type, each target object corresponding to the application type in each application object, and obtain, based on the application type and each target object corresponding to the application type, a scene combination corresponding to the application type;
and the configuration subunit is used for configuring the scene application data of the scene combination for each scene combination to obtain the service scene corresponding to the scene combination.
The above apparatus, optionally, the obtaining unit includes:
and the first obtaining subunit is configured to, for each service scenario, obtain node obtaining information of the service scenario, determine each preset obtaining node corresponding to the node obtaining information in each preset obtaining node of the service, and use each preset obtaining node corresponding to the node obtaining information as an information obtaining node of the service scenario.
The above apparatus, optionally, the configuration unit includes:
the second acquiring subunit is used for acquiring the process information of the service scene;
a third determining subunit, configured to determine, according to the flow information, an execution priority of each information acquisition node;
a first setting subunit configured to set a node execution order of each of the information acquisition nodes based on an execution priority of each of the information acquisition nodes.
The above apparatus, optionally, the configuration unit includes:
a third acquiring subunit, configured to acquire data item information of each of the information acquiring nodes;
and the second setting subunit is used for setting the data acquisition attribute of each information acquisition node based on the data item information of each information acquisition node.
Compared with the prior art, the invention has the following advantages:
the invention provides a method for updating service configuration, which comprises the following steps: when a configuration instruction sent by a developer is received, determining a service corresponding to the configuration instruction; acquiring each service scene of a service, and determining each information acquisition node of each service scene; for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node; and generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a material configuration library of the service so as to finish updating the service configuration of the service. When the service configuration of the service is required to be updated, the generated service configuration file is sent to the service material configuration library by generating the service configuration file of the service, so that the service configuration of the service is updated.
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 flowchart of a method for updating service configuration according to an embodiment of the present invention;
fig. 2 is a flowchart of another method for updating service configuration according to an embodiment of the present invention;
fig. 3 is a flowchart of another method of an update method for service configuration according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus for updating service configuration according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device 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.
In this application, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The invention is operational with numerous general purpose or special purpose computing device environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multi-processor apparatus, distributed computing environments that include any of the above devices or equipment, and the like.
The embodiment of the present invention provides an update method of service configuration, which can be applied to a plurality of system platforms, an execution subject of the method can be a computer terminal or a processor of various mobile devices, a flow chart of the method is shown in fig. 1, and the method specifically includes:
s101, when a configuration instruction sent by a developer is received, determining a service corresponding to the configuration instruction.
In the method provided by the embodiment of the invention, when a developer needs to adjust or update the service configuration of the service, a configuration instruction is sent to the processor, and the configuration instruction is used for instructing the processor to update the service configuration of the service. Further, the configuration instruction includes service information, and a service corresponding to the configuration instruction may be determined based on the service information. The service in the present invention specifically refers to the transaction required to be processed in each industry, specifically, the fast-passing business, the property official certificate business, the property management business, and the like, wherein the fast-passing business refers to the property transaction consultant providing property-handling service for the client, and specifically includes property buying and selling, property inheriting, property giving, property passing, renaming, and property repair registration, and the like.
S102, obtaining each service scene of the service, and determining each information obtaining node of each service scene.
In the method provided by the embodiment of the invention, each service has various different service scenes, wherein the service scenes are related to the personnel and the places involved in the service.
Referring to fig. 2, a flowchart of a method for acquiring each service scenario of the service according to the embodiment of the present invention is specifically described as follows:
s201, determining each application object and each application type of the service.
In the method provided by the embodiment of the invention, different services have different application objects, wherein the application objects are various personnel roles related to the services in specific implementation; taking the fast-passing house service as an example, the application objects of the fast-passing house service include, but are not limited to, owner, purchaser, inheritor, giftor, gifted party, and consultant. Different services have different application types when applied, taking the fast-passing user service as an example, the application types of the fast-passing user service specifically include but are not limited to buying and selling users, inheriting users, house gifts, couple renaming and the like.
S202, for each application type, determining each target object corresponding to the application type in each application object, and obtaining a scene combination corresponding to the application type based on the application type and each target object corresponding to the application type.
In the method provided by the embodiment of the invention, each target object corresponding to each application type is determined, wherein the target object is an application object corresponding to the application type.
The scene combination corresponding to the application type comprises the application type and each target object corresponding to the application type.
S203, configuring scene application data of each scene combination to obtain a service scene corresponding to the scene combination.
In the method provided by the embodiment of the invention, the scene application data comprises geographic information, such as information of a city, an organization and the like applied by the service; and configuring corresponding scene application data for each scene combination to obtain a service scene corresponding to the scene combination, so that each application scene of the service can be obtained.
In the method provided by the embodiment of the invention, each application scene of the service is determined based on the application object and the application type, so that each application scene of the service can be covered, and the service configuration of the service can be comprehensively adjusted or updated.
In the method provided in the embodiment of the present invention, after determining each application scenario corresponding to a service, each information obtaining node of each application scenario needs to be determined, and the specific process is as follows: and for each service scene, acquiring node acquisition information of the service scene, determining each preset acquisition node corresponding to the node acquisition information in each preset acquisition node of the service, and taking each preset acquisition node corresponding to the node acquisition information as the information acquisition node of the service scene.
The node obtaining information is explained, the node obtaining information comprises each node information, based on each node information, a preset obtaining node corresponding to the node information is determined in each preset obtaining node, the preset obtaining node corresponding to the node information is determined as the information obtaining node, and namely the preset obtaining node corresponding to the node information is determined as the information obtaining node of the service scene.
It should be noted that each preset acquisition node exists in each service, where the preset acquisition node is a process or step that needs to be performed when the service is actually applied, and taking a fast-passing household service as an example, the preset acquisition node of the fast-passing household service includes, but is not limited to, a real estate survey node, a qualification verification node, a signing node, a network signing node, a tax approval node, a passing household node, and the like.
Further, the information acquisition nodes corresponding to different service scenarios under the same service may be the same or different.
S103, for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; and generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node.
In the method provided by the embodiment of the invention, for each service scene, a node execution sequence is set for each information acquisition node of the service scene; it should be noted that, the execution sequence of the same information acquisition node in different service scenarios may be different, which brings different effects, and therefore, the node execution sequence needs to be set for each information acquisition node in each service scenario.
Referring to fig. 3, a flow for setting a node execution sequence for an information acquisition node of each service scenario provided in the embodiment of the present invention is specifically described as follows:
s301, acquiring the process information of the service scene.
In the method provided by the embodiment of the invention, for each service scene, the process information of the service scene is acquired, wherein the process information can include information such as the policy regulation of the city to which the service is applied, the priority level of each information acquisition node in the service scene, and the like.
S302, determining the execution priority of each information acquisition node according to the process information.
In the method provided by the embodiment of the present invention, the execution priority is used to represent the execution level of the information acquisition node, where the higher the execution priority is, the earlier the execution order of the information acquisition node is.
S303, setting the node execution sequence of each information acquisition node based on the execution priority of each information acquisition node.
In the method provided by the embodiment of the invention, the information acquisition nodes are sequenced according to the sequence of the execution priority from high to low, so that the node execution sequence is set for each information acquisition node.
In the method provided by the embodiment of the present invention, not only a node execution sequence is set for an information acquisition node, but also a data acquisition attribute is configured for the information acquisition node, where the data acquisition attribute is an attribute of a service material that the information acquisition node needs to acquire when executing, and the specific process is as follows:
acquiring data item information of each information acquisition node;
and setting the data acquisition attribute of each information acquisition node based on the data item information of each information acquisition node.
In the method provided by the embodiment of the present invention, data item information of each information acquisition node is acquired, where the data item information includes information of each data item corresponding to the information acquisition node. In the invention, each data item represents a business data, and the data items can be divided into two types, one type is a transaction data item, including but not limited to identity cards, house books, house property cards, marriage cards, divorce cards, working certificates, various material certificates and the like; the other is transaction data items including but not limited to qualification verification notice, birth control report, sales contract, proof of relativity, gift certificate, new house property certificate, etc.; wherein, the data items are various material certificates needed in the process of handling business; the transaction data item is certification data or completion data generated by the information acquisition node when the execution is completed, for example, when the information acquisition node is a house purchasing qualification verification node, a qualification verification notice issued by a related organization after the execution is completed; when the information acquisition node is a real estate survey node, a real estate dispatch report is generated after the execution of the node is finished; when the information acquisition node is a signing node, the node executes a trading contract generated after the completion; and when the information acquisition node is a user passing node, the node executes a new house property certificate and the like generated after the completion.
In the method provided by the embodiment of the present invention, the data item corresponding to each information obtaining node may be determined according to the function to be implemented by the information obtaining node.
Further, the data acquisition attribute is a data attribute of each data item corresponding to the information acquisition node, and specifically includes a form of a service material corresponding to the data item, such as a picture, an electronic document, a url, or a video; and the attributes such as the memory size, the resolution and the like of the service material corresponding to the data item are also arranged so as to ensure the definition and the identification degree of the service material.
In the method provided by the embodiment of the invention, the data acquisition attribute is set for each information acquisition node, so that the business material corresponding to each information acquisition node is clear and identifiable in the business handling process, the business handling process can be accelerated, and the probability of business handling failure caused by the fact that the business materials are not complete or not clear in the business handling process is reduced.
S104, generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a preset material configuration library to complete the updating of the service configuration of the service.
In the method provided by the embodiment of the invention, the scene configuration file of the service scene is that when the user transacts the service, the corresponding scene configuration file is determined according to the service scene of the user, and the relevant service transaction process is performed according to the scene configuration file, so that the user completes the service transaction.
The invention generates the service configuration file of the service based on the scene configuration file of each service scene, wherein, the service configuration file is the collection of each scene configuration file, and updates the service configuration file to the service data configuration library to complete the update of the service configuration of the service, further updates the service configuration file to the service data configuration library to complete the configuration and update of the service database, wherein, the service database can also store log records, wherein the log records are service logs of users when handling services and operation logs of users when handling services, the service log is a record of operation performed on the service material when the user transacts the service, and the operation log is a record of operation performed on the information acquisition node when the user transacts the service, such as operations of adding, modifying, deleting, and the like. The embodiment of the invention decouples the service and the service material library, so that the service configuration of the service does not need to be written in a code program in a hard programming mode, and the service configuration is realized by generating the service configuration file of the service and updating the service configuration file to the service material library.
In the method provided by the embodiment of the invention, when a configuration instruction sent by a developer is received, a service corresponding to the configuration instruction is determined; acquiring each service scene of a service, and determining each information acquisition node of each service scene; for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node; and generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file into a material configuration library to complete the updating of the service configuration of the service. When the service configuration of the service is required to be updated, the generated service configuration file is sent to the service material configuration library by generating the service configuration file of the service, so that the service configuration of the service is updated.
Corresponding to the method described in fig. 1, an embodiment of the present invention further provides an update apparatus for service configuration, which is used to implement the method in fig. 1 specifically, and the update apparatus for service configuration provided in the embodiment of the present invention may be applied to a computer terminal or various mobile devices, and a schematic structural diagram of the update apparatus for service configuration is shown in fig. 4, and specifically includes:
a determining unit 401, configured to determine, when a configuration instruction sent by a developer is received, a service corresponding to the configuration instruction;
an obtaining unit 402, configured to obtain each service scenario of the service, and determine each information obtaining node of each service scenario;
a configuration unit 403, configured to set, for each service scenario, a node execution order for each information acquisition node of the service scenario, and configure a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node;
a generating unit 404, configured to generate a service configuration file of the service based on the scene configuration file of each service scene, and update the service configuration file to a preset material configuration library, so as to complete updating of the service configuration of the service.
In the device provided by the embodiment of the invention, when a configuration instruction sent by a developer is received, a service corresponding to the configuration instruction is determined; acquiring each service scene of a service, and determining each information acquisition node of each service scene; for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node; and generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a material configuration library of the service so as to finish updating the service configuration of the service. When the service configuration of the service is required to be updated, the generated service configuration file is sent to the service material configuration library by generating the service configuration file of the service, so that the service configuration of the service is updated.
Based on the above case, in the apparatus provided in the embodiment of the present invention, the obtaining unit 402 is configured to:
the first determining subunit is used for determining each application object and each application type of the service;
a second determining subunit, configured to determine, for each application type, each target object corresponding to the application type in each application object, and obtain, based on the application type and each target object corresponding to the application type, a scene combination corresponding to the application type;
and the configuration subunit is used for configuring the scene application data of the scene combination for each scene combination to obtain the service scene corresponding to the scene combination.
Based on the above case, in the apparatus provided in the embodiment of the present invention, the obtaining unit 402 is configured to:
and the first obtaining subunit is configured to, for each service scenario, obtain node obtaining information of the service scenario, determine each preset obtaining node corresponding to the node obtaining information in each preset obtaining node of the service, and use each preset obtaining node corresponding to the node obtaining information as an information obtaining node of the service scenario.
Based on the above case, in the apparatus provided in the embodiment of the present invention, the configuration unit 403 is configured to:
the second acquiring subunit is used for acquiring the process information of the service scene;
a third determining subunit, configured to determine, according to the flow information, an execution priority of each information acquisition node;
a first setting subunit configured to set a node execution order of each of the information acquisition nodes based on an execution priority of each of the information acquisition nodes.
Based on the above case, in the apparatus provided in the embodiment of the present invention, the configuration unit 403 is configured to:
a third acquiring subunit, configured to acquire data item information of each of the information acquiring nodes;
and the second setting subunit is used for setting the data acquisition attribute of each information acquisition node based on the data item information of each information acquisition node.
The embodiment of the invention also provides a storage medium, which comprises a stored instruction, wherein when the instruction runs, the device where the storage medium is located is controlled to execute the management method of the server.
An electronic device is provided in an embodiment of the present invention, and the structural diagram of the electronic device is shown in fig. 5, which specifically includes a memory 601 and one or more instructions 602, where the one or more instructions 602 are stored in the memory 601 and configured to be executed by one or more processors 603 to perform the following operations on the one or more instructions 602:
when a configuration instruction sent by a developer is received, determining a service corresponding to the configuration instruction;
acquiring each service scene of the service, and determining each information acquisition node of each service scene;
for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node;
and generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a preset material configuration library to complete the updating of the service configuration of the service.
The specific implementation procedures and derivatives thereof of the above embodiments are within the scope of the present invention.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the system or system embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described system and system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. 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 present invention.
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 (10)

1. A method for updating service configuration is characterized by comprising the following steps:
when a configuration instruction sent by a developer is received, determining a service corresponding to the configuration instruction;
acquiring each service scene of the service, and determining each information acquisition node of each service scene;
for each service scene, setting a node execution sequence for each information acquisition node of the service scene, and configuring a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node;
and generating a service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a preset material configuration library to complete the updating of the service configuration of the service.
2. The method of claim 1, wherein the obtaining each service scenario of the service comprises:
determining each application object and each application type of the service;
for each application type, determining each target object corresponding to the application type in each application object, and obtaining a scene combination corresponding to the application type based on the application type and each target object corresponding to the application type;
and configuring scene application data of each scene combination to obtain a service scene corresponding to the scene combination.
3. The method of claim 1, wherein the determining the respective information acquisition node for each of the service scenarios comprises:
and for each service scene, acquiring node acquisition information of the service scene, determining each preset acquisition node corresponding to the node acquisition information in each preset acquisition node of the service, and taking each preset acquisition node corresponding to the node acquisition information as the information acquisition node of the service scene.
4. The method according to claim 1, wherein said setting a node execution order for each of said information acquisition nodes of the service scenario comprises:
acquiring the process information of the service scene;
determining the execution priority of each information acquisition node according to the process information;
and setting the node execution sequence of each information acquisition node based on the execution priority of each information acquisition node.
5. The method of claim 1, wherein said configuring data acquisition attributes for each of said information acquisition nodes comprises:
acquiring data item information of each information acquisition node;
and setting the data acquisition attribute of each information acquisition node based on the data item information of each information acquisition node.
6. An apparatus for updating service configuration, comprising:
the system comprises a determining unit, a processing unit and a processing unit, wherein the determining unit is used for determining a service corresponding to a configuration instruction when the configuration instruction sent by a developer is received;
an obtaining unit, configured to obtain each service scenario of the service, and determine each information obtaining node of each service scenario;
a configuration unit, configured to set a node execution sequence for each information acquisition node of each service scenario, and configure a data acquisition attribute of each information acquisition node; generating a scene configuration file of the service scene based on the node execution sequence and the data acquisition attribute of each information acquisition node;
and the generating unit is used for generating the service configuration file of the service based on the scene configuration file of each service scene, and updating the service configuration file to a preset material configuration library so as to complete the updating of the service configuration of the service.
7. The apparatus of claim 6, wherein the obtaining unit comprises:
the first determining subunit is used for determining each application object and each application type of the service;
a second determining subunit, configured to determine, for each application type, each target object corresponding to the application type in each application object, and obtain, based on the application type and each target object corresponding to the application type, a scene combination corresponding to the application type;
and the configuration subunit is used for configuring the scene application data of the scene combination for each scene combination to obtain the service scene corresponding to the scene combination.
8. The apparatus of claim 6, wherein the obtaining unit comprises:
and the first obtaining subunit is configured to, for each service scenario, obtain node obtaining information of the service scenario, determine each preset obtaining node corresponding to the node obtaining information in each preset obtaining node of the service, and use each preset obtaining node corresponding to the node obtaining information as an information obtaining node of the service scenario.
9. The apparatus of claim 6, wherein the configuration unit comprises:
the second acquiring subunit is used for acquiring the process information of the service scene;
a third determining subunit, configured to determine, according to the flow information, an execution priority of each information acquisition node;
a first setting subunit configured to set a node execution order of each of the information acquisition nodes based on an execution priority of each of the information acquisition nodes.
10. The apparatus of claim 6, wherein the configuration unit comprises:
a third acquiring subunit, configured to acquire data item information of each of the information acquiring nodes;
and the second setting subunit is used for setting the data acquisition attribute of each information acquisition node based on the data item information of each information acquisition node.
CN202011561685.9A 2020-12-25 2020-12-25 Service configuration updating method and device Pending CN112631630A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011561685.9A CN112631630A (en) 2020-12-25 2020-12-25 Service configuration updating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011561685.9A CN112631630A (en) 2020-12-25 2020-12-25 Service configuration updating method and device

Publications (1)

Publication Number Publication Date
CN112631630A true CN112631630A (en) 2021-04-09

Family

ID=75325421

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011561685.9A Pending CN112631630A (en) 2020-12-25 2020-12-25 Service configuration updating method and device

Country Status (1)

Country Link
CN (1) CN112631630A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113821522A (en) * 2021-09-22 2021-12-21 盐城工学院 Enterprise business intelligent management method and system based on big data technology

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070265862A1 (en) * 2006-04-13 2007-11-15 Jens Freund Software model business process variant types
CN109582313A (en) * 2018-12-14 2019-04-05 广东亿迅科技有限公司 Business interface dynamic construction method, device, computer equipment and storage medium
CN110944048A (en) * 2019-11-29 2020-03-31 腾讯科技(深圳)有限公司 Service logic configuration method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070265862A1 (en) * 2006-04-13 2007-11-15 Jens Freund Software model business process variant types
CN109582313A (en) * 2018-12-14 2019-04-05 广东亿迅科技有限公司 Business interface dynamic construction method, device, computer equipment and storage medium
CN110944048A (en) * 2019-11-29 2020-03-31 腾讯科技(深圳)有限公司 Service logic configuration method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113821522A (en) * 2021-09-22 2021-12-21 盐城工学院 Enterprise business intelligent management method and system based on big data technology
CN113821522B (en) * 2021-09-22 2023-05-12 盐城工学院 Intelligent enterprise business management method and system based on big data technology

Similar Documents

Publication Publication Date Title
US20190108482A1 (en) Enablement of procurement processes with asset traceability using blockchain technology
CN110199302A (en) Event driven block chain workflow processing
US20120290428A1 (en) Centralized commerce and the implementation of enterprise software applications
CN106406826B (en) Joint debugging task creation method, system joint debugging method and device
KR20200062640A (en) Method for managing artwork transaction inforamtion based on blockchain and node apparatus of blockchain
US20210012443A1 (en) System and method for blockchain-based property renovation funding inspection and sale
CN111754226A (en) Tourism card data processing system based on alliance chain
US20230067556A1 (en) Systems and methods for tokenization, management, trading, settlement, and retirement of renewable energy attributes
CN108229925B (en) Data matching method and system for electronic receipt
US20160077953A1 (en) Release template
CN115461775A (en) Loan management method and system based on block chain
US20200111159A1 (en) Systems and methods for distributed ledger-based stock transactions
US20220398572A1 (en) Systems and methods for controlling transfers of digital assets
CN112631630A (en) Service configuration updating method and device
JP2022088690A (en) Work ownership transaction management system
JP6133529B1 (en) Method and system for updating electronic approval document
JP2019527907A (en) Computer system and built-in program for certifying contractors
Soriano Maximizing benefits from IT project management: from requirements to value delivery
CN116308826A (en) Insurance product online method, apparatus, equipment and storage medium
US20230267450A1 (en) Fractional non-fungible token trading marketplace
Wasiat et al. Analysis and design of enterprise resource planning (ERP) system for small and medium enterprises (SMEs) in the sales business function area
Farah Strategies for deploying business applications on the cloud
JP4950823B2 (en) Due date management support processing system, due date management support processing method, and due date management support processing program
Bhagavan et al. C3HSB: A transparent supply chain for multi-cloud and hybrid cloud assets powered by blockchain
Mahmood et al. Web application based on MVC laravel architecture for online shops

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