CN110221904B - Business process control method - Google Patents

Business process control method Download PDF

Info

Publication number
CN110221904B
CN110221904B CN201910521593.9A CN201910521593A CN110221904B CN 110221904 B CN110221904 B CN 110221904B CN 201910521593 A CN201910521593 A CN 201910521593A CN 110221904 B CN110221904 B CN 110221904B
Authority
CN
China
Prior art keywords
page
file
hospital
target object
applet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910521593.9A
Other languages
Chinese (zh)
Other versions
CN110221904A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910521593.9A priority Critical patent/CN110221904B/en
Publication of CN110221904A publication Critical patent/CN110221904A/en
Application granted granted Critical
Publication of CN110221904B publication Critical patent/CN110221904B/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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells

Abstract

The application relates to the technical field of computers and provides a business flow control method, which is characterized in that information data of a target object are stored in a preset configuration file of the target object, when an operation page is displayed in the process of executing a business handling flow, an applet can acquire the information data corresponding to the page from the business handling configuration file of the target object, various information in the information data is loaded into the operation page for display, and the information data of each target object is not required to be written into the applet, so that the code quantity of the applet can be reduced. And if the information data of the target object changes, only the configuration file of the target object is required to be modified, and the code of the applet is not required to be modified, so that the number of times of modifying the applet can be reduced, and the error rate caused by modifying the applet is reduced.

Description

Business process control method
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a business process control method.
Background
With the development of communication technology and the popularization of intelligent terminals, the application of the applet is also becoming wider and wider. The user can transact various services through the applet on the third party application, including making reservation registration, reserving hotel, restaurant seats, paying various living fees or transacting services for each bank, etc. The third party application may be an instant messaging application (e.g., weChat, etc.). If the user can accurately reserve through the small program on the WeChat, the reservation process is completed.
Because the applet can be operated on the instant communication application without downloading and installing, the applet is widely applied at present and the accurate reservation applet is also applied. In the appointment registering scene, the accurate appointment applet can accurately match doctors or departments capable of appointment registering for patients according to disease information such as pathological reports of the patients, and assist the patients to accurately appointment. The execution process of the accurate reservation applet generally comprises a plurality of processes of displaying a reservation introduction page to a user, prompting the user to select a part, receiving and submitting a pathology report uploaded by the user, and the like. The same accurate reservation applet can be accessed to a plurality of hospitals, namely, a plurality of hospitals can be reserved through the same accurate reservation applet.
In the prior art, information data of all connected hospitals are written into the accurate reservation applet, and when the number of the hospitals connected with the accurate reservation applet is large, the code amount of the accurate reservation applet is huge. In addition, if the information data of a certain hospital is updated, the accurate reservation applet needs to be modified once, and the risk of errors caused by the modification of the program is increased. In other business transaction scenarios, the above-mentioned problems also exist when different target objects are accessed through the same applet.
Disclosure of Invention
In order to solve the existing technical problems, the embodiment of the application provides a business flow control method, which can reduce the code amount in the applet and reduce the times of modifying the applet due to the information change of the target object.
In order to achieve the above purpose, the technical solution of the embodiments of the present application is implemented as follows:
the embodiment of the application provides a business process control method applied to an applet loaded in a third party application, comprising the following steps:
responding to the operation of requesting to display an operation page when the business handling is carried out on the target object, which is accessed by the third party application, and acquiring information data of a corresponding page from a configuration file of the target object, wherein: the configuration file of the target object comprises information data configured for each operation page in the business handling process, and the information data of each operation page comprises various information of the target object displayed on the operation page;
displaying an operation page displayed by the operation request;
and loading various information in the acquired information data into the displayed operation page.
In an alternative embodiment, the method further comprises:
Responding to the file uploaded through the currently displayed operation page;
the file is carried in a business handling request and is sent to an auditing platform of the target object;
receiving a business transaction auditing result returned by an auditing platform of the target object;
and displaying the business transaction auditing result on the currently displayed operation page.
In an alternative embodiment, the method further comprises:
responding to an access request for accessing a target object to conduct business handling, and acquiring a configuration file of the target object from a resource server according to the identification of the target object carried by the access request.
The embodiment of the application also provides a method for generating the configuration file of the applet, which comprises the following steps:
acquiring data input aiming at various information displayed in operation pages in a configuration file of a target object, wherein the configuration file is a configuration file of the target object associated with an applet loaded in a third party application, the configuration file comprises information data configured for various operation pages in a business handling process, and the information data of each operation page comprises various information of the target object displayed on the operation page;
And storing the acquired data association into a corresponding data field of the configuration file of the target object.
In an alternative embodiment, the method further comprises:
acquiring a logic function of business operation configuration on an operation page in a configuration file aiming at a target object; the configuration file also comprises a logic function configured for the business operation set on the operation page;
and storing the acquired logic function association into a corresponding function field of the configuration file of the target object.
The embodiment of the application also provides a business process control device applied to the applet loaded in the third party application, the device comprises:
the information data acquisition unit is used for responding to the operation of requesting to display an operation page when the business handling is carried out on the target object, which is accessed by the third party application, and acquiring the information data of the corresponding page from the configuration file of the target object, wherein: the configuration file of the target object comprises information data configured for each operation page in the business handling process, and the information data of each operation page comprises various information of the target object displayed on the operation page;
The display unit is used for displaying the operation page displayed by the operation request; and loading various information in the acquired information data into the displayed operation page.
The embodiment of the application also provides a device for generating the configuration file of the applet, which comprises:
the system comprises a data acquisition module, a storage module and a storage module, wherein the data acquisition module is used for acquiring data input aiming at various information displayed in operation pages in a configuration file of a target object, the configuration file is a configuration file of the target object associated with an applet loaded in a third party application, the configuration file comprises information data configured for various operation pages in a business handling process, and the information data of each operation page comprises various information of the target object displayed on the operation page;
and the data association module is used for storing the acquired data association into the corresponding data field of the configuration file of the target object.
The embodiment of the application also provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the business flow control method is realized.
The embodiment of the application also provides a terminal, which comprises a memory and a processor, wherein the memory stores a computer program capable of running on the processor, and when the computer program is executed by the processor, the processor is enabled to realize the business flow control method.
The embodiment of the application also provides a server, which comprises a memory and a processor, wherein the memory stores a computer program capable of running on the processor, and when the computer program is executed by the processor, the processor is enabled to realize the method for generating the configuration file of the applet.
According to the business flow control method, the information data of the target object are stored in the preset configuration file of the target object, when the operation page is displayed in the process of executing the business handling flow, the applet can acquire the information data corresponding to the page from the business handling configuration file of the target object, various information in the information data is loaded into the operation page for display, the information data of each target object does not need to be written into the applet, and the code quantity of the applet can be reduced. And if the information data of the target object changes, only the configuration file of the target object is required to be modified, and the code of the applet is not required to be modified, so that the number of times of modifying the applet can be reduced, and the error rate caused by modifying the applet is reduced.
According to the method for generating the configuration file of the applet, the configuration file can be generated for the target object according to the requirement of the target object, and various information of the target object can be provided for the applet. When the information data of the target object changes, only the configuration file of the target object is required to be modified, and the code of the applet is not required to be modified, so that the times of modifying the applet can be reduced, and the error rate caused by modifying the applet can be reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is an application architecture schematic diagram of a business process control method provided in an embodiment of the present application;
fig. 2 is a schematic structural diagram of a configuration file of a target object according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a configuration file of another target object according to an embodiment of the present application;
fig. 4 is a flow diagram of a business flow control method according to an embodiment of the present application;
fig. 5 is a flow chart of another business flow control method according to an embodiment of the present application;
fig. 6 is a flow chart of another business flow control method according to an embodiment of the present application;
fig. 7 is a flow diagram of a specific example of a business flow control method according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of a configuration file of a hospital a according to an embodiment of the present application;
Fig. 9 is a schematic diagram of each operation interface in the procedure of the hospital a according to the embodiment of the present application;
fig. 10 is a flow diagram of another specific example of a business flow control method according to an embodiment of the present application;
fig. 11 is a schematic structural diagram of a configuration file of a hospital B according to an embodiment of the present application;
fig. 12 is a schematic diagram of each operation interface in the accurate reservation procedure of the hospital B according to the embodiment of the present application;
fig. 13 is a schematic structural diagram of a configuration file of a hospital C according to an embodiment of the present application;
fig. 14 is a schematic diagram of each operation interface in the accurate reservation procedure of the hospital C according to the embodiment of the present application;
FIG. 15 is a flowchart of a method for generating configuration files of an applet according to an embodiment of the present application;
fig. 16 is a schematic structural diagram of a business process configuration device provided in an embodiment of the present application;
fig. 17 is a schematic structural diagram of another business process configuration device according to an embodiment of the present application;
fig. 18 is a schematic structural diagram of a device for generating an applet configuration file according to an embodiment of the present application;
fig. 19 is a schematic structural diagram of a terminal according to an embodiment of the present application.
Detailed Description
For the purposes of clarity, technical solutions and advantages of the present application, the following description will be given in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Some of the terms in the embodiments of the present application are explained below to facilitate understanding by those skilled in the art.
(1) Small procedure: an application program that can be run on an instant messaging application without downloading and installing the application program.
(2) JS (JavaScript) interpreter: also known as a JS code parser, for compiling a program language into a machine language so that the processor can execute.
(3) JSON (JavaScript Object Notation): the JavaScript object representation form stores and represents the data in the object in a text format completely independent of a programming language, and has a concise and clear hierarchical structure.
(4) XML (Extensible Markup Language ): a markup language for marking an electronic file to be structured may be used to describe structured data that is independent of an application.
(5) CDN (Content distribution network, content delivery network): refers to a computer network system interconnected via the internet, which can use the server closest to the terminal to send applications and other files to the terminal more quickly and reliably.
The present application will now be described in further detail with reference to the accompanying drawings and specific examples.
Fig. 1 is a schematic diagram of an application architecture of a business process control method according to an embodiment of the present application. In the application architecture shown in fig. 1, a terminal 101 may establish a connection with a server 102 and a server 103 through a network 100 (e.g., a wired network or a wireless network).
The terminal 101 may be a mobile phone, a palm computer, a PC, an all-in-one machine, or the like with a communication function. The terminal 101 may execute the business process control method provided in the embodiment of the present application. Alternatively, the business process control method may be represented on the terminal 101 as an applet running based on a third party application (e.g., an instant messaging application). In the process of executing the applet, the terminal 101 will display different operation pages on the interface of the terminal 101 corresponding to the respective flows of different target objects. In some embodiments, the operation page may include a basic operation page in a basic business process shared by the target object and other target objects or a proprietary operation page in a business process set for the target object. In other embodiments, the operation page may include a basic operation page in a basic business process shared by the target object and other target objects and a proprietary operation page in a business process set for the target object. Templates for these operational pages may be pre-configured and stored in the applet's software package.
Specifically, if the applet contains only basic business processes, the software package may include only templates for respective basic operation pages configured for the basic business processes; the basic business process is a common process when business handling is carried out aiming at each target object. If different target objects have respective different proprietary flows during execution of the applet, templates of proprietary operation pages configured for the proprietary flows may also be included in the software package.
The information to be displayed on each operation page of each target object to which each applet is connected may be stored in the server 102 in the form of a configuration file according to the information display item on the operation page, where each target object has its own configuration file, and for each operation page of the business process, the information to be displayed in the corresponding page of the applet is configured. The server 102 may be a CDN resource server or a static resource server, among other different types of resource servers. For example, in a precision reservation applet, the server 102 is used to store a configuration file for each target object. The configuration file is preconfigured according to the target object and is used for storing relevant information of the target object required in the execution process of the accurate reservation applet.
If the applet contains only basic business processes, the configuration file of the target object may include only information data configured for each basic operation page in the basic business processes, respectively, as shown in fig. 2. If different target objects have different proprietary flows in the process of executing the applet, the configuration file of the target object may further include information data configured for proprietary operation pages corresponding to the proprietary flows and logic functions configured for respective business operations set on the different operation pages, as shown in fig. 3. The logic function executes a proprietary flow of business handling for the target object.
The configuration file of the target object can adopt a JSON structure or an XML structure, so that the expandability is high, and a logic function or information data can be added for the target object conveniently. As shown in fig. 3, the identifier of the target object may be used as the name of the configuration file, where the identifier of the target object may be the name of the target object, or may be a number uniquely corresponding to the target object, such as an original ID or a self-generated unique ID. The configuration file of the target object may include a multi-level data structure, the first level being the names of operation pages corresponding to a plurality of flows of the applet, respectively, and the second level being divided into two parts, information data and a logic function. The information data includes information of a target object to be presented on each operation page (including a basic operation page and a proprietary operation page) in the flow of the applet. The logic function is used for executing the exclusive flow of the target object, and the logic function can comprise one or more character strings, each character string is a string of program codes and represents different logic, and can be executed by calling the function in the accurate reservation applet and analyzing by adopting a JS interpreter.
The server 103 may be an audit platform for the target object. For example, when a user accesses a certain hospital to make a precise reservation, the target object is the hospital, and the server 103 may be a server of the target hospital. The terminal 101 can communicate with a server of a target hospital in real time in the process of executing the accurate reservation applet, so as to realize the processes of submitting a file to a doctor for auditing and the like in the accurate reservation process. In other business transaction scenarios, the applet may also transfer data or files with the server 103 of the target object.
In the embodiment of the present application, the information data of each target object is saved in the form of a configuration file, and the configuration file is independent of the applet and may be stored in the server 102. When executing the applet, the terminal 101 obtains the configuration file of the target object from the server 102 according to the target object to be accessed, and when displaying a certain basic operation page, obtains the information data corresponding to the displayed basic operation page from the configuration file of the target object, and loads each item of basic information in the information data to the displayed basic operation page. The method does not need to write the information data of each target object into the program of the applet, so that the code quantity in the applet can be reduced, and the storage space occupied by the applet is reduced. Meanwhile, if the information data of the target object changes, only the configuration file of the target object is required to be modified, and the program of the applet is not required to be modified, so that the number of times of modifying the applet can be reduced, the error rate caused by modifying the program can be reduced, and the complicated process of auditing after modifying the program is reduced.
The application architecture of fig. 1 is merely an example of an application architecture implementing an embodiment of the present application, and the embodiment of the present application is not limited to the application architecture described in fig. 1.
Further, in the prior art, the problem that the procedures of the applet capable of accessing multiple target objects may be inconsistent exists, or some target objects have specific proprietary procedures under specific operations, and the execution process of the accurate reservation applet capable of accessing multiple hospitals is described by taking the accurate reservation applet as an example, and generally includes multiple procedures of displaying reservation introduction pages to users, prompting the users to select parts, receiving and submitting pathology reports uploaded by the users, and the like. When the same accurate reservation applet can be accessed to a plurality of hospitals, the flows of the hospitals may not be completely consistent, so that certain logic operations of the flows of the accurate reservation applet are inconsistent in the execution process. For example, when a certain procedure is executed, some hospitals may have proprietary procedures corresponding to the procedure, and other hospitals may not have proprietary procedures corresponding to the procedure.
When each flow is operated, the existing accurate reservation applet traverses all hospitals with pre-stored information to judge whether the hospitals have corresponding proprietary flows. For example, if there are three hospitals A, B, C accessing the accurate reservation applet, the information of three hospitals A, B, C is pre-stored in the accurate reservation applet. When the user jumps from another application (such as an application program of a certain hospital) to the accurate reservation applet, the accurate reservation applet acquires the hospital identification information (such as a public number of the hospital) carried by the jump-in request. When entering the next procedure from the display reservation introduction page, three hospitals with pre-stored information need to be traversed one by one, and whether the hospital identification information is the identification information of the hospital A is judged; if not, judging whether the hospital identification information is the identification information of the hospital B; if not, judging whether the hospital identification information is the identification information of the hospital C; if yes, judging whether the hospital C has a proprietary flow after displaying the reservation introduction page, prompting the user to select a part, if yes, executing the proprietary flow, and entering the part selection page; if not, the next flow after prompting the user to select a location is performed.
Because the accurate reservation applet executes the traversal process when each process is operated, the program codes of the accurate reservation applet are long, the structure is complex and chaotic, the readability and maintainability are low, and the error risk is high. In addition, if the process of a certain hospital is updated, the code of the accurate reservation applet is required to be modified once, so that the risk of error caused by modifying the code is increased, and the code of the applet is not modified, so that the code error is avoided, the auditing time is uncontrollable, and the online time of the applet is delayed.
In view of the foregoing, in the business flow control method provided in the embodiment of the present application, a logic function may be further set in a configuration file of a target object that is configured in advance, where the logic function executes a proprietary flow when business handling is performed on the target object. In the applet, a calling function is set in a step corresponding to the exclusive flow of the target object, and the calling function is used for acquiring a logic function corresponding to the configuration from the configuration file of the target object and executing the acquired logic function, so that the exclusive flow of the target object is realized. By adopting the business flow control method, each target object does not need to be traversed when each flow is executed, the program is saved, the code quantity in the small program is reduced, the structure of the program is clearer, and the readability and maintainability are stronger. Meanwhile, if the flow of a certain target object is updated, only the configuration file of the target object is required to be modified, and an applet is not required to be modified, so that the risk of errors caused by modifying codes can be reduced, and the number of times and the auditing time of auditing after the program is modified are reduced.
Based on the above inventive concept, the following embodiments of the present application are presented, and the following embodiments are all illustrated by way of a precise pre-approximate example of accessing a small program into a hospital. However, the applet in the embodiment of the present application may be an application for handling other services, for example, handling related banking services through the applet access to a bank, paying various charges such as water, electricity, gas, etc., or accessing to a gym to reserve a coach through the applet.
Fig. 4 shows a flow diagram of a business flow control method according to an embodiment of the present application. The business process control method can be applied to applets loaded in third party applications. In some embodiments, the applet may include only basic business processes, i.e., common processes when transacting business for each target object. The applet is executed according to a predetermined basic business process when accessing each hospital. In other embodiments, the applet may include both a basic business process performed by all the target objects and different proprietary processes corresponding to different target objects. As shown in fig. 4, the method includes:
step S401, in response to the operation of requesting to display the operation page when the service is handled for the target object, which is accessed by the third party application, the information data of the corresponding page is obtained from the configuration file of the target object.
In the following, an example will be described in which the applet is a precise reservation applet, and before using the precise reservation applet in the third party application, the user may send an access request to the precise reservation applet through an application associated with the target hospital or an operation set on a page, where the precise reservation applet may be an application program on a terminal or an applet. If the precision reservation applet is an applet, the user may be triggered by other clients of instant messaging. After receiving the access request, the accurate reservation applet responds to the access request, and obtains the configuration file of the target hospital from the resource server according to the identification of the target hospital carried in the access request, and stores the configuration file in the local memory of the terminal. During execution of the applet, the desired information data or logic functions can be retrieved quickly from the local memory.
The configuration file of the target object may include information data configured for each operation page in the reservation procedure, and the information data of each operation page includes various pieces of information of the target object shown on the operation page.
In the execution process of the accurate reservation applet, the user can click an operation key on the operation page to request the display of another operation interface. And responding to the operation of the user request display operation page, and acquiring information data of the corresponding page from the configuration file of the target object.
Step S402, displaying an operation page displayed by the operation request.
The common flow of each target object in the accurate reservation applet when the accurate reservation is carried out is provided with an operation page template, the operation of displaying the operation page is requested according to a user, the corresponding page template is obtained, and the operation page displayed by the operation request is displayed according to the obtained page template.
Step S403, each item of information in the acquired information data is loaded into the displayed operation page.
And loading various information in the information data into a data display area of the operation page so as to display the various information in the operation page. In the applet, the information data in the configuration file of the target object can be synchronized to the data display area of the corresponding basic operation page through isomorphism of the front end and the rear end.
For example, in one basic operation page, a hospital telephone needs to be loaded. In step S401, information data corresponding to the basic operation page is obtained from the configuration file of the target object, where the information data includes a hospital phone, and the hospital phone is loaded into the displayed basic operation page.
And if the operation of triggering the request of displaying the next basic operation page in the displayed basic operation pages is received, displaying the next basic operation page according to the steps S401 to S403.
Optionally, the method may further include: responding to the file uploaded through the displayed operation page; the file is carried in a business handling request and is sent to an auditing platform of a target object; receiving a business transaction auditing result returned by an auditing platform of the target object; and displaying the business transaction auditing result to the current operation page.
In the accurate reservation applet, responding to files such as pathology reports and the like uploaded by a user through a displayed operation page; carrying the file in a precise reservation request and sending the file to an auditing platform of a target object; receiving an accurate appointment auditing result returned by an auditing platform of the target object; and displaying the accurate appointment auditing result on the current operation page.
For example, the user uploads a photograph of his pathology report via the upload report page and clicks the "submit report" button on the upload report page. Responding to the operation of the user triggering the uploading report, taking the report photo uploaded by the user as a file uploaded by the user, sending an accurate reservation request to an auditing platform of a target hospital, and carrying the file uploaded by the user in the accurate reservation request so that a doctor of the hospital can receive the report photo uploaded by the user and audit the report photo. If the auditing is passed, the auditing platform of the target hospital can generate an accurate appointment auditing result according to the report photo and return the result to the terminal. The accurate appointment auditing result can comprise information such as recommended appointment departments or information such as appointment numbers and doctor-receiving doctors. The terminal receives the accurate reservation auditing result returned by the auditing platform of the target object, and displays the accurate reservation auditing result to the current operation page.
In the above embodiment, the preset configuration file of the target object stores the information data of the target object, and when the operation page is displayed in the process of executing the business handling process, the applet can acquire the information data corresponding to the page from the configuration file of the target object, and load each item of information in the information data into the operation page for displaying, without writing the information data of each target object into the applet, so that the code amount in the applet can be reduced. And if the information data of the target object changes, only the configuration file of the target object is required to be modified, and the program code of the applet is not required to be modified, so that the number of times of modifying the applet can be reduced, and the error rate caused by modifying the program is reduced.
Fig. 5 shows a flow diagram of a business flow control method according to another embodiment of the present application. In this embodiment, the applet includes not only the basic business flow but also call functions set for the exclusive flow of each target object. The configuration file of the target object not only comprises information data configured for each basic operation page in the basic service flow, but also comprises logic functions configured for each service operation set on the basic operation page; the logic function executes a proprietary flow when transacting business for the target object. The calling function is used for acquiring the logic function corresponding to the configuration from the configuration file of the target object, and executing the acquired logic function, so that the special flow of the target object is realized. As shown in fig. 5, the method includes:
Step S501, in response to the operation of requesting to display an operation page when business handling is performed on a target object, information data of a corresponding page is obtained from a configuration file of the target object.
Step S502, displaying the operation page displayed by the operation request.
Step S503, loading each item of information in the acquired information data into the displayed operation page.
The specific processes of step S501 to step S503 may be performed with reference to the above steps S401 to S403, and will not be described herein.
Step S504, responding to the business operation input on the operation page displayed at present, executing the logic function correspondingly configured in the configuration file.
Taking the precise reservation applet as an example, a call function set for a specific flow of each target object is set in the precise reservation applet. The calling function is used for acquiring the logic function configured corresponding to the accurate reservation operation from the configuration file of the target object and executing the acquired logic function. The name or path of the logical function to be fetched may be indicated in the calling function. For example, in an alternative embodiment, each logical function in the configuration file of the target object has a name different from the other logical functions, and the name of the logical function to be acquired may be specified in the calling function, so that the corresponding logical function is acquired from the configuration file of the target object. In another alternative embodiment, the path of the logic function to be fetched may be indicated in the calling function as: the XX page/XX function can also obtain the corresponding logic function from the configuration file of the target object. Illustratively, the logical function includes one or more strings, and the JS interpreter can be used to interpret the strings in executing the logical function. It can also be said that the character string is a programming language, and the JS interpreter is used to convert the programming language into a machine language so that the processor can execute it.
Different logic functions may correspond to implementing different functions. For example, some logic functions may include jumping to other operational pages than the one currently being presented, and then executing the logic function includes: according to the operation page to be jumped pointed by the logic function, information data of a corresponding page is obtained from a configuration file of the target object; displaying an operation page to be jumped; and loading various information in the acquired information data into the displayed operation page. This process can also be performed with reference to the above-described steps S401 to S403, except that the operation page to be jumped is defined by a logic function. Still other logical functions may include jumping to a private operation page of a target object, the step of executing the logical function including: jump to the exclusive operation page pointed by the logic function. Specifically, templates of proprietary operation pages of different target objects are preconfigured in the applet. The template of the exclusive operation page pointed by the logic function can be obtained, and the exclusive operation page is displayed according to the obtained page template. When the special operation page is displayed, corresponding information data may also need to be acquired from the configuration file of the target object; and loading various basic information in the acquired information data into the displayed proprietary operation page.
Optionally, the method may further include: responding to the file uploaded through the displayed operation page; the operation page is a basic operation page or a proprietary operation page; carrying the file in a business handling request and sending the file to an auditing platform of the marked object; receiving a business transaction auditing result returned by an auditing platform of the target object; and displaying the business transaction auditing result to the current operation page. See above for examples of submitting reports in the precision reservation applet, wherein the upload report page may be a basic operation page or a proprietary operation page.
In this embodiment, in addition to the information data of the target object, which is set in advance, a logic function is set in the configuration file of the target object, and the logic function executes a proprietary flow when business transaction is performed for the target object. In the applet, a calling function is set in a step corresponding to the exclusive flow of the target object, and the calling function is used for acquiring a logic function corresponding to the configuration from the configuration file of the target object and executing the acquired logic function, so that the exclusive flow of the target object is realized. By adopting the business flow control method, each target object does not need to be traversed when each flow is executed, the program is saved, the code quantity in the small program is reduced, the structure of the program is clearer, and the readability and maintainability are stronger. Meanwhile, if the flow of a certain target object is updated, only the configuration file of the target object is required to be modified, and an applet is not required to be modified, so that the risk of errors caused by modifying codes can be reduced, and the number of times and the auditing time of auditing after the program is modified are reduced.
The following takes an accurate reservation applet as an example, and specifically describes a specific implementation manner of the business flow control method in the embodiment of the present application. In the accurate reservation applet, the target object is a target hospital, the operation page comprises an accurate reservation guide page, a department recommendation page and registration pages of various departments, and an uploading inspection file button is arranged on the accurate reservation guide page; and reservation keys are respectively arranged on the department recommendation pages corresponding to the recommended departments. As shown in fig. 6, the method includes the steps of:
step S601, responding to the operation of the key for uploading the inspection file, and obtaining the uploaded inspection file.
The user can trigger access to the target hospital to make an access request for precise reservation through an applet loaded in the target hospital in the third party application. Responding to the access request of the user, and according to the identification of the target hospital carried in the access request, configuring the file of the target hospital in the CDN resource server. Meanwhile, responding to an access request of a user, and displaying the accurate reservation guide page. The precise reservation guide page may take the form of page (a) in fig. 12. The accurate reservation guide page is provided with an uploading check file button, namely a 'I report, a point start' button in the page (a).
If the user clicks the trigger accurate reservation guide page to be provided with an uploading check file key, responding to the operation of the user on the uploading check file key, and acquiring the uploaded check file.
The process of obtaining the uploaded inspection file may be in several ways:
in the first way, in response to an operation on the upload check file key, a logic function corresponding to the upload check file key is obtained from the configuration file, and the logic function is executed to jump to a first waiting prompting page, such as page (b) in fig. 12. The first waiting prompting page prompts the user to inquire the target hospital examination file, the display program waits for the inquiry result and does not crash or interrupt, and prompts the user to wait for tolerance. Jumping to a file upload page when the target hospital exam file is not queried, such as page (d) in fig. 12; and obtaining the check file uploaded through the file uploading page. If the checking file of the user in the target hospital is inquired, the user can directly jump to the recommended department page without uploading the checking file again, so that the program flow is simplified, and the accurate reservation speed is increased.
In the second way, in response to the operation of the upload check file button, a logic function corresponding to the upload check file button is obtained from the configuration file, the logic function is executed to jump to a first waiting prompting page, and a confirmation button of the non-target hospital check file is set on the first waiting prompting page, such as a "no hospital report" in page (b) in fig. 12, and the button is skipped directly. If the user clicks the trigger without the hospital report and directly skips the key, the corresponding logic function is executed to skip to the file uploading page in response to the operation of the confirm key for the non-target hospital check file. The first waiting prompt page is provided with a confirmation key for checking files in the target hospital, and if the user knows that the user does not check files in the target hospital, the user can directly click the key to finish searching, so that time waste is avoided.
In the third way, in response to the operation of the upload check file button, a logic function corresponding to the upload check file button is obtained from the configuration file, the logic function is executed to jump to a first waiting prompting page, and a confirmation button of the non-target hospital check file is set on the first waiting prompting page, such as a "no hospital report" in page (b) in fig. 12, and the button is skipped directly. If the user clicks the trigger of the ' no hospital report ' and directly skips the ' key, responding to the operation of the confirmation key aiming at the non-target hospital examination file, and executing the corresponding logic function to skip to the page of the selected part. The selected part page comprises a selected part column and a part confirmation key; responding to the operation of the selected part column on the selected part page, and acquiring the selected part information; and responding to the operation of the position confirmation key on the selected position page, and jumping to the file uploading page. The position selection page is arranged in the mode, so that a user can select a position, and the position selected by the user and the uploaded file are combined to carry out accurate reservation, so that the reservation accuracy can be improved.
Alternatively, considering that if the user cannot complete the precise reservation without checking the file, a no-check file key may be set on the precise reservation guide page, such as the "no report, return" key in page (a) in fig. 11. If the user clicks the trigger no-check file button, the third party application is jumped back in response to the operation for the no-check file button.
Step S602, an audit request is generated and sent to an audit platform of the target hospital.
The auditing request carries the uploaded checking file for the doctor to audit. Optionally, if the user selects a location, the audit request may also carry the location selected by the user.
And step S603, receiving a returned auditing result.
And receiving an auditing result returned by an auditing platform of the target hospital, wherein the auditing result comprises recommended department information.
Alternatively, since it takes a certain time for the doctor to review the examination file, a second waiting prompt page for prompting that the examination is being performed, such as interface (e) in fig. 12, may be displayed between the transmission of the review request and the reception of the review result, to prompt the user to wait for tolerance.
Step S604, a department recommendation page is displayed.
The department recommendation page includes recommendation department information and a reservation key corresponding to each recommendation department, such as interface (f) in fig. 12. Each reservation key arranged on the department recommendation page in the configuration file of the target hospital is configured with a corresponding logic function.
Step S605, in response to the operation for the reservation key, acquires the corresponding logic function, and executes the acquired logic function to jump to the registry page for the reservation department.
The department recommendation page can provide department recommendation information for the user, so that the user can select a required doctor or department in the recommended department according to the situation of the user, and jump to a registration page corresponding to the department selected by the user to finish a registration process.
The application scenario described in the embodiments of the present application is for more clearly describing the technical solution of the embodiments of the present application, and does not constitute a limitation on the technical solution provided in the embodiments of the present application, and as a person of ordinary skill in the art can know that, with the appearance of a new application scenario, the technical solution provided in the embodiments of the present application is also applicable to similar technical problems.
Several specific implementations of the embodiments of the present application are described below by way of example.
In a first specific embodiment, the business process control method provided in the embodiment of the present application is applied to a precise reservation applet, as shown in fig. 7, and includes the following steps:
step S701, in response to an access request for accessing the target hospital through the third party application to perform accurate reservation, acquiring a configuration file of the target hospital.
Before the user uses the accurate reservation applet, an access request may be sent to the accurate reservation applet through an operation set on the applet associated with the target hospital in the third party application, that is, the user may trigger through a client of other instant messaging, after the accurate reservation applet receives the access request, respond to the access request, obtain a configuration file of the target hospital from the CDN resource server according to an identifier of the target hospital carried in the access request, and store the configuration file in a local memory of the terminal.
For example, a trigger button linked to the precise reservation applet is provided in the presentation page of the applet of hospital a. After clicking the trigger button, the user jumps from the applet of the hospital A to the accurate reservation applet, and the hospital A is the target hospital. The applet of the hospital A and the precise reservation applet can be executed based on instant messaging application.
The accurate reservation applet responds to an access request for accessing the hospital A through a third party application to carry out accurate reservation, and obtains a configuration file of the hospital A from the CDN resource server according to the identification of the hospital A carried in the access request. The CDN resource server stores configuration files of a plurality of hospitals, and the configuration files of each hospital are preconfigured. The format of the configuration file of the hospital a is shown in fig. 8, and includes information data configured for a reservation introduction page and a push information page; the reservation introduction page is one of reservation guide pages, the information data configured for the reservation introduction page can comprise a hospital name, a hospital address and the like, and the information data configured for the push information page can comprise a hospital telephone and the like.
Step S702, information data configured for the reservation introduction page is obtained from the configuration file, and each item of basic information in the obtained information data is loaded into the reservation introduction page for display.
The accurate reservation applet calls a preset reservation introduction page template, wherein the upper part of the reservation introduction page template is used for loading information data of a hospital, including a hospital name and a hospital address, so as to be displayed to a user; the middle part of the reservation introduction page template is the introduction of the accurate reservation application step; the lower part of the reservation introduction page template is provided with two keys: the first key shows "I have report, start application", and the second key shows "do not report, return".
Displaying a reservation introduction page according to a reservation introduction page template, acquiring a hospital name and a hospital address of the hospital A from a configuration file of the hospital A, and loading the hospital name and the hospital address at a position corresponding to the reservation introduction page; or, acquiring the hospital name and the hospital address of the hospital A from the configuration file of the hospital A, loading the hospital name and the hospital address in the corresponding positions in the reservation presentation page template, and displaying the reservation presentation page according to the reservation presentation page template, such as an interface (a) in fig. 9.
If the user clicks "i have report," the start application operation triggered by the start application "key is received, step S703 is executed. If the user clicks the report, the cancellation operation triggered by the return key is received, the accurate reservation applet is exited, and the instant communication application or the applet of the hospital A is returned.
In step S703, in response to the start application operation on the reservation introduction page, the file upload page is presented.
The accurate reservation applet calls a preset file uploading page template, and displays the file uploading page according to the file uploading page template. The upper half of the file upload page is an area for the user to upload report photos, and the lower half of the file upload page is an illustration of the upload report, as in interface (b) in fig. 9.
After the user uploads the report photo in the upper half of the file report upload page, the "submit report" key and the "modify" key will be displayed on the file upload page. If an upload completion operation triggered by the user clicking the "submit report" button is received, step S704 is performed. If a modification operation triggered by the user clicking on the "modify" button is received, the method returns to enable the user to upload the report photo again.
Step S704, in response to the uploading completion operation on the file uploading page, information data configured for the pushing information page is obtained from the configuration file, and each item of basic information in the obtained information data is loaded into the pushing information page and displayed.
The accurate reservation applet calls a preset pushing information page template, displays a pushing information page according to the pushing information page template, acquires a hospital telephone of a hospital A from a configuration file of the hospital A, and loads the hospital telephone at a corresponding position in the pushing information page; or acquiring a hospital telephone of the hospital A from the configuration file of the hospital A, loading the hospital telephone at a corresponding position in the pushing information page template, and displaying the pushing information page according to the pushing information page template.
As in interface (c) in fig. 9, the push information page will display the following information, "doctor is auditing your report, the application result will send a message notification within 5 minutes, you can also make a hospital call after 5 minutes to ask, hospital call: xxxxxxx. There is a "back" button below the information. And receiving an exit operation triggered by the user clicking a return button, exiting the accurate reservation applet, and returning to the instant messaging application or the applet of the hospital A.
While the push information page is displayed, the accurate reservation applet can acquire the link address of the audit platform of the target hospital, and the link address of the audit platform of the target hospital can also be stored in the configuration file of the target hospital, optionally, the link address of the audit platform of the target hospital can be stored in the information data under the push information page. And the accurate reservation applet transmits the received report photo of the user as a file uploaded by the user to an auditing platform of the target hospital for auditing by doctors. The auditing platform of the hospital can be understood as a hospital server. After the doctor passes the audit, the hospital platform can send an audit passing message to the instant messaging application, and the instant messaging application displays the received audit passing message to the user.
In the first embodiment, the three steps S702 to S704 in the precise reservation applet are all common procedures executed by all hospitals, and may be referred to as a basic reservation procedure. The configuration file of the hospital may include only information data configured for each operation page in the basic reservation procedure. When the common flow is executed, the accurate reservation applet acquires information data configured for an operation page to be displayed from a configuration file of a target hospital, and loads various basic information in the acquired information data into the operation page to be displayed.
In the above embodiment, the preset configuration file of the target object stores the information data of the target object, and when the basic operation page is displayed in the process of executing the precise reservation procedure, the precise reservation applet can acquire the information data corresponding to the page from the configuration file of the target object, and load each item of basic information in the information data into the basic operation page for display, without writing the information data of each target object into the program of the precise reservation applet, so that the code amount in the precise reservation applet can be reduced. And if the information data of the target object changes, only the configuration file of the target object is required to be modified, and the program code of the accurate reservation applet is not required to be modified, so that the number of times of modifying the accurate reservation applet can be reduced, and the error rate caused by modifying the program is reduced.
In a second specific embodiment, the business process control method provided in the embodiment of the present application is also applied to the accurate reservation applet, as shown in fig. 10, and includes the following steps:
step S1001, in response to an access request for accessing the target hospital to perform the precise reservation, acquiring the configuration file of the target hospital.
Step S1002, obtaining a pre-configured operation page template according to the page name of the accurate reservation guide page in the configuration file, and displaying the accurate reservation guide page according to the operation page template; and acquiring information data configured for the accurate reservation guide page from the configuration file, and loading various basic information in the acquired information data into the accurate reservation guide page.
The accurate reservation guide page can comprise a plurality of page templates, different hospitals can adopt different page templates, for example, hospital B can adopt the page template corresponding to the reservation guide page, and hospital C can adopt the page template corresponding to the reservation introduction page.
Step S1003, responding to the start application operation on the accurate reservation guide page, and displaying a query report page; and obtaining a logic function corresponding to the start application operation from the configuration file, and executing the logic function.
Step S1004, in response to the skip query operation on the query report page, obtaining a logic function corresponding to the skip query operation from the configuration file, and executing the logic function.
Step S1005, showing a file upload page.
Step S1006, responding to the uploading completion operation on the file uploading page, and displaying a submit report page; and acquiring a logic function corresponding to the uploading completion operation from the configuration file, and executing the logic function submitting report.
Step S1007, after the report is submitted, the logic function configured for the submitted operation is obtained from the configuration file, and the logic function is executed.
The method flow shown in fig. 10 is an execution flow of a precision reservation applet. Different manifestations can be seen when different hospitals are accessed through the precise reservation applet. The following description will be given by taking, as an example, access to hospital B and hospital C through the precise reservation applet, respectively.
When the accurate reservation applet of the second embodiment is accessed to the hospital B, the execution process of the accurate reservation applet includes the following steps:
step one, responding to an access request for accessing to the hospital B to carry out accurate reservation, and acquiring a configuration file of the hospital B.
The user can trigger an access request for accessing the hospital B to make a precise reservation through a webpage of the hospital B or an applet of the hospital B. For example, a "precise reservation" key is set on a webpage of the hospital B or a display interface of the applet of the hospital B, and after the user clicks the "precise reservation" key, the user jumps to enter the precise reservation applet.
Responding to an access request of a user, and acquiring a configuration file of the hospital B from a CDN resource server according to an identification of a target hospital carried in the access request. The format of the configuration file of the hospital B is shown in fig. 11, and includes information data and logic functions configured for each operation page; the method specifically comprises the steps of configuring information data and logic functions for reservation guide pages, configuring logic functions for inquiry report pages, configuring logic functions for file uploading pages, configuring logic functions for report page submission and configuring information data and logic functions for recommended department pages.
Step two, acquiring a pre-configured operation page template according to the page name of the accurate reservation guide page in the configuration file, and displaying the accurate reservation guide page according to the operation page template; and acquiring information data configured for the accurate reservation guide page from the configuration file, and loading various basic information in the acquired information data into the accurate reservation guide page.
The page name of the accurate reservation guide page in the configuration file of the hospital B is a reservation guide page, a pre-configured reservation guide page template is obtained, and the reservation guide page is displayed according to the reservation guide page template; information data configured for the reservation guide page is obtained from the configuration file, and information such as a hospital name, a hospital address and the like in the obtained information data is loaded into the reservation guide page for display. As in page (a) in fig. 12, the upper part of the reservation guide page is used for loading information data of a hospital, including a hospital phone and a hospital address; the middle part of the reservation guide page is the introduction of the accurate reservation application; two keys are arranged at the lower part of the reservation guide page: the first key shows "I have report, point this starts", the second key shows "do not report, return". Wherein the first key is equivalent to an upload check file key and the second key is equivalent to a no check file key.
If the user clicks the "I have report, point this start" button, step three is performed. If the user clicks the report not, the return button, the cancel function configured in the configuration file of the hospital B can be acquired by calling the function, the acquired cancel function is executed, and the web page of the hospital B or the applet of the hospital B is returned.
Step three, responding to the start application operation on the reservation guide page, and displaying a query report page; and obtaining a logic function corresponding to the start application operation from the configuration file of the hospital B, and executing the logic function.
And a query function is correspondingly configured for starting the application operation under the reservation guide page in the configuration file of the hospital B. The user clicks the "I have report, and the start button triggers the start application operation. Receiving a start application operation of a user, executing an operation of displaying a query report page, calling a preset query report page template, and displaying the query report page according to the query report page template, such as an interface (b) in fig. 12.
In the precision reservation applet, the code of the query report page is presented followed by a first calling function that indicates the query function in the read configuration file. Executing the first calling function, acquiring a query function from the configuration file of the hospital B, and executing the query function. According to the query function, the accurate reservation applet is connected with the auditing platform of the hospital B, a query report request is sent to the auditing platform of the hospital B, the query report request comprises user information, so that the auditing platform of the hospital B queries whether the user report exists in a hospital database according to the user information, and a query result is returned. And step four, if the query result shows that the report of the user is not displayed, sending an audit report request to the audit platform of the hospital B, requesting the audit platform of the hospital B to submit the report to a doctor for audit, and receiving the accurate appointment audit result returned by the audit platform of the hospital B, wherein the accurate appointment audit result can comprise notification of audit passing and suggestion of an appointment department, and the step seven is directly executed after receiving the accurate appointment audit result.
It should be noted that, in other embodiments, the accurate subscription audit result may include only notification that the audit is passed or that the audit is not passed. After the accurate reservation applet receives the auditing result returned by the auditing platform of the target hospital, the accurate reservation auditing result can be displayed on the current operation page.
In this embodiment, the "no hospital report, skip directly" button is provided at the lower end of the inquiry report page. If the user knows that he does not report on hospital B, but has reports from other hospitals. The "no hospital report, skip directly" key can be clicked. And step four, receiving skip inquiry operation triggered by clicking the "no hospital report" by the user and directly skipping the "key.
And step four, responding to the skip inquiry operation on the inquiry report page, acquiring a logic function corresponding to the skip inquiry operation from the configuration file, and executing the logic function.
The configuration file of the hospital B is correspondingly configured with a part selection function under the query report page for skipping the query operation.
In the precise reservation applet, step four corresponds to a second call function indicating a location selection function in the read configuration file. And responding to the skip inquiry operation on the inquiry report page, or receiving an inquiry result without the report of the user returned by the audit platform of the hospital B, executing a second calling function, acquiring a part selection function from the configuration file of the hospital B, and executing the part selection function. According to the part selection function, a preset part selection page template is called, and a part selection page is displayed according to the part selection page template so that a user can select a part to be diagnosed, such as an interface (c) in fig. 12.
The selection part page is provided with a selection part column and a part confirmation key, and after the user selects the part to be diagnosed, the user can click the part confirmation key on the part selection page, namely a "next" key on the interface (c) in fig. 12. And step five, receiving an uploading report operation triggered by clicking a key of 'next' by a user, and executing the step five.
And fifthly, responding to the uploading report operation on the part selection page, and displaying the file uploading page.
The accurate reservation applet calls a preset file uploading page template, and displays the file uploading page according to the file uploading page template. The upper half of the file upload page is an area for the user to upload report photos, and the lower half of the file upload page is an illustration of the upload report, as in interface (d) in fig. 11.
After the user uploads the report photo in the upper half of the file upload page, the "submit report" key and the "modify" key will be displayed on the file upload page. And if the uploading completion operation triggered by clicking the report submitting button by the user is received, executing the step six. If a modification operation triggered by the user clicking on the "modify" button is received, the method returns to enable the user to upload the report photo again.
Step six, responding to the uploading completion operation on the file uploading page, and displaying the submitting report page; and acquiring a logic function corresponding to the uploading completion operation from the configuration file, and executing the logic function submitting report.
And a submitting report function is correspondingly configured for the uploading completion operation under the file uploading page in the configuration file of the hospital B. The user clicks a report submitting button to trigger the upload completion operation. And receiving an uploading completion operation of a user, executing an operation of displaying a submit report page, calling a preset submit report page template, and displaying the submit report page according to the submit report page template, such as an interface (e) in fig. 12.
In the precision reservation applet, the code that presents the submit report page is followed by a third call function that indicates the submit report function in the read configuration file. And executing a third calling function, acquiring a submit report function from the configuration file of the hospital B, and executing the submit report function. According to the report submitting function, the accurate reservation applet transmits the received report photo of the user as a file uploaded by the user to an auditing platform of the hospital B for auditing by doctors, receives a notification returned by the hospital platform that the auditing passes and suggestions of the reserved department, and confirms that the report submitting is completed.
And step seven, after the report to be submitted is completed, acquiring a logic function configured for the operation of completing the submission from the configuration file, and executing the logic function.
The configuration file of the hospital B is correspondingly configured with a notification function for the commit completion operation under the commit report page. In the precise reservation applet, step seven corresponds to a fourth call function indicating a notification function in the read configuration file. After the report is submitted, executing a fourth calling function, acquiring a notification function from the configuration file of the hospital B, and executing the notification function. According to the notification function, a preset recommended department page template is called, a recommended department page is displayed according to the recommended department page template, and introduction information of a corresponding department is obtained from information data configured for the recommended department page in a configuration file according to suggestions of the reserved department returned by a hospital platform and displayed, such as an interface (f) in fig. 12.
The recommended department page is provided with a plurality of reservation-removing keys, and a skip function is correspondingly configured for each reservation-removing key in the configuration file of the hospital B. For example, the user clicks the first "reserve-removing" button, the accurate reservation applet executes the fifth call function corresponding to the button, obtains from the configuration file of the hospital B that the jump function is configured for the first "reserve-removing" button, executes the jump function, and jumps to the web page or applet interface corresponding to the hospital B according to the jump function.
When the accurate reservation applet of the second embodiment is accessed to the hospital C, the execution process of the accurate reservation applet includes the following steps:
and (a) responding to an access request for accessing the hospital C to carry out accurate reservation, and acquiring a configuration file of the hospital C.
The user can trigger an access request for accessing the hospital C to conduct accurate reservation through a webpage of the hospital C or an applet of the hospital C. For example, a certain webpage of the hospital C or a display interface of the applet of the hospital C is provided with a "precise reservation" button, and after the user clicks the "precise reservation" button, the user jumps into the precise reservation applet.
Responding to an access request of a user, and acquiring a configuration file of the hospital C from a CDN resource server according to an identification of a target hospital carried in the access request. The format of the configuration file of the hospital C is shown in fig. 13, and includes information data and logic functions configured for each operation page; the method specifically comprises information data and logic functions configured for reservation introduction pages, logic functions configured for inquiry report pages, logic functions configured for file uploading pages, logic functions configured for report page submission, and information data configured for pushing information pages.
Step (b), obtaining a pre-configured operation page template according to the page name of the accurate reservation guide page in the configuration file, and displaying the accurate reservation guide page according to the operation page template; and acquiring information data configured for the accurate reservation guide page from the configuration file, and loading various basic information in the acquired information data into the accurate reservation guide page.
The method comprises the steps that the page name of a precise reservation guide page in a configuration file of a hospital C is a reservation introduction page, a pre-configured reservation introduction page template is obtained, and the reservation introduction page is displayed according to the reservation introduction page template; information data configured for the reservation introduction page is obtained from the configuration file, and information such as hospital telephones, hospital addresses and the like in the obtained information data is loaded into the reservation introduction page for display. As in page (a) in fig. 14, the upper part of the reservation introduction page is used for loading information data of a hospital, including a hospital name and a hospital address; the middle part of the reservation introduction page is the introduction of the accurate reservation application; two keys are arranged at the lower part of the reservation guide page: the first key shows "I have report, point this starts", the second key shows "do not report, return".
If the user clicks the "I have report, point this start" button, step three is performed. If the user clicks the report not, the return button, the cancel function configured in the configuration file of the hospital C can be acquired by calling the function, the acquired cancel function is executed, and the web page of the hospital C or the applet of the hospital C is returned.
Step (c), responding to the start application operation on the reservation guide page, and displaying a query report page; and obtaining a logic function corresponding to the start application operation from the configuration file of the hospital C, and executing the logic function.
And a query function is correspondingly configured for starting the application operation under the reservation introduction page in the configuration file of the hospital C. The user clicks the "I have report, and the start button triggers the start application operation. Receiving a start application operation of a user, executing an operation of displaying a query report page, calling a preset query report page template, and displaying the query report page according to the query report page template, such as an interface (b) in fig. 14.
In the precision reservation applet, the code of the query report page is presented followed by a first calling function that indicates the query function in the read configuration file. Executing the first calling function, acquiring a query function from the configuration file of the hospital C, and executing the query function. According to the query function, the accurate reservation applet is connected with the auditing platform of the hospital C, a query report request is sent to the auditing platform of the hospital C, the query report request comprises user information, so that the auditing platform of the hospital C queries whether the user report exists in a hospital database according to the user information, and a query result is returned. And (3) receiving a query result returned by the auditing platform of the hospital C by the accurate appointment applet, executing the step (d) if the query result shows that the report of the user is not available, sending an auditing report request to the auditing platform of the hospital C if the query result shows that the report of the user is available, requesting the hospital platform to submit the report to a doctor for auditing, and directly executing the step (g).
The lower end of the inquiry report page is provided with a 'no hospital report' button which is directly skipped. If the user knows that he does not report on hospital B, but has reports from other hospitals. The "no hospital report, skip directly" key can be clicked. And (d) receiving skip inquiry operation triggered by clicking the ' not hospital report ' by the user and directly skipping the ' key, and executing the step (d).
And (d) responding to the skip inquiry operation on the inquiry report page, acquiring a logic function corresponding to the skip inquiry operation from the configuration file, and executing the logic function.
The configuration file of the hospital C is correspondingly configured with a part selection function under the query report page for skipping the query operation. Since hospital C does not have a user-selected procedure, hospital C's site selection function may be empty or indicate that the precise reservation applet is returned to perform the next step. Alternatively, the hospital C's site selection function may point to the file upload page to be jumped.
In the precision reservation applet, step (d) corresponds to a second calling function indicating a location selection function in the read configuration file. And responding to the skip inquiry operation on the inquiry report page, or receiving an inquiry result without the report of the user returned by the audit platform of the hospital C, executing a second calling function, acquiring a part selection function from the configuration file of the hospital C, and executing the part selection function. If the location selection function is empty, executing the next step in the precise reservation applet, namely step (e); alternatively, if the location selection function of hospital C may also point to a file upload page to be jumped, the location selection function of hospital C may also be executed to present the file upload page.
And (e) displaying the file uploading page.
The accurate reservation applet calls a preset file uploading page template, and displays the file uploading page according to the file uploading page template. The upper half of the file upload page is an area for the user to upload report photos, and the lower half of the file upload page is an illustration of the upload report, as in interface (c) in fig. 14.
After the user uploads the report photo in the upper half of the file upload page, the "submit report" key and the "modify" key will be displayed on the file upload page. If an upload completion operation triggered by the user clicking the submit report button is received, executing step (f). If a modification operation triggered by the user clicking on the "modify" button is received, the method returns to enable the user to upload the report photo again.
Step (f), responding to the uploading completion operation on the file uploading page, and displaying a submit report page; and acquiring a logic function corresponding to the uploading completion operation from the configuration file, and executing the logic function submitting report.
And a submitting report function is correspondingly configured for the uploading completion operation under the file uploading page in the configuration file of the hospital C. The user clicks a report submitting button to trigger the upload completion operation. And receiving an uploading completion operation of a user, executing an operation of displaying a submit report page, calling a preset submit report page template, and displaying the submit report page according to the submit report page template, such as an interface (d) in fig. 14.
In the precision reservation applet, the code that presents the submit report page is followed by a third call function that indicates the submit report function in the read configuration file. Executing the third calling function, acquiring a submit report function from the configuration file of the hospital C, and executing the submit report function. According to the report submitting function, the accurate reservation applet transmits the received report photo of the user as a file uploaded by the user to an auditing platform of the hospital C for auditing by doctors, and confirms that the report submitting is completed after the file is transmitted.
And (g) after the report is submitted, acquiring a logic function configured for the submitted operation from the configuration file, and executing the logic function.
The configuration file of the hospital C is correspondingly configured with a notification function for the commit completion operation under the commit report page. In the precise reservation applet, step seven corresponds to a fourth call function indicating a notification function in the read configuration file. After the report is submitted, executing a fourth calling function, acquiring a notification function from the configuration file of the hospital C, and executing the notification function. And calling a preset pushing information page template according to the notification function, displaying the pushing information page according to the pushing information page template, acquiring information data configured for the pushing information page from a hospital C configuration file, and loading a hospital telephone in the acquired information data into the pushing information page for displaying.
As in interface (e) in fig. 14, the push information page will display the following information, "doctor is auditing your report, the application result will send a message notification within 5 minutes, you can also make a hospital call after 5 minutes to ask, hospital call: xxxxxxx. There is a "back" button below the information. And receiving an exit operation triggered by the user clicking a return button, exiting the accurate reservation applet, and returning to the instant messaging application or the applet of the hospital C. After the doctor passes the audit, the hospital platform can send an audit passing message to the instant messaging application, and the instant messaging application displays the received audit passing message to the user.
As can be seen from fig. 12 and 14, when the accurate reservation applet is accessed to two different hospitals of the hospital B and the hospital C by using the same set of program codes, the accurate reservation applet has different performances on the terminal, and presents different operation interfaces and reservation procedures.
In this embodiment, in addition to the information data of the target object, a logic function is set in the configuration file of the target object that is configured in advance, and the logic function executes a proprietary flow when the precise reservation is made for the target object. In the accurate reservation applet, a calling function is set corresponding to a step of the exclusive flow of the target object, and the calling function is used for acquiring a logic function corresponding to configuration from a configuration file of the target object and executing the acquired logic function, so that the exclusive flow of the target object is realized. By adopting the business process control method, each target object does not need to be traversed when each process is executed, the program is saved, the code amount in the accurate reservation applet is reduced, the structure of the program is clearer, and the readability and maintainability are stronger. Meanwhile, if the flow of a certain target object is updated, only the configuration file of the target object is required to be modified, and the accurate reservation applet is not required to be modified, so that the risk of error caused by modifying codes can be reduced, and the number of times and the auditing time for auditing after the program modification are reduced.
According to the business process control method provided by the embodiment of the application, each target object does not need to be traversed when each process is executed, the program is saved, the code quantity in the applet is reduced, the structure of the program is clearer, and the readability and maintainability are stronger. If the flow of a certain target object is updated, only the configuration file of the target object is required to be modified, and the applet is not required to be modified, so that the risk of errors caused by modifying codes can be reduced, the number of times of auditing after the program is modified and the auditing time are reduced, and the online speed of the applet is increased.
Corresponding to the above embodiment of the business process control method, the embodiment of the present application further provides a method for generating a configuration file of an applet, which can be executed by the server 102 in fig. 1. As shown in fig. 15, the generating method includes the steps of:
step S1501 acquires data of various information inputs shown in an operation page in a configuration file for a target object.
The configuration file is a configuration file of a target object associated with an applet loaded in a third party application, the configuration file comprises information data configured for each operation page in a business handling process, and the information data of each operation page comprises various information of the target object displayed on the operation page.
In step S1502, the acquired data association is saved to the corresponding data field of the configuration file of the target object.
Optionally, if the target object has a proprietary flow in the business handling flow, the generating method may further include: acquiring a logic function of business operation configuration on an operation page in a configuration file aiming at a target object; the configuration file also comprises a logic function configured for the business operation set on the operation page; and storing the acquired logic function association into a corresponding function field of the configuration file of the target object.
Still taking the example that the target object is a hospital as an example, the hospital side can provide relevant information of the hospital and flow requirements when making accurate reservation for the applet side. The staff of the applet inputs relevant information provided by the hospital and various information displayed in an operation page in the configuration file of the target object into a configuration file display interface on the server correspondingly. The server acquires data input aiming at various information displayed in an operation page in the configuration file of the hospital, and stores the acquired data in a corresponding data field of the configuration file of the hospital in a related manner. The staff of the applet configures the operation pages and logic functions for the hospital according to the flow requirements of the hospital. The server obtains a logic function aiming at service operation configuration on an operation page in a configuration file of the hospital; and storing the acquired logic function association into a corresponding function field of the configuration file of the hospital.
According to the method for generating the configuration file of the applet, the configuration file can be generated for the target object according to the requirement of the target object, and various information of the target object can be provided for the applet. When the information data of the target object changes, only the configuration file of the target object is required to be modified, and the code of the applet is not required to be modified, so that the times of modifying the applet can be reduced, and the error rate caused by modifying the applet can be reduced.
Corresponding to the embodiment of the business process control method, the embodiment of the application also provides a business process control device. Fig. 16 is a schematic structural diagram of a business process control device according to an embodiment of the present application; as shown in fig. 16, the business process control device includes an information data acquisition unit 161 and a display unit 162; wherein, the liquid crystal display device comprises a liquid crystal display device,
an information data obtaining unit 161, configured to obtain information data of a corresponding page from a configuration file of a target object in response to an operation for requesting to display a basic operation page when performing business transaction with respect to the target object, where: the configuration file of the target object comprises information data configured for each basic operation page in basic service flows, wherein the basic service flows are common flows when service handling is carried out on each target object, and the information data of each basic operation page comprises various basic information of the target object displayed on the operation page;
The display unit 162 is configured to display a basic operation page displayed by the operation request; and loading various basic information in the acquired information data into the displayed basic operation page.
In an alternative embodiment, as shown in fig. 17, the above apparatus may further include a file acquisition unit 171; the file acquisition unit 171 is configured to: responding to an access request for accessing a target object to conduct business handling, and acquiring a configuration file of the target object from a resource server according to the identification of the target object carried by the access request.
Optionally, the configuration file of the target object further comprises logic functions configured for each business operation set on each basic operation page; and executing the proprietary flow of the target object when the service is transacted. The above apparatus may further include a function calling unit 172, where the function calling unit 172 is configured to obtain a logic function configured correspondingly from the configuration file of the target object in response to a business operation input on the basic operation page currently displayed, and execute the obtained logic function.
Optionally, the logic function indicates to jump to other basic operation pages than the currently presented basic operation page, and the function calling unit 172 is further configured to: according to the basic operation page to be jumped pointed by the logic function, information data of a corresponding page is obtained from the configuration file of the target object; displaying the basic operation page to be jumped; and loading various basic information in the acquired information data into the displayed basic operation page.
Optionally, the logic function includes a private operation page that jumps to the target object, and the function call unit 172 may be further configured to: and jumping to a proprietary operation page pointed by the logic function.
Optionally, the above apparatus may further include a submission auditing unit 173, where the submission auditing unit 173 is configured to: responding to the file uploaded through the currently displayed operation page; the operation page is a basic operation page or a proprietary operation page; the file is carried in a business handling request and is sent to an auditing platform of the target object; receiving a business transaction auditing result returned by an auditing platform of the target object; and displaying the business transaction auditing result on the currently displayed operation page.
In the business process control device provided by the embodiment of the application, in addition to the information data of the target object, which is set in the configuration file of the target object in advance, a logic function is set, and the logic function executes a proprietary process when business handling is performed on the target object. In the applet, a calling function is set in a step corresponding to the exclusive flow of the target object, and the calling function is used for acquiring a logic function corresponding to the configuration from the configuration file of the target object and executing the acquired logic function, so that the exclusive flow of the target object is realized. By adopting the business flow control method, each target object does not need to be traversed when each flow is executed, the program is saved, the code quantity in the small program is reduced, the structure of the program is clearer, and the readability and maintainability are stronger. Meanwhile, if the flow of a certain target object is updated, only the configuration file of the target object is required to be modified, and an applet is not required to be modified, so that the risk of errors caused by modifying codes can be reduced, and the number of times and the auditing time of auditing after the program is modified are reduced.
Corresponding to the above embodiment of the method for generating the configuration file of the applet, the embodiment of the present application further provides a device for generating the configuration file of the applet, as shown in fig. 18, where the device includes:
a data obtaining module 181, configured to obtain data input for each item of information shown in an operation page in a configuration file of a target object, where the configuration file is a configuration file of the target object associated with an applet loaded in a third party application, and the configuration file includes information data configured for each operation page in a business transaction flow, and the information data of each operation page includes each item of information of the target object shown on the operation page;
the data association module 182 is configured to save the obtained data association to a corresponding data field of the configuration file of the target object.
Optionally, the data acquisition module 181 may be further configured to: acquiring a logic function of business operation configuration on an operation page in a configuration file aiming at a target object; the configuration file also comprises a logic function configured for the business operation set on the operation page;
the data association module 182 may also be configured to: and storing the acquired logic function association into a corresponding function field of the configuration file of the target object.
Corresponding to the above embodiment of the business process control method, the embodiment of the application also provides a terminal. The terminal can be an electronic device such as a smart phone, a tablet personal computer, a portable computer or a PC, and at least comprises a memory for storing data and a processor for processing the data. Wherein, for the processor used for data processing, when executing the processing, the processor can be realized by a microprocessor, a CPU, a DSP or an FPGA; the memory includes operation instructions, which may be computer executable codes, and the operation instructions implement each step in the flow of the business flow control method in the embodiment of the present application.
Fig. 19 is a schematic structural diagram of a terminal according to an embodiment of the present application; as shown in fig. 19, the terminal in the embodiment of the present application includes: a processor 191, a display 192, a memory 193, communication devices 194, a bus 195, and input devices 196. The processor 191, memory 193, input device 196, display 192, and communication device 194 are all connected via a bus 195, the bus 195 being used to transfer data between the processor 191, memory 193, display 192, and communication device 194.
The memory 193 stores a computer storage medium, in which computer executable instructions are stored, for implementing the business process control method according to the embodiment of the present application. The processor 191 is configured to execute the above-mentioned business process control method and display an operation interface corresponding to the business process on the display 192.
Specifically, the processor 191 is configured to respond to an operation of requesting to display a basic operation page when performing service handling on a target object, and obtain information data of a corresponding page from a configuration file of the target object, where: the configuration file of the target object comprises information data configured for each basic operation page in basic service flows, wherein the basic service flows are common flows when service handling is carried out on each target object, and the information data of each basic operation page comprises various basic information of the target object displayed on the basic operation page; displaying a basic operation page displayed by the operation request; and loading various basic information in the acquired information data into the displayed basic operation page.
Optionally, the configuration file of the target object further comprises logic functions configured for each business operation set on the basic operation page; executing a proprietary flow when business handling is performed on the target object by the logic function; the processor 191 is further configured to:
and responding to the business operation input on the basic operation page which is currently displayed, acquiring the logic function which is correspondingly configured from the configuration file of the target object, and executing the acquired logic function.
If the logic function includes jumping to other basic operation pages than the basic operation page currently displayed, the executing the obtained logic function, the processor 191 is specifically configured to: according to the basic operation page to be jumped pointed by the logic function, information data of a corresponding page is obtained from the configuration file; displaying the basic operation page to be jumped; and loading various basic information in the acquired information data into the displayed basic operation page.
If the logic function includes a private operation page that jumps to the target object, the executing the obtained logic function, the processor 191 is specifically configured to: and jumping to a proprietary operation page pointed by the logic function.
The processor 191 communicates data with the auditing platform of the target object via the communication device 194. The processor 191 is further configured to: responding to the file uploaded through the currently displayed operation page; the file is carried in a business handling request and is sent to an auditing platform of the target object; receiving a business transaction auditing result returned by an auditing platform of the target object; and displaying the business transaction auditing result on the currently displayed operation page.
The processor 191 is also coupled to a resource server via a communications device 194. The processor 191 is further configured to: responding to an access request for accessing a target object to conduct business handling, and acquiring a configuration file of the target object from a resource server according to the identification of the target object carried by the access request.
The input device 196 is mainly used for obtaining input operations by a user, and the input device 196 may be different when the terminals are different. For example, when the client is a PC, the input device 196 may be a mouse, keyboard, or other input device 196; when the terminal is a portable device such as a smart phone or a tablet computer, the input device 196 may be a touch screen.
The embodiment of the application also provides a computer storage medium, wherein the computer storage medium stores computer executable instructions for realizing the business process control method.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above described device embodiments are only illustrative, e.g. the division of the units is only one logical function division, and there may be other divisions in practice, such as: multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed. In addition, the various components shown or discussed may be coupled or directly coupled or communicatively coupled to each other via some interface, whether indirectly coupled or communicatively coupled to devices or units, whether electrically, mechanically, or otherwise.
The units described as separate units may or may not be physically separate, and units 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 units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may be separately used as one unit, or two or more units may be integrated in one unit; the integrated units may be implemented in hardware or in hardware plus software functional units.
Those of ordinary skill in the art will appreciate that: all or part of the steps for implementing the above method embodiments may be implemented by hardware associated with program instructions, where the foregoing program may be stored in a computer readable storage medium, and when executed, the program performs steps including the above method embodiments; and the aforementioned storage medium includes: a mobile storage device, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk or an optical disk, or the like, which can store program codes.
Alternatively, the integrated units described above may be stored in a computer readable storage medium if implemented in the form of software functional modules and sold or used as a stand-alone product. Based on such understanding, the technical solutions of the embodiments of the present application may be essentially or partly contributing to the prior art, and the computer software product may be stored in a storage medium, and include several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a removable storage device, ROM, RAM, magnetic or optical disk, or other medium capable of storing program code.
The foregoing is merely specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily think about changes or substitutions within the technical scope of the present application, and the changes and substitutions are intended to be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (8)

1. A business process control method, for application to an applet loaded in a third party application, the method comprising:
responding to the operation of requesting to display an operation page when the business handling is carried out on the target object, which is accessed by the third party application, and acquiring information data of a corresponding page from a configuration file of the target object, wherein: the configuration file of the target object comprises information data configured for each operation page in the business handling process and logic functions configured for business operations set on each operation page, the information data of each operation page comprises various information of the target object displayed on the operation page, and the logic functions comprise other operation pages which jump to the outside of the currently displayed operation page;
Displaying an operation page displayed by the operation request;
loading various information in the acquired information data into the displayed operation page;
responding to business operation input on the operation page which is currently displayed, and acquiring information data of a corresponding page from the configuration file according to the operation page to be skipped pointed by the logic function;
displaying the operation page to be jumped;
and loading various information in the acquired information data into the displayed operation page.
2. The method according to claim 1, wherein the operation page comprises a basic operation page in a basic business process common to the target object and other target objects, and/or a proprietary operation page in a business process set for the target object.
3. The method according to claim 1, wherein the target object is a target hospital, the operation page comprises a precise reservation guide page, a department recommendation page and registration pages of various departments, and an uploading inspection file button is arranged on the precise reservation guide page; a reservation key is arranged on the department recommendation page corresponding to each recommended department respectively; and
The response is specific to the business operation input on the operation page displayed at present, and the logic function correspondingly configured in the configuration file is executed, and specifically comprises the following steps:
responding to the operation of the key for uploading the check file, and acquiring the uploaded check file;
generating an audit request and sending the audit request to an audit platform of the target hospital, wherein the audit request carries an uploaded check file;
receiving a returned auditing result, wherein the auditing result comprises recommended department information;
displaying the department recommendation page, wherein the department recommendation page comprises recommendation department information and reservation keys corresponding to each recommendation department;
and responding to the operation of the reservation key, acquiring a corresponding logic function, and executing the acquired logic function to jump to a registration page of the reservation department.
4. The method of claim 3, wherein the precision reservation guidance page further comprises: the no-check file key, and the method further comprises:
and responding to the operation of the key for the non-checked file, and jumping back to the third party application.
5. The method of claim 3, wherein the operations page further comprises a first wait prompt page and a file upload page for prompting that a target hospital exam file is being queried, and
The response is aimed at the operation of the uploading inspection file key to acquire the uploaded inspection file, and the method specifically comprises the following steps:
responding to the operation of the uploading check file key, and executing the corresponding logic function jump to a first waiting prompting page;
jumping to the file uploading page when the target hospital checking file is not queried;
and acquiring the check file uploaded by the file uploading page.
6. The method of claim 5, wherein a confirmation button of the non-target hospital exam file is provided on the first waiting prompt page, and the method further comprises:
and responding to the operation of a confirmation key for the non-target hospital check file, and executing a corresponding logic function to jump to the file uploading page.
7. The method of claim 5, wherein the operation page further comprises a selection location page, the selection location page comprising a selection location column and a location confirmation key thereon; the first waiting prompting page is provided with a confirmation key of the non-target hospital examination file, and the method further comprises the following steps:
responding to the operation of a confirmation key aiming at the non-target hospital examination file, executing a corresponding logic function and jumping to the page of the selected part;
Responding to the operation of the selected part column on the selected part page, and acquiring the selected part information;
and responding to the operation of a position confirmation key on the selected position page, and jumping to the file uploading page.
8. The method of claim 5, wherein the method further comprises:
and displaying a second waiting prompt page for prompting that the audit is being performed between sending the audit request and receiving the audit result.
CN201910521593.9A 2019-06-17 2019-06-17 Business process control method Active CN110221904B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910521593.9A CN110221904B (en) 2019-06-17 2019-06-17 Business process control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910521593.9A CN110221904B (en) 2019-06-17 2019-06-17 Business process control method

Publications (2)

Publication Number Publication Date
CN110221904A CN110221904A (en) 2019-09-10
CN110221904B true CN110221904B (en) 2023-08-04

Family

ID=67817335

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910521593.9A Active CN110221904B (en) 2019-06-17 2019-06-17 Business process control method

Country Status (1)

Country Link
CN (1) CN110221904B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110764835B (en) * 2019-09-18 2024-01-26 平安科技(深圳)有限公司 File configuration method and device for application environment, computer equipment and storage medium
CN111142990A (en) * 2019-12-06 2020-05-12 北京明略软件系统有限公司 WeChat applet page display method and device and storage medium
CN111338731B (en) * 2020-02-24 2022-05-24 腾讯科技(深圳)有限公司 Page display method and device, computer readable storage medium and computer equipment
CN111475142B (en) * 2020-04-03 2023-04-28 支付宝(杭州)信息技术有限公司 Method, device and equipment for generating applet file package
CN113934402A (en) * 2020-06-28 2022-01-14 腾讯科技(深圳)有限公司 Method and device for making sub-application content, storage medium and electronic equipment
CN112333239B (en) * 2020-10-10 2023-07-18 百度(中国)有限公司 Business audit notification method, gateway, electronic equipment and readable medium
CN115712361A (en) * 2021-08-18 2023-02-24 北京字跳网络技术有限公司 Data processing method and device of application program, terminal and storage medium
CN115357283A (en) * 2022-08-19 2022-11-18 京东方科技集团股份有限公司 Service package configuration method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675804A (en) * 1995-08-31 1997-10-07 International Business Machines Corporation System and method for enabling a compiled computer program to invoke an interpretive computer program
CN101013379A (en) * 2006-01-09 2007-08-08 太阳微系统有限公司 Supporting applets on a high end platform
CN108153798A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info processing method, apparatus and system
WO2019037775A1 (en) * 2017-08-24 2019-02-28 新华三信息安全技术有限公司 Issuance of service configuration file
CN109460279A (en) * 2018-12-14 2019-03-12 平安城市建设科技(深圳)有限公司 Forms pages development approach, device, equipment and storage medium based on small routine
CN109545300A (en) * 2018-11-15 2019-03-29 安徽信果网络科技有限公司 A kind of electronic medical record system based on wechat small routine
CN109783102A (en) * 2019-01-18 2019-05-21 北京城市网邻信息技术有限公司 Method, apparatus, equipment and the storage medium that Canvas painting canvas generates in a kind of small routine

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060248508A1 (en) * 2005-04-29 2006-11-02 Symbol Technologies, Inc. Method and system for applet extensibility application program interface (API)
US8176411B2 (en) * 2008-07-16 2012-05-08 International Business Machines Corporation Integrating an applet into a multi-page or multi-tasking web application to enable applet state to be automatically saved and restored

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675804A (en) * 1995-08-31 1997-10-07 International Business Machines Corporation System and method for enabling a compiled computer program to invoke an interpretive computer program
CN101013379A (en) * 2006-01-09 2007-08-08 太阳微系统有限公司 Supporting applets on a high end platform
CN108153798A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info processing method, apparatus and system
WO2019037775A1 (en) * 2017-08-24 2019-02-28 新华三信息安全技术有限公司 Issuance of service configuration file
CN109545300A (en) * 2018-11-15 2019-03-29 安徽信果网络科技有限公司 A kind of electronic medical record system based on wechat small routine
CN109460279A (en) * 2018-12-14 2019-03-12 平安城市建设科技(深圳)有限公司 Forms pages development approach, device, equipment and storage medium based on small routine
CN109783102A (en) * 2019-01-18 2019-05-21 北京城市网邻信息技术有限公司 Method, apparatus, equipment and the storage medium that Canvas painting canvas generates in a kind of small routine

Also Published As

Publication number Publication date
CN110221904A (en) 2019-09-10

Similar Documents

Publication Publication Date Title
CN110221904B (en) Business process control method
US20210350087A1 (en) Virtual Assistant Domain Functionality
JP5161267B2 (en) Screen customization support system, screen customization support method, and screen customization support program
CN102521317B (en) Automated task completion by flowing context
EP3289450A1 (en) Developer exchange system
CN108701121A (en) User's input is assigned to the multiple input domain in user interface
US9154941B2 (en) Provisioning user attributes for use with mobile computing device
WO2014028330A2 (en) Application development tool
US20080168131A1 (en) Platform for defining single-page web signup facilities
CN111090434B (en) Page display method and device for custom column
US9396003B2 (en) Information provision system, information provision method, and information provision program
US20140189087A1 (en) Remote registration of systems
CN104769579A (en) List management in a document management system
CN113986494A (en) Interface processing method and device, electronic equipment and storage medium
JP6916143B2 (en) Computer program
CN112582055A (en) Medical payment method and device and computer readable storage medium thereof
US20140242905A1 (en) Provisioning User Attributes for use with Mobile Computing Device
US20120041807A1 (en) Incentive-based server cooperation system, incentive-based server cooperation method and incentive-based server cooperation program
CN112036898B (en) Payment mode determining method and device, electronic equipment and storage medium
US20160292807A1 (en) System and Method for Selecting a Physician and Other Professional Service Providers
JP2021096790A (en) Communication assisting device and program therefor
Shawkat et al. Design and prototypical implementation of a mobile healthcare application: health express
Apelthun et al. A scalable order tracking system built on serverless cloud technology.
CN105893546A (en) One-time asynchronous checking and accurate positioning prompt mode adopted in BS software system
US20080168358A1 (en) Single-page web signup facility

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