A service processing method and related device

By abstracting the processing logic of business pages into business components and assembling pages using drag-and-drop and parameter configuration, the problem of low development efficiency of business pages in existing technologies is solved, enabling efficient business page development and rapid deployment.

CN122111427APending Publication Date: 2026-05-29TENCENT TECH SHANGHAI

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
TENCENT TECH SHANGHAI
Filing Date
2024-11-27
Publication Date
2026-05-29

AI Technical Summary

Technical Problem

In existing technologies, developing business pages requires rewriting code, resulting in low development efficiency for business pages.

Method used

The processing logic of business pages is abstracted into business components. Business pages are assembled by dragging and dropping and parameter configuration, reducing code writing and allowing parameter configuration to be done directly using components.

Benefits of technology

It improved the development efficiency of business pages, reduced the probability of configuration errors and development workload, and increased the efficiency of business page deployment.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN122111427A_ABST
    Figure CN122111427A_ABST
Patent Text Reader

Abstract

The embodiment of the application provides a service processing method and related equipment, wherein the method comprises: obtaining at least one service component required by a service page to be configured under a service scenario, each service component being used for triggering processing logic of one service function; the at least one service component being used for forming service pages of different services under the service scenario; performing parameter configuration on the at least one service component according to configuration requirements of the service page to be configured, to obtain configuration parameters of each service component; and performing assembly processing on the at least one service component after the parameter configuration, to obtain the service page after the configuration. The embodiment of the application improves the efficiency of service page development.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This application relates to the field of Internet technology, specifically to a business processing method and related equipment. Background Technology

[0002] With the development of internet technology, developers need to create business pages based on user needs to participate in business processes. Taking task pages as an example, each time a task page is created, the code must be rewritten. This results in front-end and back-end developers spending a lot of time developing new pages, leading to inefficiency in business page development. Summary of the Invention

[0003] This application provides a business processing and related equipment that can improve the efficiency of business page development.

[0004] On one hand, embodiments of this application provide a business processing method, the method comprising:

[0005] Obtain at least one business component required for configuring a business page in a business scenario. Each business component is used to trigger the processing logic of a business function. At least one business component is used to form business pages for different businesses in the business scenario.

[0006] Based on the configuration requirements of the business page to be configured, configure the parameters for at least one business component to obtain the configuration parameters for each business component; and,

[0007] Assemble at least one business component after parameter configuration to obtain a configured business page.

[0008] On one hand, embodiments of this application provide a business processing method, the method comprising:

[0009] The business page is displayed. The business page is formed by assembling at least one business component after parameter configuration. Each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters.

[0010] In response to a triggered operation on a target business component in the business page, obtain the configuration parameters of the target business component; the target business component can be any one of at least one business component.

[0011] Based on the configuration parameters of the target business component, execute the processing logic of the corresponding business function of the target business component.

[0012] On one hand, embodiments of this application provide a business processing apparatus, which includes:

[0013] The acquisition unit acquires at least one business component required for the business page to be configured in the business scenario. Each business component is used to trigger the processing logic of a business function. At least one business component is used to form the business pages of different businesses in the business scenario.

[0014] The processing unit is used to configure parameters for at least one business component according to the configuration requirements of the business page, and obtain the configuration parameters for each business component; and,

[0015] The processing unit is also used to assemble at least one business component after parameter configuration to form a business page.

[0016] In one implementation, the device is applied to a business processing system, which includes a component layer, the component layer including at least one candidate business component, each candidate business component being used to trigger the processing logic of a business function;

[0017] When the acquisition unit acquires at least one business component required by the business page to be configured in a business scenario, it can be specifically used for:

[0018] Obtain at least one candidate business component for the business scenario from the component layer, and display at least one candidate business component for the business scenario in the business configuration interface;

[0019] Based on the business function description information, select at least one business component required for the business page to be configured from at least one candidate business component displayed on the business configuration interface.

[0020] Specifically, when the processing unit configures parameters for at least one business component according to the configuration requirements of the business page to be configured, and obtains the configuration parameters for each business component, it can be used for:

[0021] In response to a triggered operation targeting a target business component in at least one business component, display one or more parameter configuration items associated with the target business component;

[0022] Based on the configuration requirements of the business page to be configured, configure parameters according to one or more parameter configuration items to obtain the configuration parameters of the target business component;

[0023] The display methods for one or more parameter configuration items include at least one of the following:

[0024] Display one or more parameter configuration items in a fixed area of ​​the business configuration interface;

[0025] One or more parameter configuration items are displayed in the configuration window of the business configuration interface;

[0026] Display one or more parameter configuration items in an interface that is independent of the business configuration interface.

[0027] The processing unit is also used for:

[0028] The page management service associates and stores the configuration parameters of each business component with the configured business page, so that the business participating devices can obtain the configuration parameters of each business component and execute the processing logic of the corresponding business function.

[0029] On one hand, embodiments of this application provide a business processing apparatus, which includes:

[0030] The display unit is used to display the business page, which is formed by assembling at least one business component after parameter configuration. Each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters.

[0031] The processing unit is used to respond to a trigger operation on a target business component in the business page and obtain the configuration parameters of the target business component; the target business component is any one of at least one business component;

[0032] The processing unit is also used to execute the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component.

[0033] In one implementation, the device is applied to a business processing system, which includes a data layer, a business component access layer, and a component parameter acquisition layer. The data layer synchronously stores the configuration parameters of each business component in the business page stored by the business management platform. The business component access layer provides access services, and the component parameter acquisition layer provides component parameter acquisition services.

[0034] When obtaining the configuration parameters of the target business component, the processing unit can specifically be used for:

[0035] In response to a triggered operation on a target business component in a business page, a business request for the target business component is sent to the access service, and the access service then forwards the business request to the component parameter retrieval service. The business request is used to request the component parameter retrieval service to retrieve the configuration parameters of the target business component from the data layer.

[0036] Retrieve configuration parameters returned by the component parameter retrieval service.

[0037] In some implementations, the business processing system also includes a basic component layer, which includes at least one business processing logic interface, each corresponding to the processing logic of a business function. When the processing unit executes the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component, it can specifically be used for:

[0038] By processing logic services, determine the business processing logic interface that the target business component needs to call from at least one business processing logic interface;

[0039] Based on the configuration parameters of the target business component, the corresponding business processing logic is executed through the determined business processing logic interface.

[0040] On one hand, embodiments of this application provide a computer device, the computer device comprising:

[0041] A processor is used to execute computer programs;

[0042] A computer-readable storage medium storing a computer program, which, when executed by a processor, implements the business processing method described above.

[0043] On one hand, embodiments of this application provide a computer-readable storage medium storing a computer program, which is loaded by a processor and executed as described above in the business processing method.

[0044] On the one hand, embodiments of this application provide a computer program product, which includes a computer program or computer instructions, and the computer program or computer instructions implement the above-mentioned business processing method when executed by a processor.

[0045] In this embodiment, at least one business component required for a business page to be configured in a business scenario is obtained. Each business component is used to trigger the processing logic of a business function. The at least one business component is used to form business pages for different businesses in the business scenario. According to the configuration requirements of the business page to be configured, parameters are configured for the at least one business component to obtain the configuration parameters for each business component. Finally, the at least one business component with configured parameters is assembled to obtain the configured business page. By presenting the processing logic corresponding to the business functions required by the business page in the form of components, the processing logic of the business function corresponding to each component remains unchanged. For developers, they only need to obtain the business components required for the business page and configure the parameters of the business components. This allows for the generation of business pages without writing code, eliminating the need to spend a lot of time developing new pages and implementing similar business function logic, thus improving the development efficiency of business pages. Attached Figure Description

[0046] To more clearly illustrate the technical solutions in the embodiments of this application or the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the drawings described below are only some embodiments of this application. For those skilled in the art, other drawings can be obtained based on these drawings without creative effort.

[0047] Figure 1 A schematic diagram of a business processing flow provided for an embodiment of the application;

[0048] Figure 2 An architecture diagram of a business processing system provided in this application embodiment;

[0049] Figure 3a A flowchart illustrating the interaction between services provided in this application embodiment;

[0050] Figure 3b This is another service interaction diagram provided as an embodiment of the present application;

[0051] Figure 4 Another business processing system architecture provided in the embodiments of this application;

[0052] Figure 5 A flowchart illustrating a business processing method provided in an embodiment of this application;

[0053] Figure 6 A schematic diagram of a service configuration interface provided in an embodiment of this application;

[0054] Figure 7 A schematic diagram of another service configuration interface provided in an embodiment of this application;

[0055] Figure 8 A schematic diagram illustrating the parameter configuration of a business component provided in an embodiment of this application;

[0056] Figure 9 A schematic diagram of a business page provided in an embodiment of this application;

[0057] Figure 10 A flowchart illustrating another business processing method provided in an embodiment of this application;

[0058] Figure 11 This is a schematic diagram of the structure of a service processing device provided in an embodiment of this application;

[0059] Figure 12 This is a schematic diagram of another business processing apparatus provided in an embodiment of this application;

[0060] Figure 13 This is a schematic diagram of the structure of a computer device provided in an embodiment of this application. Detailed Implementation

[0061] The technical solutions of the embodiments of this application will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of this application, and not all embodiments. Based on the embodiments of this application, all other embodiments obtained by those of ordinary skill in the art without creative effort are within the scope of protection of this application.

[0062] First, the relevant technical terms provided in the embodiments of this application will be explained.

[0063] I. Business Page

[0064] A business page refers to a page used to display business information so that users can understand it and participate in the business. A business page can be a task page for displaying product purchases, a referral task page, etc. Referral refers to using existing social networks to request users (such as friends) to participate in a task to gain eligibility to purchase goods, while also allowing other users to participate in the task. This application's embodiments do not impose any limitations on the business page.

[0065] II. Business Applications

[0066] A business application can refer to an app (application) that enables business objects to participate in business activities, such as an app for purchasing goods or a social media app. A business application can also refer to a webpage (i.e., H5) that enables business objects to participate in business activities, such as a website for purchasing goods. Furthermore, a business application can refer to a subroutine (commonly known as a mini-program) within an app, such as a mini-program for purchasing goods within a social media app. This application does not limit the scope of the business application in any way. Here, a business object refers to an object that can participate in the business activities.

[0067] III. Business Processing

[0068] Business objects can participate in business according to the instructions on the business page. When a business object participates in a business through the business page, the device will execute the business according to the preset business logic. For ease of understanding, taking the business of purchasing goods as an example, the business process of purchasing goods includes the following steps: (1) Enter the business page through the business application. The business page can include the goods purchase task. Specifically, you can enter the business application, which displays the business page. (2) The business page also displays a list of goods so that the business object can browse multiple goods purchase tasks in the list. (3) The business object can operate on a goods purchase task. In response to the operation on the goods purchase task, the task goods corresponding to the goods purchase task can be displayed. In one implementation, it is possible to monitor whether the object has an operation on a goods purchase task within X seconds (10 seconds, 15 seconds, etc.). If there is an operation on a goods purchase task within X seconds, the task goods corresponding to the goods purchase task information operated by the object are displayed; if there is no operation on a goods purchase task within X seconds, the business object can be prompted to participate in the goods purchase task, that is, to start the task goods for purchase and enter the business page. (4) Business objects can view the rules for product purchase tasks. In response to viewing the product purchase task, the limit on the number of times the business or product task can be displayed, such as limiting the number of times the product task can be opened, limiting the quantity of the product that the business object can purchase, etc. (5) Prompt to share the product purchase task to obtain the qualification to purchase the product at a discount. (6) In response to the sharing invitation, check whether the business object is logged in to the business application. If not logged in to the business application, a login request message can be output. The business object can log in to the business application according to the message and send the sharing link to other objects to obtain their help. If logged in to the business application, the sharing link can be sent directly to other objects to obtain their help. These other objects may include, but are not limited to: objects with social connections to the business object (such as friends), objects followed by the business object, objects that have commented with the business object, etc. (7) Page reflow: When the operation of other objects on the sharing link (i.e., friend help) is detected, the page reflow is achieved through data update, that is, jumping to the product task page. (8) Business objects can purchase task products, that is, they can purchase task products at the original price or at a discount. If a business object chooses to purchase a task product at the original price, the product details page of the task product will be displayed; when the object performs a confirmation operation on the product details page, in response to the trigger operation for the confirmation operation, the transaction link of the task product will be executed to purchase the task product.If a discounted purchase is offered for a task-related product, it is necessary to determine whether the business user is eligible for the discounted purchase. If the business user is eligible, the product details page for that task-related product is displayed. When the user performs a confirmation operation on the product details page, in response to the triggering operation for that confirmation operation, the transaction link for that task-related product is executed to purchase the product. If the business user is not eligible for the discounted purchase, a prompt message is output to guide the user to continue sharing the link until other users help the business user become eligible for the discounted purchase.

[0069] For the same type of business as described above, it is highly likely that it will go through the aforementioned business processing steps. For example, the purchase of different goods (such as clothing, accessories, etc.) can adopt the above-mentioned product purchase process. In this case, in the embodiments of this application, the processing logic corresponding to certain business functions in the business processing can be abstracted into business components (also understood as business modules). Through business components, the processing logic of a business function can be triggered. For example, in the above-mentioned product purchase process, there may be sharing functions, assistance functions, product group purchase functions, and product task presentation functions. Then, the processing logic corresponding to the sharing function (such as sending a sharing link, selecting the sharing object, etc.) can be abstracted into a sharing component; the processing logic corresponding to the assistance function can be abstracted into an assistance component; the processing logic corresponding to the product group purchase function (such as a business object operating on a product purchase task) can be abstracted into a product component, and so on.

[0070] This application provides a business processing solution that develops the processing logic of business functions involved in a business page into business components. These components can be placed on the page to form the business page through drag-and-drop or clicking. For example, if the business page is a referral page, the processing logic corresponding to the business functions involved in referral can be developed into referral components (i.e., business components). These referral components can then be placed on the page through drag-and-drop or clicking, thus achieving referral capability. By developing the processing logic of business functions involved in a business page into business components, similar business pages can be directly implemented using the corresponding business components to help objects participate in the business, enabling application in different business scenarios. Specifically, the solution involves obtaining at least one business component required for the business page to be configured, with each business component triggering the processing logic of a business function; configuring parameters for at least one business component according to the configuration requirements of the business page to be configured, obtaining the configuration parameters for each business component; and assembling the at least one business component with configured parameters to obtain the configured business page.

[0071] In summary, the embodiments of this application have the following beneficial effects: (1) Improve the configuration efficiency of business pages: Each time a new business page is created, it is necessary to create a business and build a business page on the management side. Moreover, the business page involves many parameters and multiple configuration platforms, and it is easy to make mistakes in configuration through code. However, the embodiments of this application can develop some business function processing logic in the business page into business components. In this way, the required configuration parameters can be configured for the business components according to the business requirements by directly operating the business components. This can reduce the probability of configuration errors and thus improve the configuration efficiency of business pages. (2) Reduce the development workload of business pages. At present, for similar business pages, such as the development of pages for fission activities, each fission activity requires a lot of time for front-end and back-end development to develop new pages and implement similar processing logic (such as opening a group, forming a group, forming a group, etc.), resulting in a large amount of repetitive development. This application does not require the redevelopment of the processing logic of new pages. It only requires the parameter configuration of business components according to the requirements. This can reduce the development workload of business pages and improve development efficiency. (3) Improve the efficiency of business page launch: The embodiments of this application can reduce the amount of development and the probability of configuration errors, and can be launched in a short time. At the same time, it can also reduce the frequent problems caused by business page launch.

[0072] It should be understood that the business processing solution provided in this application embodiment can be applied to various application scenarios, such as viral marketing scenarios, product purchase scenarios, etc. Taking the viral marketing scenario as an example, the business processing solution provided in this application embodiment can abstract viral marketing capabilities into viral task page components, viral task components, viral button components, viral pop-up components, and viral sharing components, etc. For developers, they can create business pages corresponding to a specific viral marketing business (such as a viral marketing activity) based on the business management platform. By dragging and dropping various business components, the viral marketing system capabilities can be realized. Furthermore, the front-end and back-end logic corresponding to each business component remains unchanged, and no additional development is required, which to a certain extent will not cause potential failures after deployment. The business processing solution provided in this application embodiment can realize the application of viral marketing in different scenarios.

[0073] To implement the above business processing scheme, this application provides an architecture diagram of a business processing system. Please refer to [link / reference]. Figure 2 The business processing system includes: business participation device 201 (i.e., C-end), business management platform 202 (i.e., B-end), and server 203; it should be understood that terminal device 201 can connect to server 203 wirelessly or via wired means, and business management platform 202 can exchange data with server 203. Among them:

[0074] The business participation device 201 can be a device used by a business object participating in the business, such as a user participating in a viral marketing activity. Various business applications can run on the business participation device 201, and the business object can enter these applications to participate in the business provided by the corresponding applications. Accordingly, the business participation device 201 can display the business page of the business, which is formed by assembling at least one business component after parameter configuration. The business object can participate in the business by operating the business components on the business page.

[0075] The business management platform 202 provides a platform for developers to build business pages. Business developers refer to the developers who create these business pages; they can configure specific business pages within the business management platform 202 according to their business needs.

[0076] Among them, the business participation device 201 and the business management platform 202 can be terminal devices, which can be smartphones, tablets, laptops, desktop computers, smart TVs, smart vehicles, smart wearable devices, etc.

[0077] Server 203 provides technical services to business participating devices 201 and business management platform 202. Server 203 can provide at least one business component for building business pages for business management platform 202, and server 203 can provide business processing services for business participating devices 201. The server can be a standalone physical server, a server cluster or distributed system composed of multiple physical servers, or a cloud server providing basic cloud computing services such as cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communication, middleware services, domain name services, security services, CDN (Content Delivery Network), and big data and artificial intelligence platforms.

[0078] In one embodiment, server 203 may deploy multiple services, such as an access service (Vpage_access), a component parameter retrieval service (vpage_fission), a processing logic service (live_fission_activity), and a page management service (Vpage_admin); please refer to [link to relevant documentation]. Figure 3a Here is a flowchart illustrating the interaction between services provided in this application embodiment; wherein:

[0079] The access service is used to interact with the business participant device 201, such as receiving business requests from the device 201 regarding a specific business component. For example, in a viral marketing page, a business request could be a request for group details information, a group-opening request, etc., corresponding to a viral activity page component. The component parameter acquisition service is used to obtain the configuration parameters of the business component, such as... Figure 3a In this system, the component parameter acquisition service can interact with the access service to obtain business requests. It can also retrieve configuration parameters of business components from the data storage and interact with the processing logic service to forward these parameters. Furthermore, the component parameter acquisition service can also retrieve dynamic data from the business page (such as processing progress). The processing logic service can trigger the corresponding processing logic of the business components to implement their business functions. The business management service can store the configuration parameters configured for each business component in a database (e.g., a DB database) and synchronize this data with the data storage. This allows subsequent retrieval of the required configuration parameters directly from the data storage, reducing the pressure on the database.

[0080] Please combine the following: Figure 3a This application describes the service processing flow between the service participating device 201, the service management platform 202, and the server 203 in the embodiments of this application; the service processing flow may include:

[0081] Step (1): The development object can build a business page through the business management platform 202. The page management device 201 can obtain at least one business component required for the business page to be configured from the server 203 and display at least one business component; in response to the trigger operation of each business component, the parameters of each business component can be configured to obtain the configuration parameters of each business component, and then the configured business page can be obtained according to the configured business component. The configuration parameters of each business component are stored in the database through the page management service, and the configuration parameters of each business component are synchronized to the data storage. For example, taking the fission page as an example, the configuration parameters of each business component may include one or more of the following: fission activity start and end time, number of people to be helped, single product help limit and maximum number of products to be purchased, and help requirements.

[0082] Step (2): After obtaining the configured business page, the business object can access the business page through the business participation device 201. In response to the business object's access to the business page, the business participation device 201 generates a business page request, which is used to obtain data related to the business page; please refer to [link to relevant documentation]. Figure 3bThis is another service interaction diagram provided by an embodiment of this application. A business page request can be used to request details of product fission and product purchase tasks, etc., and forwards the business page request to a component parameter acquisition service through an access service. The component parameter acquisition service then retrieves the data related to the business page requested by the page request from the data storage. The component parameter acquisition service can then forward the retrieved data related to the business page to a processing logic service, so that the processing logic service can process the data related to the business page and finally display the business page on the business participating device 201.

[0083] Step (3): When a business object triggers a business component on a business page, a business request can be generated, and the business request can be forwarded to the component parameters to obtain the service through the access service. For example, Figure 3b In the process, when a business object triggers a business component (such as a product component) on the business page, a group-buying request can be generated, and the group-buying request can be forwarded to the component parameter acquisition service through the access service.

[0084] Step (4): The component parameter acquisition service can obtain the configuration parameters of the business component from the data storage according to the business request.

[0085] Step (5): The component parameter acquisition service sends the configuration parameters of the business component to the processing logic service. The processing logic service can then execute the processing logic corresponding to the business component based on the configuration parameters, thereby realizing the business function of the business component. For example... Figure 3b If the triggered business component is the product component, then the processing logic service can execute the corresponding processing logic based on the configuration parameters, that is, execute the group purchase operation, and store the identifier of the business object, the identifier of the product in the product purchase task, and the identifier of the product purchase task, etc.

[0086] To implement the above business processing flow, this application provides an architecture diagram of another business processing system. Please refer to [link / reference]. Figure 4 The architecture of this business processing system can include a business scenario layer, an application access layer, a business access layer, a component parameter acquisition layer, a component layer, a basic component layer, a data layer, and external dependencies. Each layer will be described in detail below:

[0087] ① The business scenario layer includes various business applications, which can provide various business pages. Business objects can enter the business page and participate in the business provided by the business page through the business application.

[0088] ② The application access layer provides a unified access service for business applications in the business scenario layer. In other words, any business application can access the application through the application access service provided by the access layer, thereby using the business components included in the component layer and the data stored in the data layer, etc.

[0089] ③ The business access layer is used to interface with the component parameter acquisition layer. This business access layer provides access services, that is, it receives business requests through the access service.

[0090] ④ The component parameter acquisition layer interacts with the data layer to obtain configuration parameters for each business component. It also retrieves dynamic data from the business page. This component information parameter layer corresponds to a component parameter acquisition service. For example, Figure 4 Taking this business processing system as an example of a viral marketing system, the component parameter acquisition layer can obtain the configuration parameters of each business component on the viral marketing page, such as configuration parameters for starting a group, assisting, qualification verification, and business details. Qualification verification is used to verify whether the business object meets the qualifications for participating in the business, etc. Business details refer to the specific information of the business, such as the group details (list of group members, number of group members), etc.

[0091] ⑤ The component layer provides the business components needed to build business pages for the business management platform 202, and also provides business components for the business participating devices 201 when displaying business pages. For example Figure 4 In this framework, the component layer includes, but is not limited to: business page components, business task components, pop-up components, sharing components, button components, banner components, products in progress components, product list components, etc. Specifically, business page components are used to configure business page parameters; business task components are used to configure business task parameters; pop-up components are used to display pop-up functionality; sharing components are used to share business information; button components are used to view business rules; banner components are used to display business prompts; products in progress components display product task-related information (such as current purchase progress, assistance status, etc.); and product list components display various product purchase tasks.

[0092] ⑥ The basic component layer provides calling interfaces for the business processing logic corresponding to a specific business component in a business page. Through these interfaces, the business processing logic can be executed, thereby realizing the business functionality. For example... Figure 4 In this framework, the basic component layer includes interfaces such as the group-opening interface, the assistance interface, the group-details interface, and the configuration interface. Calling the group-opening interface enables the business function of opening a group; the assistance interface enables the business function of providing assistance; and the group-details interface enables the business function of viewing group details, and so on.

[0093] ⑦ Data Layer: Used to store data related to business pages, such as configuration parameters of business components used to build business pages, and dynamic data of the business within the business pages (such as product purchase information, current product status, etc.). Figure 2 In the middle, the data layer can include data storage, MySQL, and Kafka; among them, data storage includes two types of databases: Redis and Wuji; Kafka can be used to record data in the business process, such as if purchasing a product on a business page requires assistance, then the assistance status of that product purchase can be recorded, such as the number of times assistance was provided, the recipients of assistance, etc.

[0094] ⑧ External dependencies may include a business management platform, through which developers can log in to build business pages. Additionally, this business processing system may include follow queries and group join queries. Follow queries are used to query the objects or businesses that a business object follows; group join queries refer to viewing the groups a business object belongs to when sharing content. A group is defined as a social conversation consisting of at least three individuals.

[0095] In summary, through the above-described business processing system, the embodiments of this application can achieve the following functions:

[0096] 1. By abstracting processing logic into business components, business configuration is performed on the business management platform through drag-and-drop methods, greatly reducing business configuration costs. Furthermore, multiple business processes can be satisfied within the same business scenario. In other words, for the same business scenario, various business pages can be built directly using the business components provided by the component layer. For example, if the business scenario is a viral marketing scenario, the system in this application embodiment can support multiple product viral marketing capabilities (i.e., support multiple product purchase and sharing assistance capabilities) within the same viral marketing scenario, achieving time-sensitive control and assistance unlocking capabilities at the business (e.g., product) granularity.

[0097] 2. Based on the business management platform, the business-related processing logic can be generalized and designed, and can be split into multiple business components, such as business page components, business components, pop-up components, banner components, sharing components, button components, products in process components, and product list components. After this splitting, each business component can be easily dragged and dropped in the interface provided by the business management platform, and the interface can be kept consistent.

[0098] 3. The backend logic corresponding to each business component is stable and unchanging. When a business needs to be launched, the developer only needs to drag and drop the required business components onto the page to quickly create a business page for launch, thus improving the efficiency of business page generation.

[0099] 4. The business processing system is broken down into business scenarios, application access layer, business access layer, component parameter acquisition layer, component layer, and basic component layer, which reduces redundant development work, reduces the time and risk of configuration errors when configuring business on multiple platforms, supports rapid business deployment, and greatly improves development and operation efficiency.

[0100] The business processing methods provided in the embodiments of this application will be described in detail below.

[0101] Please see Figure 5 This is a flowchart illustrating a business processing method provided in an embodiment of this application. The business processing method can be executed by a business management platform and may include the following steps S501-S503:

[0102] S501. Obtain at least one business component required for the business page to be configured in the business scenario. Each business component is used to trigger the processing logic of a business function.

[0103] Among them, at least one business component is used to form business pages for different businesses in a business scenario; that is, this application can develop the processing logic of similar businesses into at least one business component in a business scenario (such as a fission scenario), so that business pages for different businesses can be built directly for similar businesses.

[0104] The business page can be a page related to a business, such as a product purchase page, a referral activity page, etc. Business components can include, but are not limited to, page components, sharing components, button components, product components, etc. For example, a business component might be used to trigger the processing logic for displaying a business-related title; that is, by triggering the business component, the corresponding processing logic can be executed to display information such as the business title. Similarly, a product component might be used to trigger a task to participate in a product purchase; triggering this product component will trigger the processing logic for purchasing the product.

[0105] In this embodiment, a business processing system is provided. This system includes a component layer, which comprises at least one candidate business component. Each candidate business component is used to trigger processing logic for a specific business function. In other words, this embodiment can decompose the entire processing logic corresponding to a business function and develop it into business components corresponding to each processing logic. As described above... Figure 1In the process of business operations, including product list display, participation in product purchase tasks, sharing, and assistance, etc., the processing logic involved in these business operations can be developed into candidate business components through the component layer. In one implementation, obtaining at least one business component required for the business page to be configured in the business scenario includes: obtaining at least one candidate business component required for the business page to be configured in the business scenario from at least one candidate business component in the component layer, and determining at least one business component required for the business page to be configured from the at least one candidate business component required for the business page to be configured in the business scenario based on the business function description information. This business function description information describes the business components required for the business page to be configured. For example, if the business function description information is: presenting business-related information (such as a title) and requiring assistance from other objects, then the business component that can trigger the presentation of business information (such as a banner component) and the business component that triggers the assistance function (such as an assistance component) can be selected. As another example, if the business function description information is: needing to share the business to achieve feedback, then the business component that can trigger the sharing function (such as a sharing component) can be selected.

[0106] Optionally, after obtaining at least one required service component from the access layer, at least one service component can be displayed in the service configuration interface. For example, Figure 6 This is a schematic diagram of a business configuration interface provided in an embodiment of this application. The business configuration interface 601 displays multiple business components, namely a business page component, a business task component, a pop-up component, a share component, and a button component. It should be understood that multiple business components can be displayed side-by-side and fixed, or they can be displayed in a floating manner. This embodiment of the application does not impose any limitations on the display of multiple business components. For example... Figure 7 This is a schematic diagram of another business configuration interface provided in an embodiment of this application. In this business configuration interface, multiple business components (i.e., business page component, business task component, sharing component, banner component, button component, product component, and product list component) are displayed, and the display positions of the multiple business components are different.

[0107] In one implementation, at least one candidate business component for a given business scenario is directly displayed in the business configuration interface, allowing developers to select the appropriate component. Obtaining the at least one business component required for the business page to be configured in the given business scenario includes: retrieving at least one candidate business component from the access layer and displaying it in the business configuration interface; and selecting the at least one business component required for the business page to be configured from the at least one candidate business component displayed in the business configuration interface, based on the business function description information. The access layer includes candidate business components corresponding to different business scenarios; for example, in a viral marketing scenario, this could include product viral components, product components within viral marketing, sharing components, etc. By determining the business scenario to which the business page belongs and then retrieving at least one candidate business component from the access layer within that scenario, the number of candidate business components that developers need to select can be reduced, while avoiding changes in processing logic and errors caused by selecting different business components for that scenario.

[0108] The method of selecting at least one business component required for the business page to be configured from at least one candidate business component displayed on the business configuration interface according to the business function description information may include: performing a trigger operation on at least one candidate business component displayed on the business configuration interface according to the business function description information, and determining the candidate business component triggered by the trigger operation as the business component required for the page to be configured. The trigger operation here may include, but is not limited to: single-click operation, double-click operation, drag operation, swipe operation, operation of inputting a specific gesture, etc., and the embodiments of this application do not limit it in any way.

[0109] S502. According to the configuration requirements of the business page to be configured, configure the parameters for at least one business component to obtain the configuration parameters for each business component.

[0110] In this embodiment, parameters can be configured for each business component according to the configuration requirements of the business page to be configured. For ease of description, a target business component among at least one business component is taken as an example. The target business component can be any one of the at least one business component. In one implementation, parameters are configured for at least one business component according to the configuration requirements of the business page to be configured, resulting in configuration parameters for each business component. This includes: displaying one or more parameter configuration items associated with the target business component in response to a trigger operation on the target business component; and configuring parameters based on one or more parameter configuration items according to the configuration requirements of the business page to be configured, resulting in configuration parameters for the target business component. The trigger operation can be a single-click operation, a double-click operation, a drag operation, a swipe operation, an operation involving inputting a specific gesture, etc. For illustrative purposes, taking a product purchase page as an example, the parameter configuration items can be as shown in Table 1:

[0111] Table 1

[0112]

[0113]

[0114]

[0115] If the business page is a product purchase page, and the purchase of this product needs to be restricted in terms of the time when the group purchase can be started, the number of times to help a single product can be limited, etc., then you can set the time when the group purchase can be started and the number of times to help a single product in the parameter configuration items according to the configuration requirements of the business page to be configured.

[0116] The display of one or more parameter configuration items associated with the target business component can include, but is not limited to, the following methods: ① Displaying one or more parameter configuration items in a fixed area of ​​the business configuration interface. This fixed area can be the left, right, or middle area of ​​the business configuration interface, etc. ② Displaying one or more parameter configuration items in the configuration window of the business configuration interface. (Illustrative example) Figure 8This is a schematic diagram illustrating the parameter configuration of a business component provided in an embodiment of this application. When a developer triggers the business task component, a configuration window 61 appears in the business configuration interface. This configuration window 61 displays parameter configuration items 611 (such as the parameter configuration item corresponding to the assist limit), 612 (the parameter configuration item corresponding to single-product group formation), and 613 (the parameter configuration item corresponding to the number of times products are purchased). The developer can input the corresponding parameters based on the parameter configuration items to complete the parameter configuration of the business task component. ③ One or more parameter configuration items are displayed in other interfaces independent of the business configuration interface. ④ One or more parameter configuration items are hidden. When the display button is triggered, one or more parameter configuration items can be displayed in the business configuration interface.

[0117] In one implementation, each business component triggers the processing logic of a specific business function. The parameters of each business component can be configured according to the order of the processing logic, resulting in configuration parameters for each component. This reduces parameter confusion during configuration, lowers the probability of errors, and improves the accuracy of parameter configuration. For example, business components include a business task component and a sharing component. The business task component triggers the processing logic for initiating a group purchase, while the sharing component triggers the processing logic for sharing. Generally, the business is shared after the group purchase is initiated. Therefore, the parameters of the business task component can be configured, and then those of the sharing component can be configured. It should be understood that the order of the business components can be disregarded; any business component can be randomly triggered for parameter configuration, ultimately configuring the parameters for each business component.

[0118] S503. Assemble at least one business component after parameter configuration to obtain a configured business page.

[0119] For example, the configured business page can be like this: Figure 9As shown, the configured business page is assembled from a banner component, a product component, and a product list component. This application embodiment allows for arbitrary assembly of at least one business component after parameter configuration, or pre-set assembly rules to directly assemble the at least one business component after parameter configuration according to the rules. Optionally, each business component, its corresponding configuration parameters, and the configured business page can be associated and stored. Specifically, each business component, its corresponding configuration parameters, and the configured business page can be associated and stored in a database (e.g., DB). Furthermore, this application embodiment can provide a page management service, which can then be used to associate and store each business component and its corresponding configuration parameters with the configured business page, enabling participating devices to obtain the configuration parameters of each business component and execute the processing logic of the business function corresponding to each business component. Please refer to Table 2, which provides multiple fields, including a configuration field. The configuration parameters of each business component can be stored in the configuration field (config), and then the configuration field (config) after storing the configuration parameters is serialized into a string field and stored in the DB.

[0120] Table 2

[0121] Field type English name Chinese name illustrate Auto-incrementing ID (primary key) Id logo Primary key id Integer input Vi_index index Vi platform index JSON text Config Configuration Component configuration time Create_time Creation time Creation time time updata_time Update time Update time text Last_operator Development object information Development object information

[0122] In this embodiment, at least one business component required for the business page to be configured in the business scenario is obtained, and each business component is used to trigger the processing logic of a business function. According to the configuration requirements of the business page to be configured, parameters are configured for the at least one business component to obtain the configuration parameters of each business component. Finally, the at least one business component with configured parameters is assembled to obtain the configured business page. It can be seen that by presenting the processing logic corresponding to the business function required by the business page in the form of components, the processing logic of the business function corresponding to each component remains unchanged. For developers, they only need to obtain the business components required for the business page and configure the parameters of the business components. This allows for the generation of the business page without writing code, eliminating the need to spend a lot of time developing new pages and implementing similar business function logic, thus improving the development efficiency of business pages.

[0123] Please see Figure 10 This is a flowchart illustrating another service processing method provided in an embodiment of this application. This service processing method can be executed by a service participating device and may include the following steps S1001-S1003:

[0124] S1001. Display the business page. The business page is formed by assembling at least one business component after parameter configuration. The business page includes at least one business function. Each business component is used to trigger the processing logic of a business function. Each business component is configured with its own configuration parameters.

[0125] It should be understood that the business page displayed here refers to the configured business page, which is formed by configuring at least one business component required for the business page to be configured with the corresponding configuration parameters and assembling at least one business component after parameter configuration.

[0126] S1002. In response to a trigger operation on a target business component in the business page, obtain the configuration parameters of the target business component; the target business component is any one of at least one business component.

[0127] The triggering operation on the target business component can be a direct triggering operation on the target business component. For example, if the target business component is a sharing component, then the triggering operation on the sharing component can be performed. Alternatively, the triggering operation on the target business component can be a triggering operation on the information in the target business component. For example, if the target business component is a product component, then the triggering operation on the product in the product component can be performed. This application embodiment does not impose any limitations on this.

[0128] In one implementation, the business management platform stores the configuration parameters of business components in a database. It can retrieve the configuration parameters of the target business component from the database. For example, if the target business component is a business task component, it can retrieve parameters such as the number of assists and the time required for a single product to form a group. In another implementation, the business processing system includes a data layer that synchronously stores the configuration parameters of each business component on the business page stored by the business management platform. The configuration parameters of the target business component can be retrieved from the data layer.

[0129] The business processing system provided in this application includes a business component access layer and a component parameter acquisition layer. The business component access layer provides access services, and the component parameter acquisition layer provides component parameter information acquisition services. Obtaining configuration parameters of the target business component from the data layer can include: generating a business request for the target business component and sending it to the access service; then, the access service sends the business request to the component parameter acquisition service, which requests the component parameter acquisition service to obtain the configuration parameters of the target business component from the data layer; and obtaining the configuration parameters returned by the component parameter acquisition service. For example, if the target business component is a product component, a business request can be generated in response to a trigger operation on the product component. Ultimately, the configuration parameters related to the product component are obtained through the component parameter acquisition service, such as product purchase conditions (i.e., group-buying conditions), product assistance counts, etc.

[0130] S1003. Execute the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component.

[0131] In one implementation, the business processing system further includes a basic component layer, which includes at least one business processing logic interface. Each business processing logic interface corresponds to the processing logic of a business function. The system executes the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component. This includes: determining the business processing logic interface to be called by the target business component from at least one business processing logic interface; and then executing the corresponding business processing logic based on the configuration parameters of the target business component through the determined business processing logic interface, thereby realizing the business function corresponding to the target business component.

[0132] Specifically, the configuration parameters of the target business component can be obtained by receiving component parameters through the processing logic service, and the processing logic service can determine the business processing logic interface to be called by the target business component from at least one business processing logic interface, and execute the corresponding business processing logic based on the configuration parameters of the target business component through the determined business processing logic interface.

[0133] In this embodiment, a business page is displayed, which is formed by assembling at least one business component with configured parameters. Each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters. In response to the triggering operation of a target business component in the business page, the configuration parameters of the target business component are obtained. The target business component is any one of at least one business component. According to the configuration parameters of the target business component, the processing logic of the business function corresponding to the target business component is executed. It can be seen that by presenting the processing logic corresponding to the business function required by the business page in the form of components, the processing logic of the business function corresponding to each component remains unchanged. For developers, they only need to obtain the business components required for the business page and configure the parameters of the business components. This allows for the generation of the business page without writing code, eliminating the need to spend a lot of time developing new pages and implementing similar business function logic, thus improving the development efficiency of the business page.

[0134] The following section will describe the business processing apparatus provided in the embodiments of this application.

[0135] Please see Figure 11 , Figure 11 This is a schematic diagram of the structure of a service processing device provided in an embodiment of this application. The service processing device can be a computer program within a computer device, such as application software within the computer device; the service processing device can be used to execute... Figure 5 Some or all of the steps in the method embodiments shown. Please refer to [link / reference]. Figure 11 The business processing device includes the following units:

[0136] The acquisition unit 1101 acquires at least one business component required for the business page to be configured in the business scenario. Each business component is used to trigger the processing logic of a business function. At least one business component is used to form business pages for different businesses in the business scenario.

[0137] Processing unit 1102 is configured to configure parameters for at least one business component according to the configuration requirements of the business page to be configured, thereby obtaining configuration parameters for each business component; and,

[0138] The processing unit 1102 is used to assemble at least one business component after parameter configuration to obtain a configured business page.

[0139] In one implementation, the device is applied to a business processing system, which includes a component layer, the component layer including at least one candidate business component, each candidate business component being used to trigger the processing logic of a business function;

[0140] When acquiring at least one business component required by the business page to be configured in a business scenario, the acquisition unit 1101 can be specifically used for:

[0141] Obtain at least one candidate business component for the business scenario from the component layer, and display at least one candidate business component for the business scenario in the business configuration interface;

[0142] Based on the business function description information, select at least one business component required for the business page to be configured from at least one candidate business component displayed on the business configuration interface.

[0143] Specifically, when processing unit 1102 configures parameters for at least one business component according to the configuration requirements of the business page to be configured, and obtains the configuration parameters for each business component, it can be used for:

[0144] In response to a triggered operation targeting a target business component in at least one business component, display one or more parameter configuration items associated with the target business component;

[0145] Based on the configuration requirements of the business page to be configured, configure parameters according to one or more parameter configuration items to obtain the configuration parameters of the target business component;

[0146] The display methods for one or more parameter configuration items include at least one of the following:

[0147] Display one or more parameter configuration items in a fixed area of ​​the business configuration interface;

[0148] One or more parameter configuration items are displayed in the configuration window of the business configuration interface;

[0149] Display one or more parameter configuration items in an interface that is independent of the business configuration interface.

[0150] The processing unit 1102 is further configured to:

[0151] The page management service associates and stores the configuration parameters of each business component with the configured business page, so that the business participating devices can obtain the configuration parameters of each business component and execute the processing logic of the corresponding business function.

[0152] In this embodiment, at least one business component required for a business page to be configured in a business scenario is obtained. Each business component is used to trigger the processing logic of a business function. The at least one business component is used to form business pages for different businesses in the business scenario. According to the configuration requirements of the business page to be configured, parameters are configured for the at least one business component to obtain the configuration parameters for each business component. Finally, the at least one business component with configured parameters is assembled to obtain the configured business page. It is evident that by presenting the processing logic corresponding to the business functions required by the business page in the form of components, the processing logic of the business function corresponding to each component remains unchanged. For developers, they only need to obtain the business components required for the business page and configure the parameters of the business components. This allows for the generation of business pages without writing code, eliminating the need to spend a significant amount of time developing new pages and implementing similar business function logic, thus improving the development efficiency of business pages.

[0153] Please see Figure 12 , Figure 12 This is a schematic diagram of another business processing device provided in an embodiment of this application. The business processing device can be a computer program within a computer device, for example, an application software within the computer device; the business processing device can be used to execute... Figure 10 Some or all of the steps in the method embodiments shown. Please refer to [link / reference]. Figure 12 The business processing device includes the following units:

[0154] Display unit 1201 is used to display a business page, which is formed by assembling at least one business component after parameter configuration; each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters.

[0155] The processing unit 1202 is used to obtain the configuration parameters of the target business component in response to a trigger operation on the target business component in the business page; the target business component is any one of at least one business component;

[0156] The processing unit 1202 is also used to execute the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component.

[0157] In one implementation, the device is applied to a business processing system, which includes a data layer, a business component access layer, and a component parameter acquisition layer. The data layer synchronously stores the configuration parameters of each business component in the business page stored by the business management platform. The business component access layer provides access services, and the component parameter acquisition layer provides component parameter acquisition services.

[0158] When obtaining the configuration parameters of the target business component, the processing unit 1202 can specifically be used for:

[0159] In response to a triggered operation on a target business component in a business page, a business request for the target business component is sent to the access service, and the access service then forwards the business request to the component parameter retrieval service. The business request is used to request the component parameter retrieval service to retrieve the configuration parameters of the target business component from the data layer.

[0160] Retrieve configuration parameters returned by the component parameter retrieval service.

[0161] In some implementations, the business processing system further includes a basic component layer, which includes at least one business processing logic interface, each corresponding to the processing logic of a business function; when the processing unit 1202 executes the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component, it can be specifically used for:

[0162] By processing logic services, determine the business processing logic interface that the target business component needs to call from at least one business processing logic interface;

[0163] Based on the configuration parameters of the target business component, the corresponding business processing logic is executed through the determined business processing logic interface.

[0164] In this embodiment, a business page is displayed, which is formed by assembling at least one business component with configured parameters. Each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters. In response to the triggering operation of a target business component in the business page, the configuration parameters of the target business component are obtained. The target business component is any one of at least one business component. According to the configuration parameters of the target business component, the processing logic of the business function corresponding to the target business component is executed. It can be seen that by presenting the processing logic corresponding to the business function required by the business page in the form of components, the processing logic of the business function corresponding to each component remains unchanged. For developers, they only need to obtain the business components required for the business page and configure the parameters of the business components. This allows for the generation of the business page without writing code, eliminating the need to spend a lot of time developing new pages and implementing similar business function logic, thus improving the development efficiency of the business page.

[0165] The computer device provided in the embodiments of this application will be described in detail below.

[0166] Furthermore, this application also provides a schematic diagram of the structure of a computer device, which can be found in [reference needed]. Figure 13The computer device can be a business participation device or a business management platform. The computer device may include a processor 1301, an input device 1302, an output device 1303, and a memory 1304. The processor 1301, input device 1302, output device 1303, and memory 1304 are connected via a bus. The memory 1304 stores a computer program, which includes program instructions. The processor 1301 executes the program instructions stored in the memory 1304. By running the program instructions stored in the memory 1304, the processor 1301 causes the computer device to perform the method steps in the foregoing embodiments of this application. Furthermore, the effects achieved after the computer device executes the method steps in the various embodiments through the processor can be referred to the description of the foregoing embodiments, and will not be repeated here.

[0167] In this application, the term "unit" refers to a computer program or part of a computer program that has a predetermined function and works with other related parts to achieve a predetermined goal, and can be implemented wholly or partially using software, hardware (such as processing circuitry or memory), or a combination thereof. Similarly, a processor (or multiple processors or memory) can be used to implement one or more units. Furthermore, each unit can be part of an overall unit that includes the functionality of that unit.

[0168] Furthermore, it should be noted that this application also provides a computer-readable storage medium storing a computer program, which includes program instructions. When a processor executes these program instructions, it can execute the aforementioned... Figure 5 or Figure 10 The methods described in the corresponding embodiments are therefore not repeated here. For technical details not disclosed in the computer-readable storage medium embodiments related to this application, please refer to the description of the method embodiments of this application. As an example, program instructions may be deployed on a computer device, executed on multiple computer devices located in one location, or executed on multiple computer devices distributed in multiple locations and interconnected through a communication network.

[0169] According to one aspect of this application, a computer program product is provided, comprising a computer program stored in a computer-readable storage medium. A processor of a computer device reads the computer program from the computer-readable storage medium, and the processor executes the computer program, enabling the computer device to perform the aforementioned... Figure 5 or Figure 10 The methods described in the corresponding embodiments are therefore not repeated here.

[0170] Those skilled in the art will understand that all or part of the processes in the above embodiments can be implemented by a computer program instructing related hardware. The program can be stored in a computer-readable storage medium, and when executed, it can include the processes of the embodiments of the above methods. The storage medium can be a magnetic disk, optical disk, read-only memory (ROM), or random access memory (RAM), etc.

[0171] The above-disclosed embodiments are merely preferred embodiments of this application and should not be construed as limiting the scope of this application. Therefore, any equivalent variations made in accordance with the claims of this application shall still fall within the scope of this application.

Claims

1. A business processing method, characterized in that, The method includes: Obtain at least one business component required for configuring a business page in a business scenario, each of the business components being used to trigger the processing logic of a business function; the at least one business component is used to form business pages for different businesses in the business scenario. According to the configuration requirements of the business page to be configured, parameters are configured for the at least one business component to obtain the configuration parameters for each business component; and, The at least one business component after parameter configuration is assembled to obtain a configured business page.

2. The method as described in claim 1, characterized in that, The method is applied to a business processing system, which includes a component layer. The component layer includes at least one candidate business component, and each candidate business component is used to trigger the processing logic of a business function. The requirement to obtain at least one business component for the business page to be configured in the business scenario includes: Obtain at least one candidate business component for the business scenario from the component layer, and display at least one candidate business component for the business scenario in the business configuration interface; Based on the business function description information, select at least one business component required for the business page to be configured from at least one candidate business component displayed on the business configuration interface.

3. The method as described in claim 1 or 2, characterized in that, The step of configuring parameters for at least one business component according to the configuration requirements of the business page to be configured, to obtain configuration parameters for each business component, includes: In response to a triggered operation targeting a target business component among the at least one business components, one or more parameter configuration items associated with the target business component are displayed; According to the configuration requirements of the business page to be configured, the parameters are configured based on one or more parameter configuration items to obtain the configuration parameters of the target business component; The display methods of the one or more parameter configuration items include at least one of the following: The one or more parameter configuration items are displayed in a fixed area of ​​the business configuration interface; The configuration window of the service configuration interface displays one or more parameter configuration items; The one or more parameter configuration items are displayed in an interface other than the business configuration interface.

4. The method as described in claim 1, characterized in that, The method further includes: The configuration parameters of each business component are associated with the configured business page through the page management service, so that the business participating devices can obtain the configuration parameters of each business component and execute the processing logic of the business function corresponding to each business component.

5. A business processing method, characterized in that, The method includes: The business page is displayed, which is formed by assembling at least one business component after parameter configuration; each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters. In response to a trigger operation on a target business component in the business page, the configuration parameters of the target business component are obtained; the target business component is any one of the at least one business component. According to the configuration parameters of the target business component, execute the processing logic of the business function corresponding to the target business component.

6. The method as described in claim 5, characterized in that, The method is applied to a business processing system, which includes a data layer, a business component access layer, and a component parameter acquisition layer. The data layer synchronously stores the configuration parameters of each business component in the business page stored by the business management platform. The business component access layer provides access services, and the component parameter acquisition layer provides component parameter acquisition services. The step of obtaining the configuration parameters of the target business component includes: In response to a trigger operation on a target business component in the business page, a business request for the target business component is sent to the access service, and the access service sends the business request to the component parameter acquisition service. The business request is used to request the component parameter acquisition service to obtain the configuration parameters of the target business component from the data layer. Obtain the configuration parameters returned by the component parameter retrieval service.

7. The method as described in claim 6, characterized in that, The business processing system further includes a basic component layer, which includes at least one business processing logic interface, each business processing logic interface corresponding to the processing logic of a business function; the step of executing the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component includes: By processing logic services, the business processing logic interface to be called by the target business component is determined from at least one business processing logic interface; Through the determined business processing logic interface, the corresponding business processing logic is executed based on the configuration parameters of the target business component.

8. A business processing device, characterized in that, The device includes: The acquisition unit is used to acquire at least one business component required for the business page to be configured in the business scenario, each of the business components is used to trigger the processing logic of a business function; the at least one business component is used to form business pages for different businesses in the business scenario. The processing unit is configured to configure parameters for the at least one business component according to the configuration requirements of the business page to be configured, thereby obtaining configuration parameters for each business component; and, The processing unit is further configured to assemble the at least one business component after parameter configuration to obtain a configured business page.

9. A business processing device, characterized in that, The device includes: The display unit is used to display a business page, which is formed by assembling at least one business component after parameter configuration; each business component is used to trigger the processing logic of a business function, and each business component is configured with its own configuration parameters. The processing unit is configured to, in response to a trigger operation on a target business component in the business page, obtain configuration parameters of the target business component; the target business component is any one of the at least one business component. The processing unit is further configured to execute the processing logic of the business function corresponding to the target business component according to the configuration parameters of the target business component.

10. A computer device, characterized in that, include: A processor is used to execute computer programs; A computer-readable storage medium storing a computer program, which, when executed by the processor, performs the business processing method according to any one of claims 1-7.

11. A computer-readable storage medium, characterized in that, The computer storage medium stores a computer program, which, when executed by a processor, performs the business processing method according to any one of claims 1-7.

12. A computer program product, characterized in that, The computer program product includes a computer program that, when executed by a processor, implements the business processing method according to any one of claims 1-7.