CN110007916B - Interface rendering method and device of business system and server - Google Patents

Interface rendering method and device of business system and server Download PDF

Info

Publication number
CN110007916B
CN110007916B CN201811488317.9A CN201811488317A CN110007916B CN 110007916 B CN110007916 B CN 110007916B CN 201811488317 A CN201811488317 A CN 201811488317A CN 110007916 B CN110007916 B CN 110007916B
Authority
CN
China
Prior art keywords
template
target
interface
service system
target interface
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
CN201811488317.9A
Other languages
Chinese (zh)
Other versions
CN110007916A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201811488317.9A priority Critical patent/CN110007916B/en
Publication of CN110007916A publication Critical patent/CN110007916A/en
Application granted granted Critical
Publication of CN110007916B publication Critical patent/CN110007916B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The embodiment of the application discloses an interface rendering method, an interface rendering device and a server of a business system, wherein the method comprises the following steps: when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system; acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template; and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.

Description

Interface rendering method and device of business system and server
Technical Field
The application relates to the technical field of internet, in particular to an interface rendering method, an interface rendering device and a server of a business system.
Background
With the development of internet technology, various companies such as traditional enterprises and internet enterprises are performing paperless office work. Accordingly, various information management platforms in enterprises come into play. Because such platforms do not need complex interface effects, the current methods for realizing interface rendering of such platforms are as follows: the method comprises the steps of defining a common format of front-end data, enabling all service systems to share a set of interfaces, transmitting the data in a JSON mode, enabling developers not to develop front-end codes, storing an interface template of each service system in a local area, and reading a local page template to perform page rendering when a user triggers services of the service systems.
On one hand, due to different services and different design ideas, the formats of various service objects returned by the back end are different, and when the service objects are returned to the front end, the requirement on the universal format of the front end data can be met only through layer-by-layer object conversion, so that the energy consumption is not inferior to the energy consumption of re-developing the interface, and the working efficiency of developers is extremely low. On the other hand, the interface templates of the service systems are stored locally, and after long-time maintenance is performed on different systems, the contents of the same set of interface templates used by different service systems are inconsistent, and the difficulty in upgrading the interface templates is increased.
Therefore, an interface rendering method for a business system is needed to overcome the above technical problems.
Disclosure of Invention
One objective of the present application is to provide an interface rendering method for a business system, which can improve the working efficiency of workers and reduce the difficulty in upgrading an interface template.
In order to solve the above technical problem, the embodiment of the present application is implemented as follows:
in a first aspect, an interface rendering method for a business system is provided, including:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
In a second aspect, an interface rendering method for a business system is provided, and is applied to a template management server, where the template management server is used to manage interface templates of multiple business systems, and the method includes:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
In a third aspect, an interface rendering apparatus for a business system is provided, including:
the system comprises a processing unit, a service processing unit and a service processing unit, wherein the processing unit is used for determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to a target service system when the target service system is started;
the acquisition unit is used for acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and the rendering unit is used for responding to the operation that the user triggers the service through the URL and rendering the interface of the target service system according to the target interface template.
In a fourth aspect, an interface rendering apparatus for a business system is provided, where the interface rendering apparatus is configured to manage interface templates of multiple business systems, and the interface rendering apparatus includes:
the system comprises a receiving unit, a processing unit and a processing unit, wherein the receiving unit is used for receiving a template reading request of a service server of a target service system, and the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system;
and the sending unit is used for sending a template reading response aiming at the template reading request to the service server side under the condition that the target service system is successfully verified based on the identification information of the target service system, wherein the template reading response comprises the target interface template and the target interface element template.
In a fifth aspect, a service server is provided, including:
a processor; and
a memory arranged to store computer executable instructions that when executed use the processor to perform the following:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
In a sixth aspect, a template management server is provided, where the template management server is configured to manage interface templates of multiple business systems, and the template management server includes:
a processor; and
a memory arranged to store computer executable instructions that when executed use the processor to perform the following:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
In a seventh aspect, there is provided a computer readable medium storing one or more programs which, when executed by a traffic server including a plurality of application programs, cause the traffic server to:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
In an eighth aspect, there is provided a computer readable medium storing one or more programs which, when executed by a template management server comprising a plurality of application programs and for managing interface templates for a plurality of business systems, cause the template management server to:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
According to the technical scheme, the template management server is used for managing the interface templates of the multiple service systems, when the target service system is started, the target interface template of the target service system can be obtained from the template management server according to the configuration information of the API corresponding to the target service system, and when a user triggers a service through the URL corresponding to the API, the interface of the target service system is rendered according to the target interface template. Therefore, different interface templates can be adopted by a plurality of service systems, the problem of extremely low working efficiency of developers caused by uniformly defining the format of front-end data is avoided, and the working efficiency of the developers is improved. And the template management server performs unified management on the interface templates of the plurality of service systems, so that the global configuration and unified management of the interface templates of the plurality of service systems can be realized, and the difficulty in upgrading the interface templates is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the description below are only some embodiments described in the present application, and for those skilled in the art, other drawings may be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart of an interface rendering method of a business system according to an embodiment of the present application.
Fig. 2 is a schematic flowchart of an interface rendering method of a business system according to another embodiment of the present application.
Fig. 3 is a schematic structural diagram of a service server according to an embodiment of the present application.
Fig. 4 is a schematic structural diagram of a template management server according to an embodiment of the present application.
Fig. 5 is a schematic structural diagram of an interface rendering apparatus of a business system according to an embodiment of the present application.
Fig. 6 is a schematic structural diagram of an interface rendering apparatus of a business system according to another embodiment of the present application.
FIG. 7 is a schematic diagram of an interface rendering system of a business system according to one embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making creative efforts shall fall within the protection scope of the present application.
Fig. 1 illustrates an interface rendering method of a business system according to an embodiment of the present application. The method of fig. 1 may be performed by an interface rendering device of a service system, where the interface rendering device may be packaged into a client SDK, which may be embedded in a service system server.
As shown in fig. 1, the method comprises:
s102, when the target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system.
It can be understood that, during the starting process of the target service system, the interface rendering device establishes a Socket connection with the template management server through the API, and data reading during subsequent communication is performed based on the Socket connection.
In S102, one or more Uniform Resource Locators (URLs) corresponding to one Application Programming Interface (API) may be used. For example, one API corresponds to 10 URLs.
And S104, acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template.
The template server in S104 manages interface templates of multiple service systems, and when creating an interface template, interface elements of the open-source template or the customized template may be numbered according to a preset rule (e.g., according to positions of the elements appearing on the interface) according to different service requirements (e.g., requirements on interface layout), so as to implement typesetting of interface elements configured in a centralized manner for different interface templates, implement unified management of interface templates of different services, and facilitate maintenance and upgrade of the interface templates. Moreover, developers do not need to pay attention to the layout of the View layer, and various complicated JS rule verifications are avoided.
For example, the interface layout Template of one interface Template is numbered Template _ red _123, the interface Template includes two interface element templates, namely an account entry box and a password entry box, the account entry box is numbered Template _ red _123_1, and the password entry box is numbered Template _ red _123_ 2.
After the template management server creates the interface template, the template data can be uploaded to a unified storage center (database) for storage.
Optionally, in S104, according to the configuration information, determining a number of the target interface layout template and a number of the target interface element template; sending a template reading request to the template management server, wherein the template reading request comprises identification information of a target service system, the number of a target interface layout template and the number of a target interface element template; and receiving a template reading response of the template management server to the template reading request, wherein the template reading response comprises a target interface template and a target interface element template, and the template reading request response is sent by the template management server under the condition that the target service system is successfully verified based on the identification information of the target service system.
In other words, the interface rendering device of the service system determines the number of the target interface layout template and the number of the target interface element template according to the configuration information of the API; then sending a template reading request to a template management server, wherein the template reading request comprises identification information of a target service system, the number of a target interface layout template and the number of a target interface element template; and after receiving the template reading request, the template management server performs identity verification on the service system according to the identification information of the target service system, and if the verification is passed, the template management server sends a template reading response to the interface rendering device, wherein the interface reading response carries a target interface layout template and a target interface element template. It is understood that the number of the target interface element templates may be one or more. For example, the target interface element templates are 3, which are a search box template, a list box template, and a check box template, respectively.
As an example, the configuration information of the API includes a number of the target interface layout template, a parameter of the API, and a first mapping relationship between the parameter and the interface element number. Correspondingly, determining the number of the target interface element template according to the configuration information comprises the following steps: and determining the number of the target interface element template according to the parameters of the API and the first mapping relation.
That is to say, when the API is configured, the number of the target interface layout template corresponding to the API, the parameter of the API, and the mapping relationship between the parameter and the interface element number are configured, and when the interface template needs to be pulled from the interface template server, the interface rendering device may determine the number of the target interface element template that needs to be pulled according to the mapping relationship between the parameter, and the interface element number configured by the API, and then carry the number of the target interface layout template and the number of the target interface element template in the template reading request.
The mapping relationship between the parameters and the interface element numbers may be a one-to-one relationship. For example, parameter 1-interface element a, parameter 2-interface element 2.
Further, after S104, the method shown in fig. 1 further includes: and caching the target interface template locally. Caching the interface template locally can improve the access efficiency.
And S106, responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
For example, if the page layout presented by the target interface layout template is blue, the target interface element template is a search box template, and the user triggers an operation of opening a web page through the URL address www.aaabbbc.com, an interface having a blue background and a search box on the blue background is presented on the interface of the target business system in response to the operation of opening the web page by the user.
Further, the method shown in fig. 1 further includes: acquiring a target verification rule corresponding to a target interface template; after the interface of the target business system is rendered according to the target interface template, format verification is carried out on input data input on the interface of the target business system by a user through the target verification rule; and when the format check is passed, displaying a return value corresponding to the input data to a user on an interface of the target business system.
As an example, the configuration information also includes a second mapping between the return value and the number of the interface element template. Correspondingly, displaying a return value corresponding to the input data to the user on the interface of the target business system, including: determining a target interface element template corresponding to the return value corresponding to the input data according to the return value corresponding to the input data and the second mapping relation; and displaying the return value corresponding to the input data at the target interface element template.
The return value corresponding to the input data can be determined as follows: determining parameters corresponding to the input data according to the serial numbers of the interface element templates corresponding to the input data and the first mapping relation; and determining the return value of the parameter corresponding to the input data as the return value corresponding to the input data.
For example, if the input data is "male" and "23", the numbers of the interface element templates corresponding to the input data are Template _ red _123_3 and Template _ red _123_4, the parameter corresponding to Template _ red _123_3 is "gender", and the parameter corresponding to Template _ red _123_4 is "age", the return value "zhang san" with "gender" as "male" and "age" as "23" is determined as the return value corresponding to the input data. If the number of the interface element Template corresponding to the return value is Template _ red _123_5, displaying 'zhang san' on the interface of the business system at the interface element Template corresponding to the Template _ red _123_ 5.
The target verification rule may be stored locally or in the template management server. And under the condition that the target verification rule is stored in the template management server, acquiring the target verification rule from the template management server, wherein the template reading response also comprises the target verification rule.
That is, if the target verification rule is stored in the template management server, the template server returns the target verification rule while returning the target interface layout template and the target interface element template.
The target verification rule may be a rule bound with the interface element template, and the target verification rule may be a rule customized for different interface templates based on different requirements. The check rules for different interface element template bindings may be different.
For example, when the input data is mobile phone number, age, and the like, the target verification rule is as follows: must be a number and the length is a first preset value. If the length of the data input by the user exceeds the first preset value, the user prompts that the input data format is wrong.
An interface rendering method of a business system according to another embodiment of the present application will be described in detail below with reference to fig. 2. The method shown in fig. 2 is applied to a template management server for managing interface templates of a plurality of business systems. The method shown in fig. 2 comprises:
s202, receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, a number of a target interface layout template of the target service system and a number of a target interface element template of the target service system.
S204, under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
It can be understood that, before receiving the template reading request of the service server of the target service system, a Socket connection is established between the service server and the template management server through the API, and then data transmission is performed through this Socket. Therefore, the business system can acquire the interface template only by accessing the template management server through the API, all work of the View layer can be completed without front-end development of research and development personnel, and the work efficiency of the research and development personnel can be improved.
The template server manages interface templates of a plurality of service systems, and when an interface template is created, interface elements of an open source template or a customized template can be numbered according to a preset rule (for example, according to the appearance positions of the elements on an interface) according to different service requirements (for example, requirements on interface layout), so that the layout of the interface elements configured in a concentrated manner for different interface templates is realized, the uniform management of the interface templates of different services is realized, and the maintenance and the upgrade of the interface templates are facilitated. Moreover, developers do not need to pay attention to the layout of the View layer, and various complicated JS rule verifications are avoided.
Optionally, as an embodiment, the template read response further includes a target verification rule corresponding to a target interface template, where the target verification rule is used for the service server to perform format verification on data input by the user on the interface of the target service system.
The target verification rule may be a rule bound with the interface element template, and the target verification rule may be a rule customized for different interface templates based on different requirements. The check rules for different interface element template bindings may be different.
A service server according to an embodiment of the present application will be described in detail below with reference to fig. 3. Referring to fig. 3, at a hardware level, the service server includes a processor, optionally, an internal bus, a network interface, and a memory. The Memory may include a Memory, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory, such as at least 1 disk Memory. Of course, the service server may also include hardware required for other services.
The processor, the network interface, and the memory may be interconnected by an internal bus, which may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 3, but this does not indicate only one bus or one type of bus.
And the memory is used for storing programs. In particular, the program may include program code comprising computer operating instructions. The memory may include both memory and non-volatile storage and provides instructions and data to the processor.
The processor reads the corresponding computer program from the nonvolatile memory to the memory and then runs the computer program to form the interface rendering device of the business system on the logic level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
The method executed by the interface rendering apparatus of the business system according to the embodiment shown in fig. 1 of the present application may be applied to a processor, or implemented by the processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
Of course, the service server of the present application does not exclude other implementations, such as a logic device or a combination of software and hardware, and the like, besides a software implementation, that is, the execution main body of the following processing flow is not limited to each logic unit, and may also be hardware or a logic device.
An embodiment of the present application further provides a computer-readable storage medium, which stores one or more programs, where the one or more programs include instructions, which, when executed by a service server including a plurality of application programs, can cause the service server to perform the method of the embodiment shown in fig. 1, and is specifically configured to perform the following method:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the template server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
A template management server according to an embodiment of the present application will be described in detail below with reference to fig. 4. Referring to fig. 4, at a hardware level, the template management server includes a processor, optionally, an internal bus, a network interface, and a memory. The Memory may include a Memory, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory, such as at least 1 disk Memory. Of course, the template management server may also include hardware required for other services.
The processor, the network interface, and the memory may be interconnected by an internal bus, which may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 4, but that does not indicate only one bus or one type of bus.
And the memory is used for storing programs. In particular, the program may include program code comprising computer operating instructions. The memory may include both memory and non-volatile storage and provides instructions and data to the processor.
The processor reads the corresponding computer program from the nonvolatile memory to the memory and then runs the computer program to form the interface rendering device of the business system on the logic level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
The method performed by the template management server according to the embodiment shown in fig. 2 of the present application may be applied to or implemented by a processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in ram, flash, rom, prom, or eprom, registers, etc. as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
Of course, the template management server of the present application does not exclude other implementations, such as a logic device or a combination of software and hardware, and the like, besides a software implementation, that is, the execution subject of the following processing flow is not limited to each logic unit, and may also be hardware or a logic device.
An embodiment of the present application further provides a computer-readable storage medium storing one or more programs, where the one or more programs include instructions, which when executed by a template management server including a plurality of application programs, enable the template management server to execute the method of the embodiment shown in fig. 2, and specifically to execute the following method:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
Fig. 5 is a schematic structural diagram of an interface rendering apparatus of a business system according to an embodiment of the present application. Referring to fig. 5, in a software implementation, an interface rendering apparatus 500 of a business system may include: a processing unit 51, an acquisition unit 52 and a rendering unit 53, wherein,
the processing unit 51 is configured to determine, when a target service system is started, a uniform resource locator URL corresponding to an application program interface API corresponding to the target service system;
an obtaining unit 52, configured to obtain a target interface template of the target service system from a template management server according to the configuration information of the API, where the template server is configured to manage interface templates of multiple service systems, and the target interface template includes a target interface layout template and a target interface element template;
and the rendering unit 53, in response to the operation that the user triggers the service through the URL, renders the interface of the target service system according to the target interface template.
The interface rendering device of the service system in the embodiment of the application can acquire the target interface template of the target service system from the template management server according to the configuration information of the API corresponding to the target service system when the target service system is started, and render the interface of the target service system according to the target interface template when the user triggers the service through the URL corresponding to the API. Therefore, different interface templates can be adopted by a plurality of service systems, the problem of extremely low working efficiency of developers caused by uniformly defining the format of front-end data is avoided, and the working efficiency of the developers is improved. And the template management server performs unified management on the interface templates of the plurality of service systems, so that the global configuration and unified management of the interface templates of the plurality of service systems can be realized, and the difficulty in upgrading the interface templates is reduced.
Alternatively, as an embodiment, the obtaining unit 52:
determining the number of the target interface layout template and the number of the target interface element template according to the configuration information;
sending a template reading request to the template management server, wherein the template reading request comprises identification information of the target service system, the number of the target interface layout template and the number of the target interface element template;
receiving a template reading response of the template management server to the template reading request, wherein the template reading response comprises the target interface layout template and the target interface element template, and the template reading response is sent by the template management server under the condition that the target service system is successfully verified based on the identification information of the target service system.
Optionally, as an embodiment, the configuration information includes a number of the target interface layout template, a parameter of the API, a first mapping relationship between the parameter and the number of the interface element template;
wherein the acquiring unit 52:
and determining the number of the target interface element template according to the parameters of the API and the first mapping relation.
Optionally, as an embodiment, the obtaining unit 52 is further configured to: acquiring a target verification rule corresponding to the target interface template;
the rendering unit 53 is further configured to: after the interface of the target business system is rendered according to the target interface template, format verification is carried out on input data input on the interface of the target business system by a user through the target verification rule;
and when the format check is passed, displaying a return value corresponding to the input data to a user on an interface of the target business system.
Alternatively, as an embodiment, the obtaining unit 52:
and acquiring the target verification rule from the template management server, wherein the template reading response also comprises the target verification rule.
Optionally, as an embodiment, the configuration information further includes a second mapping relationship between a return value and a number of an interface element template, and the rendering unit 53:
determining a target interface element template corresponding to the return value corresponding to the input data according to the return value corresponding to the input data and the second mapping relation;
and displaying the return value corresponding to the input data at the target interface element template.
Optionally, as an embodiment, the rendering unit 52:
determining parameters corresponding to the input data according to the serial numbers of the interface element templates corresponding to the input data and the first mapping relation;
and determining the return value of the parameter corresponding to the input data as the return value corresponding to the input data.
Optionally, as an embodiment, the obtaining unit 52:
and after the target interface template of the target service system is acquired from the template management server, the target interface template is cached locally.
The interface rendering device of the service system in the embodiment of the present application may also execute the method in fig. 1, and implement the function of the interface rendering device of the service system in the embodiment shown in fig. 1, which is not described herein again.
Fig. 6 is a schematic structural diagram of an interface rendering apparatus of a business system according to another embodiment of the present application, where the interface rendering apparatus of the business system is used to manage interface templates of multiple business systems. Referring to fig. 6, in a software implementation, an interface rendering apparatus 600 of a business system may include: a receiving unit 61 and a transmitting unit 62, wherein,
a receiving unit 61, configured to receive a template reading request of a service server of a target service system, where the template reading request includes identification information of the target service system, a number of a target interface layout template of the target service system, and a number of a target interface element template of the target service system;
and a sending unit 62, configured to send a template reading response to the template reading request to the service server when the target service system is successfully verified based on the identification information of the target service system, where the template reading response includes the target interface template and the target interface element template.
The interface rendering device of the business system is used for managing the interface templates of the business systems, can achieve the effect that different interface templates are adopted by the business systems, avoids the problem that the working efficiency of developers is extremely low due to the fact that the formats of front-end data are defined in a unified mode, improves the working efficiency of the developers, can achieve the overall configuration and unified management of the interface templates of the business systems, and reduces the difficulty in upgrading the interface templates.
Optionally, as an embodiment, the template read response further includes a target verification rule corresponding to a target interface template, where the target verification rule is used for the service server to perform format verification on data input by the user on the interface of the target service system.
The interface rendering device of the service system in the embodiment of the present application may further execute the method in fig. 2, and implement the functions of the template management server in the embodiment shown in fig. 2, which are not described herein again.
Fig. 7 is an interface rendering system of a business system according to an embodiment of the present application. As shown in fig. 7, the interface rendering system includes a client and a template management server, where the client may be embedded in a business system server. The client includes an API, a parsing component, and a rendering component. The template management server comprises a template engine component, a verification engine component and a unified data storage center.
The above components will be specifically described below:
and the template engine component is used for uniformly managing the interface templates of various business systems. The developer can number the interface elements of the open source template or the customized template according to different requirements, so that the interface elements can be used by the business system through the configuration framework. Interface elements of different templates can be configured in a set by the template engine component. And uploading the interface template created in the template engine component to a unified data storage center for storage.
And the verification component is used for managing verification rules, and the verification rules are used for verifying the format of data input by a user aiming at different elements displayed on the interface and providing a prompt effect after verification (such as verification of non-null, special characters, a mailbox, a mobile phone and the like). It can be understood that, because the check rules corresponding to different templates are different from the interface effect, the check rules customized for the interface template can be provided, and the custom interface can be provided to meet the requirement of the business party for customizing the check rules.
And the unified data storage center is used for storing the related data of the interface template.
And the API is used for enabling the business server embedded in the client to access the template management server. After the developer finishes writing the back-end service interface, the developer configures the API, and the main configuration points are the parameters of the API, the mapping relationship between the parameters and the interface elements (or described as the mapping relationship between the parameters and the template numbers of the interface elements), and the mapping relationship between the return values and the interface elements (or described as the mapping relationship between the return values and the template numbers of the interface elements).
And the analysis component is used for reading the interface template and the check rule from the template engine component and the check engine component of the template management server respectively by analyzing the configuration information of the API when the service system is started, and caching the interface template and the check rule to the local.
And the rendering component is used for rendering an interface according to the interface template when the user triggers the service through the URL corresponding to the API, verifying the format of the input data according to the verification rule when the user inputs the data, and displaying a return value corresponding to the input data to the user on the interface of the service system after the data format is verified. In other words, the rendering component is used to provide interface (View) to Service (Service) data transfer and data rendering capabilities.
The client shown in fig. 7 may execute the method shown in fig. 1, and the template server shown in fig. 7 may execute the method shown in fig. 2, and may achieve corresponding technical effects, which are not described herein again.
In short, the above description is only a preferred embodiment of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.

Claims (14)

1. An interface rendering method of a business system comprises the following steps:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the method specifically comprises the following steps: determining the number of the target interface layout template and the number of the target interface element template according to the configuration information; the configuration information comprises a number of the target interface layout template, a parameter of the API, a first mapping relation between the parameter and the number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation;
sending a template reading request to the template management server, wherein the template reading request comprises identification information of the target service system, the number of the target interface layout template and the number of the target interface element template;
receiving a template reading response of the template management server to the template reading request, wherein the template reading response comprises the target interface layout template and the target interface element template, and the template reading response is sent by the template management server under the condition that the target service system is successfully verified based on the identification information of the target service system;
the template management server is used for managing interface templates of a plurality of service systems, and the target interface templates comprise target interface layout templates and target interface element templates;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
2. The method of claim 1, further comprising:
acquiring a target verification rule corresponding to the target interface template;
after the interface of the target business system is rendered according to the target interface template, format verification is carried out on input data input on the interface of the target business system by a user through the target verification rule;
and when the format check is passed, displaying a return value corresponding to the input data to a user on an interface of the target business system.
3. The method of claim 2, wherein the obtaining of the target verification rule corresponding to the target interface template comprises:
and acquiring the target verification rule from the template management server, wherein the template reading response also comprises the target verification rule.
4. The method of claim 2, wherein the configuration information further includes a second mapping relationship between a return value and a number of an interface element template, and the displaying the return value corresponding to the input data to the user on the interface of the target business system includes:
determining a target interface element template corresponding to the return value corresponding to the input data according to the return value corresponding to the input data and the second mapping relation;
and displaying the return value corresponding to the input data at the target interface element template.
5. The method of claim 4, further comprising:
determining parameters corresponding to the input data according to the serial numbers of the interface element templates corresponding to the input data and the first mapping relation;
and determining the return value of the parameter corresponding to the input data as the return value corresponding to the input data.
6. The method of claim 1, after obtaining the target interface template of the target business system from the template server, further comprising:
and caching the target interface template locally.
7. An interface rendering method of a business system is applied to a template management server, the template management server is used for managing interface templates of a plurality of business systems, and the method comprises the following steps:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system; the number of the target interface layout template of the target service system and the number of the target interface element template of the target service system are determined according to API configuration information of a service server of the target service system; the configuration information comprises a number of the target interface layout template, a parameter of the API, a first mapping relation between the parameter and the number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
8. The method according to claim 7, wherein the template read response further includes a target verification rule corresponding to a target interface template, and the target verification rule is used for the service server to perform format verification on data input by the user on the interface of the target service system.
9. An interface rendering apparatus of a business system, comprising:
the system comprises a processing unit, a service processing unit and a service processing unit, wherein the processing unit is used for determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to a target service system when the target service system is started;
the obtaining unit obtains a target interface template of the target service system from a template management server according to the configuration information of the API, and specifically includes: determining the number of the target interface layout template and the number of the target interface element template according to the configuration information; the configuration information comprises the serial number of the target interface layout template, the parameters of the API, and a first mapping relation between the parameters and the serial number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation; sending a template reading request to the template management server, wherein the template reading request comprises identification information of the target service system, the number of the target interface layout template and the number of the target interface element template; receiving a template reading response of the template management server to the template reading request, wherein the template reading response comprises the target interface layout template and the target interface element template, and the template reading response is sent by the template management server under the condition that the target service system is successfully verified based on the identification information of the target service system; the template management server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and the rendering unit is used for responding to the operation that the user triggers the service through the URL and rendering the interface of the target service system according to the target interface template.
10. An interface rendering apparatus of a business system, the interface rendering apparatus for managing interface templates of a plurality of business systems, the interface rendering apparatus comprising:
the system comprises a receiving unit, a processing unit and a processing unit, wherein the receiving unit is used for receiving a template reading request of a service server of a target service system, and the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system; the number of the target interface layout template of the target service system and the number of the target interface element template of the target service system are determined according to API configuration information of a service server of the target service system; the configuration information comprises a number of the target interface layout template, a parameter of the API, a first mapping relation between the parameter and the number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation;
and the sending unit is used for sending a template reading response aiming at the template reading request to the service server under the condition that the target service system is successfully verified based on the identification information of the target service system, wherein the template reading response comprises the target interface template and the target interface element template.
11. A traffic server, comprising:
a processor; and
a memory arranged to store computer executable instructions that when executed use the processor to perform the following:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the method specifically comprises the following steps: determining the number of the target interface layout template and the number of the target interface element template according to the configuration information; the configuration information comprises a number of the target interface layout template, a parameter of the API, a first mapping relation between the parameter and the number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation; sending a template reading request to the template management server, wherein the template reading request comprises identification information of the target service system, the number of the target interface layout template and the number of the target interface element template; receiving a template reading response of the template management server to the template reading request, wherein the template reading response comprises the target interface layout template and the target interface element template, and the template reading response is sent by the template management server under the condition that the target service system is successfully verified based on the identification information of the target service system; the template management server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
12. A template management server for managing interface templates of a plurality of business systems, the template management server comprising:
a processor; and
a memory arranged to store computer executable instructions that when executed use the processor to perform the following:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system; the number of the target interface layout template of the target service system and the number of the target interface element template of the target service system are determined according to API configuration information of a service server of the target service system; the configuration information comprises the serial number of the target interface layout template, the parameters of the API, and a first mapping relation between the parameters and the serial number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
13. A computer readable medium storing one or more programs which, when executed by a business server comprising a plurality of application programs, cause the business server to:
when a target service system is started, determining a Uniform Resource Locator (URL) corresponding to an Application Program Interface (API) corresponding to the target service system;
acquiring a target interface template of the target service system from a template management server according to the configuration information of the API, wherein the method specifically comprises the following steps: determining the number of the target interface layout template and the number of the target interface element template according to the configuration information; the configuration information comprises a number of the target interface layout template, a parameter of the API, a first mapping relation between the parameter and the number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information includes: determining the number of the target interface element template according to the parameters of the API and the first mapping relation; sending a template reading request to the template management server, wherein the template reading request comprises identification information of the target service system, the number of the target interface layout template and the number of the target interface element template; receiving a template reading response of the template management server to the template reading request, wherein the template reading response comprises the target interface layout template and the target interface element template, and the template reading response is sent by the template management server under the condition that the target service system is successfully verified based on the identification information of the target service system; the template management server is used for managing interface templates of a plurality of service systems, and the target interface template comprises a target interface layout template and a target interface element template;
and responding to the operation that the user triggers the service through the URL, and rendering the interface of the target service system according to the target interface template.
14. A computer readable medium storing one or more programs which, when executed by a template management server comprising a plurality of application programs and for managing interface templates for a plurality of business systems, cause the template management server to perform the operations of:
receiving a template reading request of a service server of a target service system, wherein the template reading request comprises identification information of the target service system, the number of a target interface layout template of the target service system and the number of a target interface element template of the target service system; the number of the target interface layout template of the target service system and the number of the target interface element template of the target service system are determined according to API configuration information of a service server of the target service system; the configuration information comprises a number of the target interface layout template, a parameter of the API, a first mapping relation between the parameter and the number of the interface element template; wherein, the determining the number of the target interface element template according to the configuration information comprises: determining the number of the target interface element template according to the parameters of the API and the first mapping relation;
and under the condition that the target service system is successfully verified based on the identification information of the target service system, sending a template reading response aiming at the template reading request to the service server, wherein the template reading response comprises the target interface template and the target interface element template.
CN201811488317.9A 2018-12-06 2018-12-06 Interface rendering method and device of business system and server Active CN110007916B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811488317.9A CN110007916B (en) 2018-12-06 2018-12-06 Interface rendering method and device of business system and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811488317.9A CN110007916B (en) 2018-12-06 2018-12-06 Interface rendering method and device of business system and server

Publications (2)

Publication Number Publication Date
CN110007916A CN110007916A (en) 2019-07-12
CN110007916B true CN110007916B (en) 2022-07-05

Family

ID=67165066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811488317.9A Active CN110007916B (en) 2018-12-06 2018-12-06 Interface rendering method and device of business system and server

Country Status (1)

Country Link
CN (1) CN110007916B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110618813A (en) * 2019-09-02 2019-12-27 恩亿科(北京)数据科技有限公司 Method, device and equipment for quickly generating docking media interface and storage medium
CN110928538A (en) * 2019-10-08 2020-03-27 视联动力信息技术股份有限公司 Interface processing method and device for video network terminal
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment
CN111767026B (en) * 2020-06-22 2023-11-03 北京百度网讯科技有限公司 Method, device, equipment and medium for generating business object template
CN112306489A (en) * 2020-11-13 2021-02-02 成都中科大旗软件股份有限公司 Method and system for realizing complex detail interface of IOS (input/output system)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105898438A (en) * 2016-04-07 2016-08-24 广州华多网络科技有限公司 Live broadcasting room dynamic configuration method, device, system and server
CN106156131A (en) * 2015-04-08 2016-11-23 苏宁云商集团股份有限公司 Templating online page editing method and system
CN106202096A (en) * 2015-05-05 2016-12-07 阿里巴巴集团控股有限公司 Customer terminal webpage rendering intent and device
CN107424033A (en) * 2016-03-29 2017-12-01 阿里巴巴集团控股有限公司 A kind of component rendering method, page display method, client, server and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10565296B2 (en) * 2011-11-08 2020-02-18 Microsoft Technology Licensing, Llc Designing interactive web templates

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156131A (en) * 2015-04-08 2016-11-23 苏宁云商集团股份有限公司 Templating online page editing method and system
CN106202096A (en) * 2015-05-05 2016-12-07 阿里巴巴集团控股有限公司 Customer terminal webpage rendering intent and device
CN107424033A (en) * 2016-03-29 2017-12-01 阿里巴巴集团控股有限公司 A kind of component rendering method, page display method, client, server and storage medium
CN105898438A (en) * 2016-04-07 2016-08-24 广州华多网络科技有限公司 Live broadcasting room dynamic configuration method, device, system and server

Also Published As

Publication number Publication date
CN110007916A (en) 2019-07-12

Similar Documents

Publication Publication Date Title
CN110007916B (en) Interface rendering method and device of business system and server
TWI743773B (en) Method and device for identifying abnormal collection behavior based on privacy data protection
CN109639636B (en) Service data forwarding method, service data processing method, service data forwarding device, service data processing device and electronic equipment
US8849791B1 (en) Assisted shopping
US10972267B2 (en) Deterministic verification of digital identity documents
CN107168960B (en) Service execution method and device
US10250747B2 (en) System, method and computer program product for service call identification
CN109298926B (en) Method and device for entering resource transfer party into resource transfer platform and electronic equipment
CN106547904B (en) Cross-account information sharing method and device
CN108550046B (en) Resource and marketing recommendation method and device and electronic equipment
CN110022259B (en) Message arrival rate determining method and device, data statistics server and storage medium
CN109347898B (en) Scene information sending method, scene information display method, server and mobile terminal
JP6763088B2 (en) Resource transmission method and equipment
CN110390069A (en) The method, apparatus of data check calculates equipment and medium
CN109241768B (en) Love information processing method, device, equipment and storage medium
CN111163132A (en) Service providing method, device, equipment and system based on block chain
US20180234329A1 (en) Test building for testing server operation
US20220382897A1 (en) Resource protection and verification with bidirectional notification architecture
CN110908657A (en) Product generation method and device
CN110058992B (en) Text template effect feedback method and device and electronic equipment
CN111274516B (en) Page display method, page configuration method and device
CN108596581B (en) Verification method and device for resource transfer and electronic payment verification method and device
CN111833060B (en) Information tracing method and device, storage medium and electronic equipment
CN114520830A (en) Message pushing method, device and system
CN109636438B (en) Virtual resource service system, virtual resource processing method and device

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
TA01 Transfer of patent application right

Effective date of registration: 20200921

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200921

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant