CN110618842A - Business processing method and device, electronic equipment and storage medium - Google Patents

Business processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110618842A
CN110618842A CN201910893768.9A CN201910893768A CN110618842A CN 110618842 A CN110618842 A CN 110618842A CN 201910893768 A CN201910893768 A CN 201910893768A CN 110618842 A CN110618842 A CN 110618842A
Authority
CN
China
Prior art keywords
service
determining
identity information
service request
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910893768.9A
Other languages
Chinese (zh)
Other versions
CN110618842B (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.)
Zheng Wei Yun Ltd
Original Assignee
Zheng Wei Yun 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 Zheng Wei Yun Ltd filed Critical Zheng Wei Yun Ltd
Priority to CN201910893768.9A priority Critical patent/CN110618842B/en
Publication of CN110618842A publication Critical patent/CN110618842A/en
Application granted granted Critical
Publication of CN110618842B publication Critical patent/CN110618842B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/067Enterprise or organisation modelling

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Game Theory and Decision Science (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a service processing method, a device, equipment and a medium, wherein the method comprises the following steps: acquiring a service request and determining identity information of an initiator of the service request; determining and analyzing a corresponding preset service baseline according to the identity information to obtain a service component in the preset service baseline; determining a corresponding component execution sequence and a required plug-in package according to the identity information; and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line. As can be seen from the above, after the service request is obtained, the corresponding service baseline and the service components therein can be determined according to the identity information of the service request initiator, the execution sequence of the service components and the required plug-in packages are determined, and then the service branch line for processing the current service request is generated, the service branch line does not need to be developed again, the research and development cost and the maintenance cost are effectively saved, and the processing efficiency for the differentiated services is improved.

Description

Business processing method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for processing a service, an electronic device, and a computer-readable storage medium.
Background
In the field of current software industry, a plurality of service lines of an enterprise contain the same service, a plurality of service personnel of the same service process the service, each project database is maintained and iterated, a plurality of service lines can be correspondingly developed aiming at the same service, so that more manpower and material resources can be wasted, the research and development cost is higher, the processing can be realized only after the development of the corresponding service line is completed aiming at the service processing, and the service processing efficiency is low.
Therefore, how to solve the above problems is a great concern for those skilled in the art.
Disclosure of Invention
The application aims to provide a service processing method, a service processing device, an electronic device and a computer readable storage medium, so that the research and development cost and the maintenance cost are effectively saved, and the processing efficiency for different services is improved.
In order to achieve the above object, the present application provides a service processing method, including:
acquiring a service request and determining identity information of an initiator of the service request;
determining and analyzing a corresponding preset service baseline according to the identity information to obtain a service component in the preset service baseline;
determining a corresponding component execution sequence and a required plug-in package according to the identity information;
and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line.
Optionally, the determining the identity information of the initiator of the service request includes:
determining label information of each dimension of an initiator of the service request; the label information comprises user roles, zone codes and located service lines.
Optionally, the determining the corresponding preset service baseline according to the identity information includes:
determining identification information corresponding to the identity information;
and acquiring a corresponding service baseline from a preset database according to the identification information.
Optionally, the determining the identification information corresponding to the identity information includes:
determining a first hash value corresponding to each piece of label information;
splicing all the first hash values to obtain identification information corresponding to the identity information;
or, splicing all the label information to obtain spliced label information;
and determining the second hash value corresponding to the spliced label information as the identification information corresponding to the identity information.
Optionally, after the generating a service branch line by using the component execution sequence and the plug-in package, the method further includes:
storing the service branch line into the preset database;
and generating a total business model based on all the business baselines and all the business branches in the preset database.
Optionally, the method further includes:
collecting service data processed by all the service components by using a point burying technology;
cleaning and carrying out statistical analysis on the service data to obtain actual output data corresponding to a service branch line where the service data is located;
and generating a visual business data statistical chart by using the actual output data corresponding to all the business branches.
In order to achieve the above object, the present application provides a service processing apparatus, including:
the identity determining module is used for acquiring a service request and determining identity information of an initiator of the service request;
the base line analysis module is used for determining and analyzing a corresponding preset service base line according to the identity information to obtain a service component in the preset service base line;
the sequence determining module is used for determining the corresponding component execution sequence and the required plug-in package according to the identity information;
and the request processing module is used for generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line.
Optionally, the identity determining module is specifically configured to:
determining label information of each dimension of an initiator of the service request; the label information comprises user roles, zone codes and located service lines.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the service processing method when the computer program is executed.
To achieve the above object, the present application provides a computer-readable storage medium having a computer program stored thereon, where the computer program, when executed by a processor, implements the steps of the service processing method as described above.
According to the above scheme, the service processing method provided by the application includes: acquiring a service request and determining identity information of an initiator of the service request; determining and analyzing a corresponding preset service baseline according to the identity information to obtain a service component in the preset service baseline; determining a corresponding component execution sequence and a required plug-in package according to the identity information; and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line. As can be seen from the above, after the service request is obtained, the corresponding service baseline can be determined according to the identity information of the service request initiator, the service components in the service baseline are obtained, the execution sequence of the service components and the required plug-in packages are determined, and then the service branch lines for processing the current service request can be generated by using the component execution sequence and the plug-in packages, so that the service branch lines do not need to be developed again, repeated coding is avoided, the research and development cost and the maintenance cost are effectively saved, and the processing efficiency for the differential service is improved.
The application also discloses a business processing device, an electronic device and a computer readable storage medium, which can also realize the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application 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 some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a service processing method disclosed in an embodiment of the present application;
fig. 2 is a flowchart of another service processing method disclosed in the embodiment of the present application;
fig. 3 is a structural diagram of a service processing apparatus disclosed in an embodiment of the present application;
fig. 4 is a block diagram of an electronic device disclosed in an embodiment of the present application;
fig. 5 is a block diagram of another electronic device disclosed in the embodiments of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the conventional technology, a plurality of service lines may be correspondingly developed for the same service, which may waste more manpower and material resources, resulting in higher research and development costs, and the processing for the service may be realized only after the development of the corresponding service line is completed, resulting in low service processing efficiency.
Therefore, the embodiment of the application discloses a service processing method, which effectively saves research and development cost and maintenance cost and improves processing efficiency for differential services.
Referring to fig. 1, a service processing method disclosed in the embodiment of the present application includes:
s101: acquiring a service request and determining identity information of an initiator of the service request;
in the embodiment of the application, the server is used for acquiring the service request initiated by the user, and further determining the identity information of the user initiating the service request according to the service request. Specifically, the identity information may include tag information of multiple dimensions, which may include but is not limited to: user roles, zone codes and the located service lines. The user role can be a buyer, a buyer and a supervisor, the division code can be a code for characterizing the administrative region where the user is located, and the located service line can include, but is not limited to, a group purchase service, a bid purchase service, and the like.
Specifically, after the service request is obtained and the identity information of the service request initiator is determined, the corresponding identifier may be added to the traffic corresponding to the current user request by using the identity information, so that the back end may directly identify the identity information according to the identifier added to the traffic.
S102: determining and analyzing a corresponding preset service baseline according to the identity information to obtain a service component in the preset service baseline;
in this step, the corresponding preset service baseline is determined according to the determined identity information of the request initiator, for example, the request type of the current user may be determined according to the role, the zone code, and the service line where the current user is located, and the service baseline correspondingly executed to process the request of the current user is determined according to the request type.
It should be noted that the service baseline is composed of a plurality of service components, and is connected in series to form the service baseline, so that a complete service chain process can be provided, and the missing and the existing service models are extracted, that is, the core public part is extracted from the service models, and the core public part can be measured by using a preset index, specifically, a part with a reuse rate of 80% can be extracted based on the twenty-eight principle, or the core function is abstracted, for example, all the items for online purchasing can be abstracted and packaged into a commodity.
After determining the corresponding preset service baseline, the present embodiment analyzes the service baseline to determine the service component therein. Wherein each service component is an independent service processing unit that individually provides the general capabilities of a certain service unit, such as: ordering, purchasing and generating a contract. The combination mode of the components, namely the number and the sequence of the components are not fixed, and the sequence of the components can be skipped or adjusted within a certain rule.
S103: determining a corresponding component execution sequence and a required plug-in package according to the identity information;
in the embodiment of the application, the corresponding component execution sequence and the plug-in package required for processing the current service request are determined according to the identity information of the request initiator. The plug-in package does not have the capability of processing services independently, and is characterized by being adjustable and small in granularity, and the difference requirement that the components cannot process can be solved by hanging the plug-in.
In a specific implementation, if a service baseline exists for processing the buying and selling services, a service component supporting an online transfer function or a service component for making payment based on a purchase plan exists in the service baseline for a payment function. If the identity information of the current service request initiator is determined, the offline payment mode for the payment function when the current service request is processed is determined according to the identity information, and the plug-in package corresponding to the offline payment mode can be determined to be the required plug-in package.
S104: and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line.
It can be understood that, after determining the component execution order and the required plug-in package, the embodiment of the present application loads the plug-in package, and generates a service branch based on the component execution order, so that the service branch can be used to process the service request of the current user.
It should be noted that, in the embodiment of the present application, when a plug-in package is loaded, a corresponding logic determination may be added, that is, when a user right corresponding to a current request meets a preset condition, a code execution logic is transferred to a service branch.
As a preferred embodiment, the method can also collect the service data processed by all the service components at the front end and the back end by using a point-burying technology, clean and statistically analyze the service data, can count the actual output data corresponding to each service component and the service branch line where the service component is located, can further generate a visual service data statistical chart according to the actual output data, and can provide data support for enterprise decision planning.
Based on the business processing method provided by the embodiment of the application, an enterprise can define a baseline standard, an assembly standard and a plug-in granularity standard according to a business baseline owned by the enterprise, and when the enterprise expands the business, a new product can be designed based on the standards, so that the deviation of the business baseline direction in the enterprise expansion can be effectively avoided.
According to the above scheme, the service processing method provided by the application includes: acquiring a service request and determining identity information of an initiator of the service request; determining and analyzing a corresponding preset service baseline according to the identity information to obtain a service component in the preset service baseline; determining a corresponding component execution sequence and a required plug-in package according to the identity information; and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line. As can be seen from the above, after the service request is obtained, the corresponding service baseline can be determined according to the identity information of the service request initiator, the service components in the service baseline are obtained, the execution sequence of the service components and the required plug-in packages are determined, and then the service branch lines for processing the current service request can be generated by using the component execution sequence and the plug-in packages, so that the service branch lines do not need to be developed again, repeated coding is avoided, the research and development cost and the maintenance cost are effectively saved, and the processing efficiency for the differential service is improved.
The embodiment of the present application discloses another service processing method, and compared with the previous embodiment, the present embodiment further describes and optimizes the technical solution. Referring to fig. 2, specifically:
s201: acquiring a service request and determining identity information of an initiator of the service request;
s202: determining identification information corresponding to the identity information;
s203: acquiring a corresponding preset service baseline from a preset database according to the identification information and analyzing to obtain a service component in the preset service baseline;
s204: determining a corresponding component execution sequence and a required plug-in package according to the identity information;
s205: and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line.
In the embodiment of the application, all currently existing business baselines of an enterprise can be stored in a preset database in advance, after the identity information of the current business request initiator is determined, the identification information corresponding to the identity information can be determined, and the corresponding preset business baselines can be found in the preset database based on the identification information.
In a specific implementation manner, when the identification information corresponding to the user identity information is determined, the first hash value corresponding to each piece of label information may be determined first according to the label information of each dimension in the identity information, and then the first hash values corresponding to all labels are spliced, and the spliced hash value is determined as the identification information corresponding to the identity information.
In another specific implementation manner, when the identification information corresponding to the user identity information is determined, the label information of each dimension in the identity information may be obtained first, all the label information is spliced according to a preset splicing sequence to obtain spliced label information, a second hash value corresponding to the spliced label information is determined, and the second hash value is determined as the identification information corresponding to the identity information.
It can be understood that, in the embodiment of the present application, after the component execution sequence and the plug-in package are used to generate the corresponding service branch, the service branch may be further stored in the preset database, a generated total service model of an enterprise may be generated based on all service baselines and all service branches in the preset database, and a service capability map of the enterprise may be output according to the total service model, so as to provide a data basis for research and development, service expansion and decision making.
In the following, a service processing apparatus provided in an embodiment of the present application is introduced, and a service processing apparatus described below and a service processing method described above may be referred to each other.
Referring to fig. 3, a service processing apparatus provided in an embodiment of the present application includes:
an identity determining module 301, configured to obtain a service request and determine identity information of an initiator of the service request;
a baseline analysis module 302, configured to determine and analyze a corresponding preset service baseline according to the identity information, so as to obtain a service component in the preset service baseline;
a sequence determining module 303, configured to determine, according to the identity information, a corresponding component execution sequence and a required plug-in package;
a request processing module 304, configured to generate a service leg by using the component execution order and the plug-in package, so as to process the service request based on the service leg.
For the specific implementation process of the modules 301 to 304, reference may be made to the corresponding content disclosed in the foregoing embodiments, and details are not repeated here.
On the basis of the foregoing embodiment, as a preferred implementation manner, the identity determination module is specifically configured to:
determining label information of each dimension of an initiator of the service request; the label information comprises user roles, zone codes and located service lines.
On the basis of the foregoing embodiment, as a preferred implementation manner, the baseline analysis module includes:
the identification determining unit is used for determining identification information corresponding to the identity information;
and the base line acquisition unit is used for acquiring the corresponding service base line from a preset database according to the identification information.
On the basis of the foregoing embodiment, as a preferred implementation, the identifier determining unit includes:
the first determining subunit is configured to determine a first hash value corresponding to each piece of label information;
the first splicing subunit is configured to splice all the first hash values to obtain identification information corresponding to the identity information;
or, the second splicing subunit is used for splicing all the label information to obtain spliced label information;
and the second determining subunit is configured to determine a second hash value corresponding to the spliced label information as the identification information corresponding to the identity information.
On the basis of the foregoing embodiment, as a preferred implementation, the service processing apparatus may further include:
the branch storage module is used for storing the service branch into the preset database after the service branch is generated by utilizing the component execution sequence and the plug-in package;
and the model generation module is used for generating a total business model based on all the business baselines and all the business branches in the preset database.
On the basis of the foregoing embodiment, as a preferred implementation, the service processing apparatus may further include:
the data collection module is used for collecting the service data processed by all the service components by using a point burying technology;
the data statistics module is used for cleaning, counting and analyzing the service data to obtain actual output data corresponding to the service branch line where the service data is located;
and the chart generation module is used for generating a visual business data statistical chart by utilizing the actual output data corresponding to all the business branches.
The present application further provides an electronic device, and as shown in fig. 4, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, configured to execute the computer program, may implement the steps of the service processing method provided in the foregoing embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer-readable instructions, and the internal memory provides an environment for the operating system and the computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data processing chip in some embodiments, and provides computing and controlling capability for the electronic device, and when executing the computer program stored in the memory 100, the steps of the service processing method disclosed in any of the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 5, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While FIG. 5 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in FIG. 5 does not constitute a limitation of the electronic device, and may include fewer or more components than shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium has a computer program stored thereon, and the computer program realizes the steps of the service processing method disclosed in any one of the foregoing embodiments when executed by the processor.
After the service request is obtained, the corresponding service baseline can be determined according to the identity information of the service request initiator, the service components in the service baseline are obtained, the execution sequence of the service components and the required plug-in packages are determined, and then the service branch lines for processing the current service request can be generated by utilizing the component execution sequence and the plug-in packages, so that the service lines do not need to be developed again, repeated coding is avoided, the research and development cost and the maintenance cost are effectively saved, and the processing efficiency for the difference services is improved.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for processing a service, comprising:
acquiring a service request and determining identity information of an initiator of the service request;
determining and analyzing a corresponding preset service baseline according to the identity information to obtain a service component in the preset service baseline;
determining a corresponding component execution sequence and a required plug-in package according to the identity information;
and generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line.
2. The service processing method according to claim 1, wherein said determining identity information of an initiator of the service request comprises:
determining label information of each dimension of an initiator of the service request; the label information comprises user roles, zone codes and located service lines.
3. The service processing method according to claim 2, wherein the determining the corresponding preset service baseline according to the identity information includes:
determining identification information corresponding to the identity information;
and acquiring a corresponding service baseline from a preset database according to the identification information.
4. The service processing method according to claim 3, wherein the determining the identification information corresponding to the identity information includes:
determining a first hash value corresponding to each piece of label information;
splicing all the first hash values to obtain identification information corresponding to the identity information;
or, splicing all the label information to obtain spliced label information;
and determining the second hash value corresponding to the spliced label information as the identification information corresponding to the identity information.
5. The traffic processing method of claim 2, wherein after the generating the traffic leg using the component execution order and the plug-in package, further comprising:
storing the service branch line into the preset database;
and generating a total business model based on all the business baselines and all the business branches in the preset database.
6. The traffic processing method according to any of claims 1 to 5, further comprising:
collecting service data processed by all the service components by using a point burying technology;
cleaning and carrying out statistical analysis on the service data to obtain actual output data corresponding to a service branch line where the service data is located;
and generating a visual business data statistical chart by using the actual output data corresponding to all the business branches.
7. A traffic processing apparatus, comprising:
the identity determining module is used for acquiring a service request and determining identity information of an initiator of the service request;
the base line analysis module is used for determining and analyzing a corresponding preset service base line according to the identity information to obtain a service component in the preset service base line;
the sequence determining module is used for determining the corresponding component execution sequence and the required plug-in package according to the identity information;
and the request processing module is used for generating a service branch line by utilizing the component execution sequence and the plug-in package so as to process the service request based on the service branch line.
8. The service processing apparatus of claim 7, wherein the identity determining module is specifically configured to:
determining label information of each dimension of an initiator of the service request; the label information comprises user roles, zone codes and located service lines.
9. An electronic device, comprising:
a memory for storing a computer program;
processor for implementing the steps of the service processing method according to any of claims 1 to 6 when executing said computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the traffic processing method according to any one of claims 1 to 6.
CN201910893768.9A 2019-09-20 2019-09-20 Service processing method and device, electronic equipment and storage medium Active CN110618842B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910893768.9A CN110618842B (en) 2019-09-20 2019-09-20 Service processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910893768.9A CN110618842B (en) 2019-09-20 2019-09-20 Service processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110618842A true CN110618842A (en) 2019-12-27
CN110618842B CN110618842B (en) 2023-12-08

Family

ID=68923786

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910893768.9A Active CN110618842B (en) 2019-09-20 2019-09-20 Service processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110618842B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111444224A (en) * 2020-03-24 2020-07-24 政采云有限公司 Service data verification method and device
CN111489098A (en) * 2020-04-17 2020-08-04 支付宝(杭州)信息技术有限公司 Suspected risk service decision method, device and processing equipment
CN113542796A (en) * 2020-04-22 2021-10-22 腾讯科技(深圳)有限公司 Video evaluation method and device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274023A (en) * 2017-06-20 2017-10-20 阿里巴巴集团控股有限公司 Flow of insuring generation method, insure request processing method and device and electronic equipment
CN108920135A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 A kind of customized business generating method, device, computer equipment and storage medium
CN109767198A (en) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 Operation system intelligent management and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274023A (en) * 2017-06-20 2017-10-20 阿里巴巴集团控股有限公司 Flow of insuring generation method, insure request processing method and device and electronic equipment
CN108920135A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 A kind of customized business generating method, device, computer equipment and storage medium
CN109767198A (en) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 Operation system intelligent management and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111444224A (en) * 2020-03-24 2020-07-24 政采云有限公司 Service data verification method and device
CN111444224B (en) * 2020-03-24 2023-08-15 政采云有限公司 Service data verification method and device
CN111489098A (en) * 2020-04-17 2020-08-04 支付宝(杭州)信息技术有限公司 Suspected risk service decision method, device and processing equipment
CN111489098B (en) * 2020-04-17 2022-10-25 支付宝(杭州)信息技术有限公司 Suspected risk business decision method, device and processing equipment
CN113542796A (en) * 2020-04-22 2021-10-22 腾讯科技(深圳)有限公司 Video evaluation method and device, computer equipment and storage medium
CN113542796B (en) * 2020-04-22 2023-08-08 腾讯科技(深圳)有限公司 Video evaluation method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN110618842B (en) 2023-12-08

Similar Documents

Publication Publication Date Title
CN110618842B (en) Service processing method and device, electronic equipment and storage medium
CN111428131B (en) Information pushing method, device and system
CN110826980A (en) ERP system based on cloud platform and operation method thereof
CN104636955A (en) Merchant management information integration method and merchant management information integration system based on mobile internet
CN109146533B (en) Information pushing method and device
CN110955690A (en) Self-service data labeling platform and self-service data labeling method based on big data technology
CN109242640A (en) Electric business supply system and method
CN108932640B (en) Method and device for processing orders
CN113538028A (en) Advertisement putting method and device
CN112749323A (en) Method and device for constructing user portrait
CN114936873A (en) Intelligent guiding analysis method and device for e-commerce drainage transformation, storage medium and electronic equipment
CN113298568B (en) Method and device for advertising
CN112347344A (en) Management method and device for multi-period additional resource certificate and electronic equipment
CN106920124A (en) A kind of Data acquisition and issuance method and device
CN114912904B (en) Project delivery state determining method, system, electronic equipment and storage medium
CN110858335A (en) Method and device for calculating sales promotion elasticity
CN113762994B (en) User operation management method and device
CN109961193A (en) A kind of object-based life cycle management method and device
CN112288509B (en) Order tracking method and device, computer readable storage medium and electronic equipment
CN111435508B (en) Method and device for processing information of resource issuing terminal
WO2015192519A1 (en) Bid ranking method and device
CN111861293A (en) Method and apparatus for transmitting information
CN113807876A (en) Training sample generation method and device and model training method and device
CN112053106A (en) Method and device for managing delivery of articles
CN113689223B (en) Information generation method, device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant