CN111580820B - Applet generation method and device - Google Patents

Applet generation method and device Download PDF

Info

Publication number
CN111580820B
CN111580820B CN202010448672.4A CN202010448672A CN111580820B CN 111580820 B CN111580820 B CN 111580820B CN 202010448672 A CN202010448672 A CN 202010448672A CN 111580820 B CN111580820 B CN 111580820B
Authority
CN
China
Prior art keywords
applet
tenant
template
policy
service platform
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
CN202010448672.4A
Other languages
Chinese (zh)
Other versions
CN111580820A (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.)
Taikang Insurance Group Co Ltd
Original Assignee
Taikang Insurance Group 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 Taikang Insurance Group Co Ltd filed Critical Taikang Insurance Group Co Ltd
Priority to CN202010448672.4A priority Critical patent/CN111580820B/en
Publication of CN111580820A publication Critical patent/CN111580820A/en
Application granted granted Critical
Publication of CN111580820B publication Critical patent/CN111580820B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The invention discloses an applet generation method and device, and relates to the technical field of computers. One embodiment of the method comprises the following steps: acquiring a first applet template from the applet service platform according to the authorization code of the tenant; configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template; submitting the second applet template to an applet service platform for auditing; and constructing a logic layer and a data layer on the second applet template passing the auditing to generate the applet of the tenant. The implementation mode solves the problems of no reusability, low expansion, occupation of a large amount of developers and server resources, realizes that a set of socket handles a plurality of applets of different types, can realize high customization, can realize data isolation and authority allocation from an applet level to a C-end user (applet user) level, conveniently constructs the applet, and reduces the cost of learning and maintaining the applet.

Description

Applet generation method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and apparatus for generating an applet.
Background
Traditional applet (e.g., weChat applet) development architecture is a closed architecture from applet end-to-service end-to-applet service platform (e.g., weChat public platform). The applet operator needs to participate in an overall procedure of the applet: development configuration, server configuration, manual submission and audit by logging in a public platform after development of developers is completed, high learning cost, long development period, one-to-one relation between applet development server end codes and applet service ends, poor code reusability, structure construction based on requirements and poor expansibility and compatibility.
In the process of implementing the present invention, the inventor finds that at least the following problems exist in the prior art:
the method has the advantages of no reusability, low expansion, occupation of a large amount of developers and server resources, and high cost for learning and maintaining the applet by operators.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a method and an apparatus for generating an applet, which can solve the problems of no reusability, low expansion, occupation of a large amount of developers and server resources, and realize that a set of interfaces should deal with a plurality of applets of different types, so that not only can high customization be realized, but also data isolation and permission allocation from the level of the applet to the level of a C-terminal user (applet user) be realized, and the applet can be conveniently constructed, thereby reducing the cost of learning and maintaining the applet by operators.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided an applet generating method.
A method of applet generation comprising: acquiring a first applet template from the applet service platform according to the authorization code of the tenant; configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template; submitting the second applet template to the applet service platform for auditing; and constructing a logic layer and a data layer on the second applet template which passes the auditing so as to generate the applet of the tenant.
Optionally, the acquiring, according to the authorization code of the tenant, the first applet template from the applet service platform includes: receiving tenant information provided by the tenant through a web page, and applying an authorization code of the tenant to an authorization page of the applet service platform according to the tenant information; and receiving the authorization code returned by the authorization page in response to the tenant information, and acquiring the first applet template from the applet service platform according to the authorization code.
Optionally, the configuring the style component corresponding to the tenant, adding the configured style component to the first applet template to obtain a second applet template, including: acquiring a pre-stored applet pattern, wherein the applet pattern comprises a configuration file, and the configuration file comprises routing information of a stored configured functional module and a jumped applet identification; updating the routing information of the function module of the stored configuration and the jumped applet identification in the configuration file into the routing information of the function module corresponding to the tenant and the jumped applet identification to obtain the configuration of the style component corresponding to the tenant; and adding the style component configuration corresponding to the tenant to the first applet template to obtain the second applet template.
Optionally, the method further comprises: the method comprises the steps of defining policy algorithm interfaces of all the functional modules in advance, wherein each policy algorithm interface realizes a plurality of policy reference classes, and the routing information of the function module with stored configuration is the policy algorithm parameter of one policy reference class realized by the policy algorithm interface of the corresponding function module; updating the routing information of the function module of the stored configuration in the configuration file into the routing information of the function module corresponding to the tenant by the following method: and updating the policy algorithm parameters of the current policy reference class corresponding to the functional module in the stored configuration into the policy algorithm parameters of a first policy reference class, wherein the first policy reference class is determined according to the style requirements of the tenant.
Optionally, said building a logical layer on said second applet template that passes the audit comprises: constructing a user authentication logic layer to configure different data authorities according to different user roles of the tenant, wherein the method comprises the following steps: and distributing different distributed JSON Web tokens to different user roles of the tenant so that the different user roles have different data rights.
Optionally, the style component configuration of the second applet template further includes the tenant identifier, and the user authentication logic layer uniquely locates the user role of the tenant according to the user identifier of the tenant and the authorization code of the tenant or the tenant identifier.
Optionally, after obtaining the second applet template, it includes: transmitting the second applet template to a first storage address of the applet service platform; submitting the second applet template to the applet service platform for auditing, including: comparing the locally recorded generation time of the second applet template with the generation time of the second applet template stored in the first storage address to determine the latest version of the second applet template; and sending the second applet template of the latest version to a second storage address of the applet service platform, and sending an audit request to the applet service platform, wherein the audit request is used for requesting the applet service platform to audit the second applet template of the latest version.
According to another aspect of an embodiment of the present invention, there is provided an applet generating apparatus.
An applet generation apparatus comprising: the small program template acquisition module is used for acquiring a first small program template from the small program service platform according to the authorization code of the tenant; the applet template generation module is used for configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template; the applet template submitting module is used for submitting the second applet template to the applet service platform for auditing; and the applet generating module is used for constructing a logic layer and a data layer on the second applet template which passes the auditing so as to generate the applet of the tenant.
Optionally, the applet template acquisition module is further configured to: receiving tenant information provided by the tenant through a web page, and applying an authorization code of the tenant to an authorization page of the applet service platform according to the tenant information; and receiving the authorization code returned by the authorization page in response to the tenant information, and acquiring the first applet template from the applet service platform according to the authorization code.
Optionally, the applet template generation module is further configured to: acquiring a pre-stored applet pattern, wherein the applet pattern comprises a configuration file, and the configuration file comprises routing information of a stored configured functional module and a jumped applet identification; updating the routing information of the function module of the stored configuration and the jumped applet identification in the configuration file into the routing information of the function module corresponding to the tenant and the jumped applet identification to obtain the configuration of the style component corresponding to the tenant; and adding the style component configuration corresponding to the tenant to the first applet template to obtain the second applet template.
Optionally, the system further comprises a policy algorithm interface definition module for: the method comprises the steps of defining policy algorithm interfaces of all the functional modules in advance, wherein each policy algorithm interface realizes a plurality of policy reference classes, and the routing information of the function module with stored configuration is the policy algorithm parameter of one policy reference class realized by the policy algorithm interface of the corresponding function module; the applet template generation module updates the routing information of the function module of the stored configuration in the configuration file into the routing information of the function module corresponding to the tenant in the following manner: and updating the policy algorithm parameters of the current policy reference class corresponding to the functional module in the stored configuration into the policy algorithm parameters of a first policy reference class, wherein the first policy reference class is determined according to the style requirements of the tenant.
Optionally, the applet generating module is further configured to: constructing a user authentication logic layer to configure different data authorities according to different user roles of the tenant, wherein the method comprises the following steps: and distributing different distributed JSON (JS object numbered) Web tokens to different user roles of the tenant so that the different user roles have different data authorities.
Optionally, the style component configuration of the second applet template further includes the tenant identifier, and the user authentication logic layer uniquely locates the user role of the tenant according to the user identifier of the tenant and the authorization code of the tenant or the tenant identifier.
Optionally, the applet template submitting module is further configured to: transmitting the second applet template to a first storage address of the applet service platform; the applet template submitting module is further configured to: comparing the locally recorded generation time of the second applet template with the generation time of the second applet template stored in the first storage address to determine the latest version of the second applet template; and sending the second applet template of the latest version to a second storage address of the applet service platform, and sending an audit request to the applet service platform, wherein the audit request is used for requesting the applet service platform to audit the second applet template of the latest version.
According to yet another aspect of an embodiment of the present invention, an electronic device is provided.
An electronic device, comprising: one or more processors; and the memory is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors are enabled to realize the applet generating method provided by the embodiment of the invention.
According to yet another aspect of an embodiment of the present invention, a computer-readable medium is provided.
A computer readable medium having stored thereon a computer program which when executed by a processor implements an applet generating method provided by an embodiment of the invention.
One embodiment of the above invention has the following advantages or benefits: according to the authorization code of the tenant, a first applet template is obtained from the applet service platform, a style component corresponding to the tenant is configured and added to the first applet template to obtain a second applet template, the second applet template is submitted to the applet service platform for verification, and after passing the verification, a logic layer and a data layer are constructed on the second applet template to generate an applet of the tenant. The method and the device can solve the problems of no reusability, low expansion, occupation of a large number of developers and server resources, realize that a set of socket handles a plurality of applets of different types, and distribute different distributed JSON Web tokens to different user roles of tenants so that the different user roles have different data authorities, not only can realize high customization, but also can realize data isolation and authority distribution from an applet level to a C-end user (applet user) level, can conveniently construct the applets, and reduce the cost of learning and maintaining the applets by operators.
Further effects of the above-described non-conventional alternatives are described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of the main steps of an applet generation method according to a first embodiment of the invention;
FIG. 2 is a schematic diagram of an applet build authorization process in accordance with a second embodiment of the invention;
fig. 3 is an interface multiplexing diagram according to a third embodiment of the invention;
fig. 4 is a schematic diagram of implementing fine-grained authentication quarantine in accordance with a fourth embodiment of the invention;
fig. 5 is a schematic diagram of main blocks of an applet generating apparatus according to a fifth embodiment of the invention;
FIG. 6 is a schematic diagram of an applet generation system architecture according to a sixth embodiment of the invention;
FIG. 7 is an exemplary system architecture diagram in which embodiments of the present invention may be applied;
fig. 8 is a schematic diagram of a computer system suitable for use in implementing an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, in which various details of the embodiments of the present invention are included to facilitate understanding, and are to be considered merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of main steps of an applet generating method according to a first embodiment of the invention.
As shown in fig. 1, the applet generating method according to one embodiment of the present invention mainly includes the following steps S101 to S104.
Step S101: and acquiring the first applet template from the applet service platform according to the authorization code of the tenant.
Step S102: configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template.
Step S103: and submitting the second applet template to the applet service platform for auditing.
Step S104: and constructing a logic layer and a data layer on the second applet template passing the auditing to generate the applet of the tenant.
The tenant refers to an enterprise, and the applet of each tenant can be generated by the applet generation method of the embodiment of the invention.
According to the authorization code of the tenant, the acquiring the first applet template from the applet service platform may specifically include: receiving tenant information provided by a tenant through a web page, and applying an authorization code of the tenant to an authorization page of an applet service platform according to the tenant information; and receiving an authorization code returned by the authorization page in response to the tenant information, and acquiring a first applet template according to the authorization code.
The applet in the embodiment of the invention can be based on various applet service platforms, and takes the example that the applet service platform is a WeChat public platform, and correspondingly, the generated applet is the WeChat applet.
In one embodiment, configuring a style component corresponding to a tenant, and adding the configured style component to a first applet template to obtain a second applet template may specifically include: acquiring a pre-stored applet pattern, wherein the applet pattern comprises a configuration file, and the configuration file comprises routing information of a function module which is configured in a stored manner and a jumped applet identifier; updating the routing information of the function module stored and configured in the configuration file and the jumped applet identification into the routing information of the function module corresponding to the tenant and the jumped applet identification to obtain the configuration of the style component corresponding to the tenant; and adding the style component configuration corresponding to the tenant into the first applet template to obtain a second applet template.
The style component corresponding to the tenant refers to a style component meeting the style requirement of the tenant applet.
Updating the routing information and the jumped applet identification of the functional module corresponding to the tenant means that the routing information and the jumped applet identification of the functional module which are configured in a stored manner are kept unchanged when the routing information and the jumped applet identification of the functional module corresponding to the tenant are the same as the routing information and the jumped applet identification of the functional module which are configured in a stored manner.
In one embodiment, the policy algorithm interfaces of the functional modules may be predefined, each policy algorithm interface implementing a plurality of policy reference classes, and the routing information of the function module that is configured in advance is a policy algorithm parameter of one of the policy reference classes implemented by the policy algorithm interface of the corresponding functional module.
The routing information of the function module stored and configured in the configuration file can be updated into the routing information of the function module corresponding to the tenant in the following manner: and updating the policy algorithm parameters of the current policy reference class of the corresponding functional module in the stored configuration into the policy algorithm parameters of a first policy reference class, wherein the first policy reference class is determined according to the style requirements of tenants on the applet. For example, the style requirement of the tenant a on the applet is that a certain function module is implemented as an a1 style, the a1 style corresponds to the policy reference class 1 of the function module, and then the policy algorithm parameter of the current policy reference class (for example, policy reference class 2) of the function module in the configuration file is updated to the policy algorithm parameter of the policy reference class 1, so that the function module can be implemented as the a1 style.
In one embodiment, building a logical layer on the second applet template that passes the audit includes: constructing a user authentication logic layer to configure different data authorities according to different user roles of tenants, wherein the method comprises the following steps: different distributed JSON Web tokens are distributed to different user roles of the tenant, so that the different user roles have different data rights.
In one embodiment, the style component configuration of the second applet template may further include a tenant identifier, and the user authentication logic layer may uniquely locate a user role of the tenant according to the user identifier of the tenant and an authorization code or tenant identifier of the tenant. The user identification may be, for example, an openid (user unique identification) of the user.
The logic layer construction in the embodiment of the invention can be not only limited to the construction of the user authentication logic layer, but also can be constructed into various logic layers such as data capture analysis, and the logic layer data capture analysis is taken as an example, and can have the function of capturing user behavior data for analysis, and the user behavior is counted through buried point tracking analysis, and the user behavior data such as user browsing times and the like.
In one embodiment, after the second applet template is obtained, the second applet template is sent to the first storage address of the applet service platform. The first storage address of the applet service platform is used to store the uploaded applet templates that have not yet submitted for auditing.
And submitting the second applet template to the applet service platform for auditing, which may include: comparing the locally recorded generation time of the second applet template with the generation time of the second applet template stored in the first storage address of the applet service platform to determine the second applet template of the latest version; and sending the second applet template of the latest version to a second storage address of the applet service platform, and sending an auditing request to the applet service platform, wherein the auditing request is used for requesting the applet service platform to audit the second applet template of the latest version. The second storage address of the applet service platform is used to store the submitted applet templates.
Fig. 2 is a schematic diagram of an applet build authorization process according to a second embodiment of the invention.
The applet construction authorization procedure of one embodiment of the invention comprises: receiving tenant information provided by a tenant through a web page, and applying an authorization code of the tenant to an authorization page of an applet service platform according to the tenant information; and receiving an authorization code returned by the authorization page in response to the tenant information, and acquiring a first applet template according to the authorization code. Fig. 2 is a schematic diagram of a system in this embodiment, in which the system in this embodiment refers to a system for executing the applet generation method in the embodiment of the present invention, and the website refers to a web page at the front end of the system in this embodiment, taking the Website as an example. The applet operator enters the system website of the present embodiment (S201); the system of the embodiment requests a pre-authorization code by calling a WeChat public platform API (application program interface) (S202); after the pre-authorization code is acquired, guiding a user to enter an authorized website page of the WeChat public platform component (S203), filling tenant information and the like; the Website is authorized by the Website through the Website public platform component for small program authorization (S204); after the authorization is successful, the Website is authorized by the Website through the Website communication public platform to return a feedback weight code to the system of the embodiment (S205); the system of the embodiment acquires the operator applet information (S206) which is an applet blank template (excluding style and content), i.e. a first applet template, using the authorization code; the authorized applet is developed instead according to the authorization code and applet information (S207).
The embodiment of the invention ensures that operators only need to fill in registration applets such as tenant information and the like from a WeChat public platform and host the registration applets to the system of the embodiment without considering development details.
The embodiment of the invention adopts template componentization and configurability, so that the same template can generate the same type of small programs with different layout, skin and data content, the small programs of the tenant of the embodiment of the invention can be in the form of intelligent business cards (name cards for short), for example, the demand of the tenant A is the time-limited discount activity of the newly added product of the small program activity column in the period of large promotion (large-scale promotion), and the demand of the tenant B is the activity of newly added micro letter step number exchange prize. For each scene, only one set of templates is developed, configuration management is unified, a corresponding tenant specific functional module is displayed at a WeChat end according to tenant authentication, template configuration is supported from the aspects of server end interfaces and table design, the modes of writing page names, background images, button names and the like of the traditional applet development modes are changed into a mode of storing the page names, background images, button names and the like into a server end database, and configuration modification of default and specific columns at a B end (web end) is supported.
When the generation is authorized, the tenant and applet template information is bound, a strong relation is established with the applet code, a WeChat applet is generated as an example, the routing information of the function module corresponding to the current tenant and the jumped applet identification can be added to the json format configuration file by utilizing the WeChat ext. Json characteristic, the routing information of the function module stored and configured in the configuration file and the jumped applet identification are updated, the configuration file is submitted and stored to the WeChat end, when the applet calls the server, the configuration file information of different tenants and different templates is returned to the server for analysis, and the server interface gives corresponding response data processing through specific json format information in the configuration file, so that the embodiment of the invention only needs to define an active unified interface from the aspect of the interface, and can return corresponding customized data according to the configuration file, thereby fully meeting the generation requirements of multiple tenants and multiple types of applets.
The whole interface design of the embodiment of the invention adopts a strategy mode, each strategy algorithm interface realizes a plurality of strategy reference classes by predefining strategy algorithm interfaces of each functional module, under the similar pattern templates, the strategy algorithm interfaces are defined, corresponding algorithm realization is compiled according to different functions (skins and modules), and the strategy reference classes are transmitted into respective strategy algorithm parameters through own specific realization, so that different small program pattern templates (namely the second small program templates) can be obtained for different tenants according to pattern requirements, multiple realization of single interfaces is supported, repeated development is avoided, and unified management is facilitated. Fig. 3 is a schematic diagram of multiplexing an interface according to a third embodiment of the present invention, and according to the embodiment shown in fig. 3, the same policy algorithm interface (abbreviated as an interface) may have multiple algorithm implementations, and the corresponding Method () and function () are combined, so that the functional modules corresponding to the policy algorithm interface may be implemented in different multiple styles.
The traditional applet login authentication mainly comprises the identity of an applet interface caller, and after login success, the interface return reference is only data acquisition of the applet level, so that when the service is laterally expanded, only a new interface can be written, and the same interface cannot be provided for a plurality of applets. The embodiment of the invention combines WeChat API login with JWT (JSON Web Token) authentication to realize the isolation and authority splitting from the same service to the fine granularity data of a plurality of small programs to the whole network user. JWTs are a very lightweight specification that allows for the use of JWTs to communicate secure and reliable information between users and servers. JWT is made up of three parts: a Header (Header) indicating that the signature algorithm is an HS256 algorithm; payload (playload), i.e. where valid information is stored, including claims registered in the standard, public claims, private claims; visa (signature), which includes three parts of information of a header (after base 64), a payload (after base 64), and a secret private key.
The embodiment of the invention can configure different data authorities according to different user roles of the tenant, wherein different distributed JSON Web tokens are distributed to the different user roles of the tenant so that the different user roles have different data authorities. A schematic diagram of implementing fine-grained authentication isolation according to an embodiment of the invention is shown in fig. 4. As shown in fig. 4, the embodiment of the present invention can solve the problem of coping with multiple applets and exposing data to user roles (such as general users and sales personnel) with different identity levels by each applet, and the problem of authority isolation, and simultaneously support the B-side (web-side) administrator to configure the operation and data authority of employees with different levels of an enterprise on the C-side (user-side) APP (application program). The user logs in the applet through the WeChat login interface wx.logic () (S401), the WeChat platform returns the user 'S openid (user unique identifier) (S402), the system of this embodiment can obtain the user information such as the user' S openid (user unique identifier), session key, mobile phone number, etc., uniquely locate the applet user identity (S403) according to the openid and the authorization code (authID) of the tenant (S403), i.e. locate which C-terminal user under which tenant the user is, distribute the authorization token (i.e. JSON Web token) according to different applets and the obtained C-terminal mobile phone number, and finally return the data differentiated by double verification of the data applet level+user level (S404).
In another embodiment of the present invention, the identity of the user may be determined uniquely according to the tenant identity and the openid of the user in the applet configuration file ext.
By distributing the distributed JSON Web Token to the users of the tenants, users with different positions, such as ordinary sales and Token bodies of operators, are different, so that the data authority is also different, and the enterprise-level user fine granularity data isolation is realized by the mode.
The embodiment of the invention can realize the fine granularity data isolation and authority splitting from a plurality of small programs to the whole public network user, and realize the complete ecology from a set of system to the plurality of small programs to the whole public network user.
Fig. 5 is a schematic diagram of main blocks of an applet generating apparatus according to a fifth embodiment of the invention.
As shown in fig. 5, the applet generating apparatus 500 according to one embodiment of the present invention mainly includes: an applet template acquisition module 501, an applet template generation module 502, an applet template submission module 503, an applet generation module 504.
The applet template acquiring module 501 is configured to acquire a first applet template from the applet service platform according to an authorization code of a tenant.
The applet template generation module 502 is configured to configure a style component corresponding to the tenant, and add the configured style component to the first applet template to obtain a second applet template.
And the applet template submitting module 503 is configured to submit the second applet template to the applet service platform for auditing.
The applet generation module 504 is configured to construct a logical layer and a data layer on the second applet template that passes the audit to generate an applet of the tenant.
The applet template acquisition module 501 may be specifically configured to: receiving tenant information provided by a tenant through a web page, and applying an authorization code of the tenant to an authorization page of an applet service platform according to the tenant information; and receiving an authorization code returned by the authorization page in response to the tenant information, and acquiring a first applet template according to the authorization code.
The applet template generation module 502 may be specifically configured to: acquiring a pre-stored applet pattern, wherein the applet pattern comprises a configuration file, and the configuration file comprises routing information of a function module which is configured in a stored manner and a jumped applet identifier; updating the routing information of the function module stored and configured in the configuration file and the jumped applet identification into the routing information of the function module corresponding to the tenant and the jumped applet identification to obtain the configuration of the style component corresponding to the tenant; and adding the style component configuration corresponding to the tenant into the first applet template to obtain a second applet template.
The applet generating apparatus 500 may further comprise a policy algorithm interface definition module for: the method comprises the steps of defining policy algorithm interfaces of all functional modules in advance, wherein each policy algorithm interface realizes a plurality of policy reference classes, and the routing information of the stored and configured functional modules is the policy algorithm parameter of one policy reference class realized by the policy algorithm interface of the corresponding functional module;
the applet template generation module 502 updates the routing information of the function module stored and configured in the configuration file to the routing information of the function module corresponding to the tenant in the following manner: and updating the policy algorithm parameters of the current policy reference class of the corresponding functional module in the stored configuration into the policy algorithm parameters of the first policy reference class, wherein the first policy reference class is determined according to the style requirements of the tenant.
The applet generation module 504 may be specifically configured to construct a user authentication logic layer to configure different data rights according to different user roles of the tenant, where the method includes: different distributed JSON Web tokens are distributed to different user roles of the tenant, so that the different user roles have different data rights.
In one embodiment, the style component configuration of the second applet template may further include a tenant identifier, and the user authentication logic layer may uniquely locate a user role of the tenant according to the user identifier of the tenant and an authorization code or tenant identifier of the tenant.
The applet template submission module 503 may also be configured to send the second applet template to the first storage address of the applet service platform.
The applet template submitting module 503 may be further configured to compare the locally recorded generation time of the second applet template with the generation time of the second applet template stored in the first storage address to determine the second applet template of the latest version; and sending the second applet template of the latest version to a second storage address of the applet service platform, and sending an auditing request to the applet service platform, wherein the auditing request is used for requesting the applet service platform to audit the second applet template of the latest version.
The embodiment of the invention solves the cost of learning and maintaining the small programs by a user at the B end and operators, componentizes each link, provides a concise and convenient interface for operation, refuses the hard coding of the traditional development mode, adopts a plurality of design modes, integrates and optimizes the middleware from a UI (user interface) layer, a logic layer to each link of a data layer, realizes that a socket corresponds to a plurality of small programs of different types, and realizes data isolation and authority distribution.
In addition, the specific implementation of the applet generating apparatus in the embodiment of the present invention has been described in detail in the above applet generating method, and thus the description thereof will not be repeated here.
Fig. 6 is a schematic diagram of an applet generating system architecture according to a sixth embodiment of the invention.
The invention discloses a method for generating a small program product, which is characterized in that an embodiment of the invention is based on a Spring boot (a brand new framework for simplifying the initial construction and Development process of a new Spring application) +spring closed (which is an ordered set of a series of frameworks for simplifying the Development of a distributed system infrastructure), integrates a set of integrated powerful devops (combination of Development and Operations) of a WeChat platform construction design, is a set of process, method and system generic name), and a main flow platform interface, constructs a B-end small program and a C-end small program into the same system, realizes the zero-base one-key construction small program of a B-end operator, provides a BToC-end (B-end to C-end) omnibearing style material library, and generates the small program product in a highly customized manner. The architecture of the applet generation system in the embodiment of the invention can comprise a development tool, a user layer, a load balancing, a micro service layer, a data operation layer and the like, wherein the development tool is such as MAVEN (a Java project management tool), jekins (a continuous integration tool based on Java development) and the like, the user layer supports various forms of user terminals such as PC (personal computer), H5 (hypertext markup language 5), APP (application program) and the like, the load balancing mainly provides load balancing service/proxy service of the system, the micro service layer comprises a service gateway, applet service, authorized service/generation development, content management service and the like, and the applet service provides the design and realization of functional modules of applets of tenants such as AI (advanced technology) sales radar, instant messaging, intelligent pushing and the like. The authorization service/generation development and content management service implements the main functions of the applet generation device of the embodiment of the invention, such as submitting an audit for submitting an applet template with a style component to a WeChat public platform audit, configuring rights for distributing different distributed JSON Web tokens to different user roles of a tenant so that the different user roles have different data rights, publishing the applet for publishing the applet generated last, version management for checking whether the applet is the latest version, and so on. The management of the style and the content of the applet can be realized through template management, and the management (label management), AI embedding, activity customization, one-key customization (such as one-key customization of active content) and the like of the labels of the content in the applet can be realized through content management service, wherein the activity refers to the activity pushed by the tenant, for example, the activity A in the figure refers to one activity pushed by the current tenant. The micro service layer of the embodiment of the invention only displays the functional module and the active content of the applet of a certain exemplary tenant, and does not limit the protection scope of the invention. The data manipulation layer of fig. 6 provides the functionality to store, cache, persist, etc. data.
The embodiment of the invention can provide operators with visual maintenance of a closed loop from the binding of the applet from the code template to the acquisition of the experience edition, from the submitting and checking, from the issuing of the applet and from the version management to the operation flow of the system of the embodiment, reduce the learning cost and the operation difficulty of the operators, save the server resources and improve the development efficiency and the interface reusability.
Fig. 7 illustrates an exemplary system architecture 700 to which the applet generation method or applet generation apparatus of embodiments of the invention may be applied.
As shown in fig. 7, a system architecture 700 may include terminal devices 701, 702, 703, a network 704, and a server 705. The network 704 is the medium used to provide communication links between the terminal devices 701, 702, 703 and the server 705. The network 704 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
A user may interact with the server 705 via the network 704 using the terminal devices 701, 702, 703 to receive or send messages or the like. Various communication client applications such as shopping class applications, web browser applications, search class applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only) may be installed on the terminal devices 701, 702, 703.
The terminal devices 701, 702, 703 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop and desktop computers, and the like.
The server 705 may be a server providing various services, such as a background management server (by way of example only) providing support for shopping-type websites browsed by users using the terminal devices 701, 702, 703. The background management server may analyze and process the received data such as the product information query request, and feedback the processing result (e.g., the target push information, the product information—only an example) to the terminal device.
It should be noted that, the applet generating method provided in the embodiment of the present application is generally executed by the server 705, and accordingly, the applet generating device is generally disposed in the server 705.
It should be understood that the number of terminal devices, networks and servers in fig. 7 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 8, there is illustrated a schematic diagram of a computer system 800 suitable for use in implementing a terminal device or server in accordance with an embodiment of the present application. The terminal device or server shown in fig. 8 is only an example, and should not impose any limitation on the functions and scope of use of the embodiments of the present application.
As shown in fig. 8, the computer system 800 includes a Central Processing Unit (CPU) 801 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 802 or a program loaded from a storage section 808 into a Random Access Memory (RAM) 803. In the RAM 803, various programs and data required for the operation of the system 800 are also stored. The CPU 801, ROM 802, and RAM 803 are connected to each other by a bus 804. An input/output (I/O) interface 805 is also connected to the bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, mouse, etc.; an output portion 807 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and a speaker; a storage section 808 including a hard disk or the like; and a communication section 809 including a network interface card such as a LAN card, a modem, or the like. The communication section 809 performs communication processing via a network such as the internet. The drive 810 is also connected to the I/O interface 805 as needed. A removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 810 as needed so that a computer program read out therefrom is mounted into the storage section 808 as needed.
In particular, according to the disclosed embodiments of the application, the processes described above with reference to the main step schematic diagrams may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the main step schematic. In such an embodiment, the computer program may be downloaded and installed from a network via the communication section 809, and/or installed from the removable media 811. The above-described functions defined in the system of the present application are performed when the computer program is executed by a Central Processing Unit (CPU) 801.
The computer readable medium shown in the present application may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present application, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The primary step diagrams and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the main step diagrams or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or main step diagrams, and combinations of blocks in the block diagrams or main step diagrams, can be implemented by special purpose hardware-based systems that perform the specified functions or operations, or combinations of special purpose hardware and computer instructions.
The modules involved in the embodiments of the present application may be implemented in software or in hardware. The described modules may also be provided in a processor, for example, as: a processor comprises an applet template acquisition module, an applet template generation module, an applet template submission module, and an applet generation module. The names of these modules do not in some cases limit the module itself, for example, the applet template acquisition module may also be described as "a module for acquiring the first applet template from the applet service platform according to the tenant's authorization code".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be present alone without being fitted into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to include: acquiring a first applet template from the applet service platform according to the authorization code of the tenant; configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template; submitting the second applet template to the applet service platform for auditing; and constructing a logic layer and a data layer on the second applet template which passes the auditing so as to generate the applet of the tenant.
According to the technical scheme of the embodiment of the invention, a first applet template is obtained from the applet service platform according to the authorization code of the tenant, a style component corresponding to the tenant is configured and added to the first applet template to obtain a second applet template, the second applet template is submitted to the applet service platform for verification, and after passing the verification, a logic layer and a data layer are constructed on the second applet template to generate the applet of the tenant. The method and the device can solve the problems of no reusability, low expansion, occupation of a large number of developers and server resources, realize that a set of socket handles a plurality of applets of different types, and distribute different distributed JSON Web tokens to different user roles of tenants so that the different user roles have different data authorities, not only can realize high customization, but also can realize data isolation and authority distribution from an applet level to a C-end user (applet user) level, can conveniently construct the applets, and reduce the cost of learning and maintaining the applets by operators.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives can occur depending upon design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (8)

1. A method of applet generation, comprising:
acquiring a first applet template from the applet service platform according to the authorization code of the tenant;
configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template;
submitting the second applet template to the applet service platform for auditing;
constructing a logic layer and a data layer on the second applet template which passes the auditing so as to generate the applet of the tenant;
the configuring the style component corresponding to the tenant, adding the configured style component to the first applet template to obtain a second applet template, including: acquiring a pre-stored applet pattern, wherein the applet pattern comprises a configuration file, and the configuration file comprises routing information of a stored configured functional module and a jumped applet identification; updating the routing information of the function module of the stored configuration and the jumped applet identification in the configuration file into the routing information of the function module corresponding to the tenant and the jumped applet identification to obtain the configuration of the style component corresponding to the tenant; adding the style component configuration corresponding to the tenant to the first applet template to obtain the second applet template;
The method further comprises the steps of: the method comprises the steps of defining policy algorithm interfaces of all the functional modules in advance, wherein each policy algorithm interface realizes a plurality of policy reference classes, and the routing information of the function module with stored configuration is the policy algorithm parameter of one policy reference class realized by the policy algorithm interface of the corresponding function module;
updating the routing information of the function module of the stored configuration in the configuration file into the routing information of the function module corresponding to the tenant by the following method: and updating the policy algorithm parameters of the current policy reference class corresponding to the functional module in the stored configuration into the policy algorithm parameters of a first policy reference class, wherein the first policy reference class is determined according to the style requirements of the tenant.
2. The method of claim 1, wherein the obtaining the first applet template from the applet service platform according to the tenant's authorization code comprises:
receiving tenant information provided by the tenant through a web page, and applying an authorization code of the tenant to an authorization page of the applet service platform according to the tenant information;
and receiving the authorization code returned by the authorization page in response to the tenant information, and acquiring the first applet template from the applet service platform according to the authorization code.
3. The method of claim 1, wherein said building a logical layer on said second applet template that passes the audit comprises:
constructing a user authentication logic layer to configure different data authorities according to different user roles of the tenant, wherein the method comprises the following steps: and distributing different distributed JSON Web tokens to different user roles of the tenant so that the different user roles have different data rights.
4. The method of claim 3, wherein the style component configuration of the second applet template further comprises the tenant identity, and wherein the user authentication logic layer uniquely locates the user role of the tenant based on the user identity of the tenant and the tenant authorization code or the tenant identity.
5. The method of claim 1, wherein after obtaining the second applet template, comprising: transmitting the second applet template to a first storage address of the applet service platform;
submitting the second applet template to the applet service platform for auditing, including:
comparing the locally recorded generation time of the second applet template with the generation time of the second applet template stored in the first storage address to determine the latest version of the second applet template;
And sending the second applet template of the latest version to a second storage address of the applet service platform, and sending an audit request to the applet service platform, wherein the audit request is used for requesting the applet service platform to audit the second applet template of the latest version.
6. An applet generation apparatus, comprising:
the small program template acquisition module is used for acquiring a first small program template from the small program service platform according to the authorization code of the tenant;
the applet template generation module is used for configuring a style component corresponding to the tenant, and adding the configured style component to the first applet template to obtain a second applet template;
the applet template submitting module is used for submitting the second applet template to the applet service platform for auditing;
the applet generation module is used for constructing a logic layer and a data layer on the second applet template which passes the auditing so as to generate the applet of the tenant;
the applet template generation module is further configured to: acquiring a pre-stored applet pattern, wherein the applet pattern comprises a configuration file, and the configuration file comprises routing information of a stored configured functional module and a jumped applet identification; updating the routing information of the function module of the stored configuration and the jumped applet identification in the configuration file into the routing information of the function module corresponding to the tenant and the jumped applet identification to obtain the configuration of the style component corresponding to the tenant; adding the style component configuration corresponding to the tenant to the first applet template to obtain the second applet template;
The apparatus further comprises a policy algorithm interface definition module for: the method comprises the steps of defining policy algorithm interfaces of all the functional modules in advance, wherein each policy algorithm interface realizes a plurality of policy reference classes, and the routing information of the function module with stored configuration is the policy algorithm parameter of one policy reference class realized by the policy algorithm interface of the corresponding function module; the applet template generation module updates the routing information of the function module of the stored configuration in the configuration file into the routing information of the function module corresponding to the tenant in the following manner: and updating the policy algorithm parameters of the current policy reference class corresponding to the functional module in the stored configuration into the policy algorithm parameters of a first policy reference class, wherein the first policy reference class is determined according to the style requirements of the tenant.
7. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-5.
8. A computer readable medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any of claims 1-5.
CN202010448672.4A 2020-05-25 2020-05-25 Applet generation method and device Active CN111580820B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010448672.4A CN111580820B (en) 2020-05-25 2020-05-25 Applet generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010448672.4A CN111580820B (en) 2020-05-25 2020-05-25 Applet generation method and device

Publications (2)

Publication Number Publication Date
CN111580820A CN111580820A (en) 2020-08-25
CN111580820B true CN111580820B (en) 2023-09-15

Family

ID=72126974

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010448672.4A Active CN111580820B (en) 2020-05-25 2020-05-25 Applet generation method and device

Country Status (1)

Country Link
CN (1) CN111580820B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112153012B (en) * 2020-09-01 2021-07-06 珠海市卓轩科技有限公司 Multi-terminal contact access method, device and storage medium
CN112182623B (en) * 2020-10-13 2022-05-13 支付宝(杭州)信息技术有限公司 Method and device for protecting user privacy
CN112328235A (en) * 2020-11-06 2021-02-05 广州朗国电子科技有限公司 Method for quickly customizing software application interactive logic
US11544373B2 (en) * 2020-12-18 2023-01-03 Huawei Technologies Co., Ltd. Method and system for application security
CN113822694A (en) * 2021-01-15 2021-12-21 北京沃东天骏信息技术有限公司 Data returning method, device and storage medium
CN112925586B (en) * 2021-03-10 2024-02-27 深圳市活力天汇科技股份有限公司 Applet routing method, device, computer equipment and storage medium
CN113268266B (en) * 2021-05-19 2024-02-02 上海视九信息科技有限公司 Multi-version coexistence management method, system and medium for applet rendering framework
CN114168215B (en) * 2021-11-17 2024-03-19 广东太平洋互联网信息服务有限公司 Plug-in processing method, system and medium for multiple small program function modules
CN114217874A (en) * 2021-12-16 2022-03-22 中国建设银行股份有限公司 Applet generation method, device, equipment, readable storage medium and product
CN114185551B (en) * 2022-02-17 2022-06-21 浙江口碑网络技术有限公司 Applet compiling method, applet running method and device and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108681547A (en) * 2018-03-27 2018-10-19 厦门欣旅通科技有限公司 A kind of web content converting method and device based on small routine
CN109101307A (en) * 2018-07-20 2018-12-28 广东巴拿赫大数据科技有限公司 " a key safety " wechat small routine backstage combination picture processing method based on mobile terminal
CN109274731A (en) * 2018-09-04 2019-01-25 北京京东金融科技控股有限公司 Deployment, call method and the device of web services based on multi-tenant technology
CN110442822A (en) * 2019-08-02 2019-11-12 腾讯科技(深圳)有限公司 A kind of small routine content displaying method, device, equipment and storage medium
CN110502235A (en) * 2019-07-24 2019-11-26 江苏大学 One kind being based on wechat small routine and movable methods of exhibiting
CN110532029A (en) * 2019-09-04 2019-12-03 深圳前海微众银行股份有限公司 Small routine generation method, device, equipment and computer readable storage medium
CN110727431A (en) * 2019-09-17 2020-01-24 阿里巴巴集团控股有限公司 Applet generation method and apparatus
CN110968305A (en) * 2019-12-20 2020-04-07 深圳乐信软件技术有限公司 Applet visualization generation method, device, equipment and storage medium
CN110989993A (en) * 2019-11-12 2020-04-10 安徽信果网络科技有限公司 WeChat applet-based development method
CN111078260A (en) * 2019-12-23 2020-04-28 焦点科技股份有限公司 WeChat applet third-party platform management method and system
CN111160845A (en) * 2019-12-06 2020-05-15 中国建设银行股份有限公司 Service processing method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1277119A4 (en) * 2000-03-31 2006-09-06 Siebel Systems Inc Thin client method and system for generating page delivery language output from applets, views, and screen definitions
US9513881B2 (en) * 2007-06-27 2016-12-06 International Business Machines Corporation System for the discovery and provisioning of artifacts and composites
US20110289484A1 (en) * 2010-05-19 2011-11-24 Also Energy Method and System for Script Processing for Web-Based Applications
US10108409B2 (en) * 2014-01-03 2018-10-23 Visa International Service Association Systems and methods for updatable applets

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108681547A (en) * 2018-03-27 2018-10-19 厦门欣旅通科技有限公司 A kind of web content converting method and device based on small routine
CN109101307A (en) * 2018-07-20 2018-12-28 广东巴拿赫大数据科技有限公司 " a key safety " wechat small routine backstage combination picture processing method based on mobile terminal
CN109274731A (en) * 2018-09-04 2019-01-25 北京京东金融科技控股有限公司 Deployment, call method and the device of web services based on multi-tenant technology
WO2020048391A1 (en) * 2018-09-04 2020-03-12 京东数字科技控股有限公司 Methods and apparatuses for deploying and invoking web services based on multi-tenancy technology
CN110502235A (en) * 2019-07-24 2019-11-26 江苏大学 One kind being based on wechat small routine and movable methods of exhibiting
CN110442822A (en) * 2019-08-02 2019-11-12 腾讯科技(深圳)有限公司 A kind of small routine content displaying method, device, equipment and storage medium
CN110532029A (en) * 2019-09-04 2019-12-03 深圳前海微众银行股份有限公司 Small routine generation method, device, equipment and computer readable storage medium
CN110727431A (en) * 2019-09-17 2020-01-24 阿里巴巴集团控股有限公司 Applet generation method and apparatus
CN110989993A (en) * 2019-11-12 2020-04-10 安徽信果网络科技有限公司 WeChat applet-based development method
CN111160845A (en) * 2019-12-06 2020-05-15 中国建设银行股份有限公司 Service processing method and device
CN110968305A (en) * 2019-12-20 2020-04-07 深圳乐信软件技术有限公司 Applet visualization generation method, device, equipment and storage medium
CN111078260A (en) * 2019-12-23 2020-04-28 焦点科技股份有限公司 WeChat applet third-party platform management method and system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
唐磊.全局配置 app.json.《微信小程序商城开发实战》.2019,第241-243页. *
开发模式/ 第三方平台代开发;微信;《https://developers.weixin.qq.com/miniprogram/dev/devtools/ext.html》;全文 *
微信小程序登录 + 基于token的身份验证;每天开心成为别人的望尘莫及;《https://blog.csdn.net/qq_39474604/article/details/100016352》;全文第1-13页 *
微信第三方服务平台java获取小程序授权码(二);人类电影精华丶;《https://blog.csdn.net/durianll/article/details/98204061》;全文第1-9页 *

Also Published As

Publication number Publication date
CN111580820A (en) 2020-08-25

Similar Documents

Publication Publication Date Title
CN111580820B (en) Applet generation method and device
US9183537B2 (en) Content authoring and deployment technology
CN105122931B (en) Electronic equipment and the method that personal cloud device is registered in its portal user server
US11799841B2 (en) Providing intercommunication within a system that uses disparate authentication technologies
US20170371508A1 (en) Menu management method, server, and system
CN104025078A (en) Mobile solution for signing and retaining third-party documents
EP3103240A1 (en) On-premises agent for mobile cloud service
CN109983751B (en) Management service migration for managing devices
CN102171712A (en) Identity and authentication system using aliases
CN106663013A (en) Dynamic pacing for service upgrades
CN106874471A (en) Information-pushing method and device
CN110895603B (en) Multi-system account information integration method and device
US20150088974A1 (en) Method and System of Application Development for Multiple Device Client Platforms
KR101086620B1 (en) Smart office system and server for managing the sames and method for managing the sames
CN113568970A (en) Application service data management method, device, equipment and storage medium
CN112202744A (en) Multi-system data communication method and device
CN102638573A (en) Service information sending method, service information customizing platform device and service information customizing system
CN110537167A (en) The automatic supply of application program
CN108880923A (en) The method and apparatus that policer operation applied to application server is requested
CN114443002A (en) Method and device for creating application program, computer equipment and storage medium
CN113296744A (en) Application development system and method
KR101328118B1 (en) Method for providing log in service based on passdata
US10805419B2 (en) Web application configuration management
CN104471541B (en) Promote the method and computer system of mixing application environment
CN105141586A (en) Method and system for verifying user

Legal Events

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