[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN113986327A - Mini program management method, device, third-party platform and storage medium - Google Patents

Mini program management method, device, third-party platform and storage medium Download PDF

Info

Publication number
CN113986327A
CN113986327A CN202111233288.3A CN202111233288A CN113986327A CN 113986327 A CN113986327 A CN 113986327A CN 202111233288 A CN202111233288 A CN 202111233288A CN 113986327 A CN113986327 A CN 113986327A
Authority
CN
China
Prior art keywords
wechat
applet
platform
target applet
code
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.)
Pending
Application number
CN202111233288.3A
Other languages
Chinese (zh)
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.)
Hunan MgtvCom Interactive Entertainment Media Co Ltd
Original Assignee
Hunan MgtvCom Interactive Entertainment Media 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 Hunan MgtvCom Interactive Entertainment Media Co Ltd filed Critical Hunan MgtvCom Interactive Entertainment Media Co Ltd
Priority to CN202111233288.3A priority Critical patent/CN113986327A/en
Publication of CN113986327A publication Critical patent/CN113986327A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

According to the small program management method, the small program management device, the third-party platform and the storage medium, the third-party platform integrates the application program interface of the small program management platform, background processing is performed on complex operations in the small program management process of the small program, learning cost of an operator on the small program is reduced, and the operator can view and manage all small programs of the small program in a centralized mode on the third-party platform.

Description

Applet management method, device, third-party platform and storage medium
Technical Field
The invention relates to the technical field of internet, in particular to an applet management method, an applet management device, a third-party platform and a storage medium.
Background
With the continuous development of WeChat, the market brought by the derived Internet ecology is not small and worth; various manufacturers of large enterprises develop versions of the WeChat applet for their products.
The traditional user management from early registration, configuration to middle development, auditing and releasing to later release of the WeChat applet is a more complex process, wherein the configuration is required to be carried out by applet basic information configuration (name, icon, description and the like), development tools (determining common applet developer tools and mini game developer tools), member management (including managers, project members and experience members, and all members have different authorities), development management (development, code uploading secret key generation, IP white list configuration and server domain name configuration), version management (including development, auditing, online version, release and rollback of the version and the like), optional advanced functions are user feedback management, binding WeChat customer service, subscription information (setting to operations of adding, auditing, releasing and the like of a template), advertisement management, user information statistics, And (5) cloud development operation and maintenance center.
These involve multiple and complex configurations, are costly to learn, are easily confused between development and operational responsibilities, and are at high risk of on-line system errors due to unskilled personnel mishandling. If a team has multiple small program maintenance sets, the operation, configuration and maintenance costs are multiplied.
Disclosure of Invention
In view of the above, to solve the above problems, the present invention provides an applet management method, an applet management apparatus, a third-party platform and a storage medium, where the technical solution is as follows:
the invention provides an applet management method applied to a third-party platform, which comprises the following steps:
responding to a first input operation of an operator, and acquiring the proxy authority of a target applet registered in a WeChat platform;
calling an application program interface of the WeChat platform based on the proxy permission to acquire program information of the target applet from the WeChat platform;
and responding to a second input operation of the operator, carrying out generation development on the target applet according to the program information, and calling the application program interface to upload a generation development result to the WeChat platform.
Preferably, the acquiring the proxy authority of the target applet registered in the wechat platform includes:
calling the application program interface to acquire a pre-authorization code of the target applet from the WeChat platform;
guiding the operator to enter an authorization page of a WeChat public platform authorization component based on the pre-authorization code so that the operator can perform WeChat code scanning authorization in the authorization page;
and receiving an authorization code returned by the WeChat public platform authorization component under the condition that the WeChat scanning code authorization is successful.
Preferably, the registration mode of the target applet on the wechat platform includes:
under the condition that the four-field check is passed, issuing a plurality of acquired code templates;
responding to a third input operation of a manager, and acquiring the registration authority of the target applet, wherein the third input operation is input by the manager based on WeChat push information, and the WeChat push information is triggered by issuing of the code templates;
responding to a fourth input operation of the administrator, performing code development on the code template corresponding to the target applet based on the registration authority, and calling the application program interface to upload a generation development result to the WeChat platform.
Preferably, the obtaining manner of the plurality of code templates includes:
and responding to a fifth input operation of the manager, and acquiring a plurality of uploaded code templates, wherein one code template uniquely corresponds to one applet or one version of one applet.
Preferably, the method for registering the target applet on the wechat platform further includes:
managing versions of the target applet.
Preferably, the developing the target applet according to the program information includes:
calling the application program interface to acquire a configuration template matched with the target applet from the WeChat platform, wherein the configuration template comprises a plurality of configuration items; binding the plurality of configuration items with the target applet;
and/or
Calling the application program interface to acquire a function template matched with the target applet from the WeChat platform, wherein the function template comprises a plurality of function items; binding the plurality of function items with the target applet.
Preferably, the developing the target applet on an agent basis based on the program information further includes:
and responding to a sixth input operation of the operator, and managing the operation information of the target applet.
Another aspect of the present invention provides an applet management apparatus, comprising:
the authority acquisition module is used for responding to the first input operation of an operator and acquiring the proxy authority of the target applet registered in the WeChat platform;
the agent development module is used for calling an application program interface of the WeChat platform based on the agent authority so as to acquire the program information of the target small program from the WeChat platform; and responding to a second input operation of the operator, carrying out generation development on the target applet according to the program information, and calling the application program interface to upload a generation development result to the WeChat platform.
Another aspect of the present invention provides a third party platform, including: at least one memory and at least one processor; the memory stores a program, and the processor calls the program stored in the memory, wherein the program is used for realizing any small program management method.
Another aspect of the present invention provides a storage medium having stored therein computer-executable instructions for performing any one of the applet management methods.
Compared with the prior art, the invention has the following beneficial effects:
according to the small program management method, the small program management device, the third-party platform and the storage medium, the third-party platform integrates the application program interface of the small program management platform, background processing is performed on complex operations in the small program management process of the small program, learning cost of an operator on the small program is reduced, and the operator can view and manage all small programs of the small program in a centralized mode on the third-party platform.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a method for applet management provided in an embodiment of the present invention;
FIG. 2 is a partial flowchart of a method for applet management provided in an embodiment of the present invention;
fig. 3 is a flowchart of an overall signaling for third party platform generation development according to an embodiment of the present invention;
fig. 4 is a schematic diagram illustrating a registration process of a wechat applet according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an applet managing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
In view of the problems and deficiencies of the prior art proposed in the background art, the present invention provides a solution for multi-applet customized template management based on a wechat platform (also referred to as wechat development platform), which integrates an application program interface (i.e. API interface) provided by the wechat platform through a third party, implements background processing on complicated operations from registration, configuration, to release, and management processes of the wechat applets through the third party platform, provides an operation interface that is simple and easy for operators, reduces learning cost, and implements unified management of the wechat applets (including but not limited to version management, member management, user feedback management, development management, and cloud development); for managers, a large amount of complex configurations in the development process can be automatically completed in the background, so that the production efficiency can be greatly improved, and the risk of manual misoperation is reduced.
It should be noted that the third-party platform in the present invention may be implemented by a server, and the server may be one server or a cluster composed of a plurality of servers, which is not limited in this respect.
Furthermore, the third party platform follows the existing platform type third party platform application and the online flow when being built, including: 1) creating a WeChat open platform account; 2) creating a three-party platform; 3) the developer develops and tests the authorization by himself; 4) applying for whole network release and online; 5) and modifying and covering the current network after release. This flow is prior art and is not described in detail herein. The present invention will be described in detail below.
The embodiment of the invention provides an applet management method, which is applied to a third-party platform, wherein the method flow chart of the method is shown in figure 1, and the method comprises the following steps:
and S10, responding to the first input operation of the operator, and acquiring the proxy authority of the target applet registered in the WeChat platform.
In the embodiment of the invention, an operator can enable a third-party platform to obtain the proxy authority of the target small program through code scanning authorization, and the proxy authority is provided for the operator to bind the target small program from a template → obtain an experience version → submit and audit → release the small program → version management → data statistics, and the whole process is visually maintained on the third-party platform.
It should be noted that the target applet is one applet to be managed in the plurality of wechat applets.
In a specific implementation process, in step S10, the step of "obtaining the agent permission of the target applet registered on the wechat platform" may include the following steps, and a flowchart of the method is shown in fig. 2:
and S101, calling an application program interface to acquire a pre-authorization code of the target applet from the WeChat platform.
See the signaling flow diagram shown in fig. 3. And after the operator of the target applet enters the website of the third-party platform, scanning the authorized target applet through the related input operation request. And further, the third-party platform acquires the pre-authorization code of the target applet through an application program interface of the WeChat platform.
The target applet is a wechat applet that has completed registration in the wechat platform. That is, the target applet may be based on the registered WeChat applet of the prior art. In addition, the invention also provides a scheme for quickly creating the wechat applet based on the third-party platform, so as to save labor cost, and the registration mode of the target applet on the wechat platform comprises the following steps:
under the condition that the four-field check is passed, issuing a plurality of acquired code templates; responding to a third input operation of a manager, and acquiring the registration authority of the target applet, wherein the third input operation is input by the manager based on the WeChat push information, and the WeChat push information is triggered by issuing of a plurality of code templates; responding to the fourth input operation of the administrator, performing code development on the code template corresponding to the target applet based on the registration authority, and calling an application program interface to upload a generation development result to the WeChat platform.
See the schematic flow diagram shown in fig. 4. And after the third-party platform configures the authority set and releases the authority set in the whole network, issuing a plurality of code templates when the four-field verification is passed, wherein the code templates can be obtained from the WeChat platform in advance. It should be noted that the four-field check is an existing check method, and is not described herein again.
The manager of the target applet needs to enter the WeChat push information within a specified time, such as 24h, and complete the registration and authorization after completing the links of identity verification, face verification and the like. And the WeChat push information is generated by the WeChat application program based on the action of the third-party platform issuing the code template.
After the third-party platform obtains the registration authority of the target applet, the appid, namely the unique identifier of the target applet can be generated, and code development is carried out on the code template of the target applet by responding to relevant input operation of a manager. In addition, if a plurality of code templates corresponding to the target small program are provided, the manager selects one code template from the plurality of code templates to develop the code.
It should be noted that the third party platform interacts with the wechat platform during the code development process to upload the real-time results of the generation development to the wechat platform, thereby realizing the synchronization of the wechat platform.
It should also be noted that a plurality of code templates of the third-party platform can be obtained from the WeChat platform in advance. In addition, in order to solve the customization problem, the invention also provides a customization solution of the code template, which specifically comprises the following steps:
and responding to a fifth input operation of the manager, and acquiring a plurality of uploaded code templates, wherein one code template uniquely corresponds to one small program or one version of one small program.
The actual carrier of the applet version is the code template. In general, after a code template is developed by a manager, the code template is uploaded to a wechat platform through a wechat development tool, and one wechat platform can upload a plurality of code templates. In the embodiment of the present invention, a manager may upload a plurality of customized code templates to a third party, where each code template may belong to different wechat applets or different versions of the same wechat applet, and the embodiment of the present invention is not limited thereto.
For example, for common service function customization, applications in different service directions such as e-commerce, video and personnel are often carried by independent apps, and service dimensions can be distinguished through different code templates. For the advanced business function customization, all ordinary functions such as QQ, chatting, voice and the like can be used, and privileges such as level growth acceleration, special head portrait and the like can be owned only by VIP.
On this basis, the target applet corresponds to at least one code template, that is, has at least one version, and therefore, the embodiment of the present invention can further manage the version of the target applet. Specifically, in the embodiment of the invention, the third-party platform can directly submit the verification and release of the applet for online without logging in the WeChat platform, and simultaneously, the third-party platform also provides the functions of version rollback, offline and the like.
S102, guiding the operator to enter an authorization page of the WeChat public platform authorization component based on the pre-authorization code, so that the operator can perform WeChat code scanning authorization in the authorization page.
Continuing with the signaling flow diagram shown in fig. 3. After the third-party platform obtains the pre-authorization code of the target applet from the WeChat platform, the third-party platform guides the operator to enter an authorization page of the WeChat public platform authorization component, and the operator performs WeChat code scanning authorization in the authorization page.
It should be noted that, the process for guiding the operator to enter the authorization page by the third-party platform may be set according to an actual scene, which is not limited in the embodiment of the present invention.
S103, receiving an authorization code returned by the WeChat public platform authorization component under the condition that the WeChat code scanning authorization is successful.
Continuing with the signaling flow diagram shown in fig. 3. And the WeChat public platform authorization component authorizes the target applet and returns an authorization code to the third-party platform after successful authorization. At this time, the third-party platform can determine that the proxy authority of the target applet is obtained.
And S20, calling an application program interface of the wechat platform based on the proxy authority so as to acquire the program information of the target small program from the wechat platform.
Continuing with the signaling flow diagram shown in fig. 3. The third party platform uses the authorization code to obtain the program information of the target applet from the wechat platform, wherein the program information, namely the attribute information of part or all of the target applet, can be specifically selected by combining the authority of the third party platform.
And S30, responding to a second input operation of the operator, carrying out generation development on the target applet according to the program information, and calling an application program interface to upload a generation development result to the WeChat platform.
Continuing with the signaling flow diagram shown in fig. 3. And after obtaining the program information of the target small program, the third-party platform carries out development waiting on the target small program according to the program information, wherein the related operations comprise configuration, code uploading, auditing, online and the like.
It should be noted that the third party platform interacts with the wechat platform during the generation development process to upload the real-time result of the generation development to the wechat platform, thereby realizing the synchronization of the wechat platform.
In the specific implementation process, the "development of the target applet according to the program information" in step S30 may include the following steps:
calling an application program interface to acquire a configuration template matched with the target applet from the WeChat platform, wherein the configuration template comprises a plurality of configuration items; binding the plurality of configuration items with the target applet;
and/or
Calling an application program interface to acquire a function template matched with the target applet from the WeChat platform, wherein the function template comprises a plurality of function items; and binding the plurality of functional items with the target applet.
1) The traditional WeChat small program development has many and complex configuration items, the configuration is manual, and if a plurality of WeChat small programs are maintained, configuration change brings a lot of repeated labor and is easy to be wrong. The invention uniformly and automatically configures the complex configurations through a third-party platform, operators check the data concerned by the operators, managers only need to pay attention to specific service codes, and specific configuration details are automatically realized by a background.
Take the server domain name configuration as an example: the server domain name configuration is a restriction that the wechat applet limits various service resources for the sake of safety, and is specifically divided into five categories, namely request, socket, upload, download and udp, and the domain name configuration is a precondition that a request can be allowed to be sent, for example: ordinary http requests issued by the applet need to configure the corresponding domain name white list to be allowed to be issued.
The traditional mode is configured as follows: logging in a WeChat public platform to find a configured place: development- > development management- > development setting- > server domain name, start configuration, the administrator confirms identity, configure, and confirm configuration. The invention adopts the generation development mode configuration: when the target small program is successfully authorized, the third-party platform automatically binds the domain name configuration to the target small program, and subsequent updating is also carried out on the third-party platform. Of course, the server domain name configuration belongs to one of the configuration items.
In addition, when determining the configuration template matching the target applet, the configuration template matching the target applet may be selected according to the type of the target applet, for example, the applets for the e-commerce class, the video class and the personnel class have matching configuration templates.
2) The invention can integrate a large number of expansion functions, such as subscribing information, payment, logistics, instant distribution, cloud development, small program live broadcast, content security, advertisement, data analysis, operation and maintenance center and the like. The expansion function of the wechat applet generally requires different operations such as application, audit, online and the like, such as logistics, information push, payment and the like.
Taking subscription information as an example, the conventional method configures: logging in a WeChat public platform to find a configured place: subscribing the information- > my template- > adding the template, selecting a public template library, customizing the configuration, submitting the verification, and verifying the configuration after the verification is passed. The invention adopts generation development mode configuration: when the target applet is successfully authorized, the third-party platform automatically binds the subscription template defined by the WeChat platform to the target applet, and subsequent updating is also performed by the third-party platform. Of course, the subscription template is only one of the function templates, and a plurality of subscription-related function items may be contained therein.
Similarly, the plurality of applets maintained by the third-party platform do not need to open the payment function without the payment related applets, and the applets without the chat function do not need to use the expansion function of the WeChat customer service generally either.
In addition, the embodiment of the present invention may further manage the operation of the target applet, which is specifically as follows:
and responding to the sixth input operation of the operator to manage the operation information of the target small program.
Taking a user data system as an example, the traditional method is as follows: only the WeChat platform can be logged in for viewing, and only the user data of the last 30 days can be viewed. The invention adopts a generation development mode: the third-party platform can capture data from the WeChat platform, view any authorized applet data, store the captured user data into the database, and solve the problem that the traditional development mode can only view data in a month.
Compared with the traditional small program development process, the generation development has the characteristics of being more professional, efficient and automatic. The 'generation operation' can be realized from the registration of the subprogram, the development of operation and maintenance configuration, the expansion of function configuration to the release on-line, the manual operation flow is reduced, and the efficiency is improved. Different applets are flexibly configured through a third-party platform according to different service directions; meanwhile, the traditional small programs which are dispersedly developed and operated are integrated, and unified configuration, management, operation and maintenance are realized by using the WeChat platform.
Based on the applet management method provided in the foregoing embodiment, an embodiment of the present invention further provides an apparatus for executing the applet management method, where a schematic structural diagram of the apparatus is shown in fig. 5, and the apparatus includes:
the authority acquisition module 10 is used for responding to a first input operation of an operator and acquiring the proxy authority of the target applet registered in the WeChat platform;
the agent development module 20 is used for calling an application program interface of the wechat platform based on the agent authority so as to obtain the program information of the target small program from the wechat platform; and responding to a second input operation of an operator, carrying out generation development on the target applet according to the program information, and calling an application program interface to upload a generation development result to the WeChat platform.
Optionally, the permission obtaining module 10 performs a process of obtaining the proxy permission of the target applet registered in the wechat platform, including:
calling an application program interface to acquire a pre-authorization code of the target applet from the WeChat platform; guiding the operator to enter an authorization page of the WeChat public platform authorization component based on the pre-authorization code so that the operator can perform WeChat code scanning authorization in the authorization page; and receiving an authorization code returned by the WeChat public platform authorization component under the condition that the WeChat scanning code authorization is successful.
Optionally, the process of registering the target applet in the wechat platform by the permission obtaining module 10 includes:
under the condition that the four-field check is passed, issuing a plurality of acquired code templates; responding to a third input operation of a manager, and acquiring the registration authority of the target applet, wherein the third input operation is input by the manager based on the WeChat push information, and the WeChat push information is triggered by issuing of a plurality of code templates; responding to the fourth input operation of the administrator, performing code development on the code template corresponding to the target applet based on the registration authority, and calling an application program interface to upload a generation development result to the WeChat platform.
Optionally, the process of acquiring a plurality of code templates by the right acquiring module 10 includes:
and responding to a fifth input operation of the manager, and acquiring a plurality of uploaded code templates, wherein one code template uniquely corresponds to one small program or one version of one small program.
Optionally, the process of registering the target applet in the wechat platform by the permission obtaining module 10 further includes:
managing versions of the target applet.
Optionally, the process of performing generation development on the target applet by the generation development module 20 according to the program information includes:
calling an application program interface to acquire a configuration template matched with the target applet from the WeChat platform, wherein the configuration template comprises a plurality of configuration items; binding the plurality of configuration items with the target applet;
and/or
Calling an application program interface to acquire a function template matched with the target applet from the WeChat platform, wherein the function template comprises a plurality of function items; and binding the plurality of functional items with the target applet.
Optionally, the process of performing generation development on the target applet by the generation development module 20 according to the program information further includes:
and responding to the sixth input operation of the operator to manage the operation information of the target small program.
According to the small program management device provided by the embodiment of the invention, the third-party platform is integrated with the application program interface of the WeChat platform, the background processing is carried out on the complex operation in the WeChat small program management process, the learning cost of the small program for operators is reduced, and the operators can view and manage all WeChat small programs in a centralized manner on the third-party platform.
Based on the applet management method provided in the foregoing embodiment, an embodiment of the present invention further provides a third party platform, where the third party platform includes: at least one memory and at least one processor; the memory stores a program, and the processor calls the program stored in the memory, wherein the program is used for realizing the applet management method.
Based on the applet management method provided in the foregoing embodiment, an embodiment of the present invention further provides a storage medium, where the storage medium stores computer-executable instructions, and the computer-executable instructions are used to execute the applet management method.
The applet management method, the applet management device, the third-party platform and the storage medium provided by the invention are described in detail, a specific example is applied in the text to explain the principle and the implementation of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include or include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An applet management method applied to a third party platform, the method comprising:
responding to a first input operation of an operator, and acquiring the proxy authority of a target applet registered in a WeChat platform;
calling an application program interface of the WeChat platform based on the proxy permission to acquire program information of the target applet from the WeChat platform;
and responding to a second input operation of the operator, carrying out generation development on the target applet according to the program information, and calling the application program interface to upload a generation development result to the WeChat platform.
2. The method of claim 1, wherein obtaining the proxy authority of the target applet registered with the wechat platform comprises:
calling the application program interface to acquire a pre-authorization code of the target applet from the WeChat platform;
guiding the operator to enter an authorization page of a WeChat public platform authorization component based on the pre-authorization code so that the operator can perform WeChat code scanning authorization in the authorization page;
and receiving an authorization code returned by the WeChat public platform authorization component under the condition that the WeChat scanning code authorization is successful.
3. The method of claim 1, wherein the registration of the target applet on the wechat platform comprises:
under the condition that the four-field check is passed, issuing a plurality of acquired code templates;
responding to a third input operation of a manager, and acquiring the registration authority of the target applet, wherein the third input operation is input by the manager based on WeChat push information, and the WeChat push information is triggered by issuing of the code templates;
responding to a fourth input operation of the administrator, performing code development on the code template corresponding to the target applet based on the registration authority, and calling the application program interface to upload a generation development result to the WeChat platform.
4. The method of claim 3, wherein the obtaining of the plurality of code templates comprises:
and responding to a fifth input operation of the manager, and acquiring a plurality of uploaded code templates, wherein one code template uniquely corresponds to one applet or one version of one applet.
5. The method of claim 4, wherein the registration of the target applet on the wechat platform further comprises:
managing versions of the target applet.
6. The method of claim 1, wherein said developing the target applet on an agent basis from the program information comprises:
calling the application program interface to acquire a configuration template matched with the target applet from the WeChat platform, wherein the configuration template comprises a plurality of configuration items; binding the plurality of configuration items with the target applet;
and/or
Calling the application program interface to acquire a function template matched with the target applet from the WeChat platform, wherein the function template comprises a plurality of function items; binding the plurality of function items with the target applet.
7. The method of claim 5, wherein the developing the target applet on an agent basis based on the program information further comprises:
and responding to a sixth input operation of the operator, and managing the operation information of the target applet.
8. An applet management apparatus, characterized in that the apparatus comprises:
the authority acquisition module is used for responding to the first input operation of an operator and acquiring the proxy authority of the target applet registered in the WeChat platform;
the agent development module is used for calling an application program interface of the WeChat platform based on the agent authority so as to acquire the program information of the target small program from the WeChat platform; and responding to a second input operation of the operator, carrying out generation development on the target applet according to the program information, and calling the application program interface to upload a generation development result to the WeChat platform.
9. A third party platform, the third party platform comprising: at least one memory and at least one processor; the memory stores a program that the processor calls, the program implementing the applet management method according to any one of claims 1-7.
10. A storage medium having stored thereon computer-executable instructions for performing the applet management method of any one of claims 1-7.
CN202111233288.3A 2021-10-22 2021-10-22 Mini program management method, device, third-party platform and storage medium Pending CN113986327A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111233288.3A CN113986327A (en) 2021-10-22 2021-10-22 Mini program management method, device, third-party platform and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111233288.3A CN113986327A (en) 2021-10-22 2021-10-22 Mini program management method, device, third-party platform and storage medium

Publications (1)

Publication Number Publication Date
CN113986327A true CN113986327A (en) 2022-01-28

Family

ID=79740386

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111233288.3A Pending CN113986327A (en) 2021-10-22 2021-10-22 Mini program management method, device, third-party platform and storage medium

Country Status (1)

Country Link
CN (1) CN113986327A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461301A (en) * 2022-02-08 2022-05-10 口碑(上海)信息技术有限公司 Resource service application applet version submission and verification method and version management system
CN116643794A (en) * 2023-06-01 2023-08-25 中电金信软件有限公司 Information processing method and device and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111324335A (en) * 2020-01-04 2020-06-23 厦门二五八网络科技集团股份有限公司 Method and device for creating small program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111324335A (en) * 2020-01-04 2020-06-23 厦门二五八网络科技集团股份有限公司 Method and device for creating small program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461301A (en) * 2022-02-08 2022-05-10 口碑(上海)信息技术有限公司 Resource service application applet version submission and verification method and version management system
CN116643794A (en) * 2023-06-01 2023-08-25 中电金信软件有限公司 Information processing method and device and electronic equipment

Similar Documents

Publication Publication Date Title
JP5893641B2 (en) How to provide assistance to end users of software applications
CA2793401A1 (en) A cloud-based desktop and subscription application platform apparatuses, methods and systems
CN112994958B (en) Network management system, method and device and electronic equipment
CN113986327A (en) Mini program management method, device, third-party platform and storage medium
US20130183948A1 (en) Application Store System and Development Method Using the Application Store System
CN112560522A (en) Automatic contract input method based on robot client
US9451034B2 (en) Managing interaction with hosted services
CN110636057B (en) Application access method and device and computer readable storage medium
US9397987B1 (en) Managing interaction with hosted services
Kalem et al. Agile methods for cloud computing
US20170308368A1 (en) Preview and publishing of mobile applications
KR20130045464A (en) Business method for cooperated sofware development on online networks by using protected tools for secure
US11425172B2 (en) Application security for service provider networks
CN105681291B (en) A kind of realization multi-client uniform authentication method and system
CN114157581B (en) Method, apparatus, storage medium and electronic device for providing blockchain service
Kutera et al. Web Oriented Architectural Styles for Integrating Service E-marketplace Systems
CN116980412A (en) Block chain-based data processing method, equipment and readable storage medium
CN114564673A (en) Enterprise intelligent policy service implementation method and system based on big data
CN116521509A (en) Intelligent contract testing method, device, equipment, storage medium and product
Kuchar et al. INTERSECT Architecture Specification: System-of-Systems Architecture (Version 0.9)
CN114445059A (en) Virtual resource processing method, first client, device and storage medium
Kavya et al. Deploying and Setting up Ci/Cd Pipeline for Web Development Project on AWS Using Jenkins
Alonso et al. Cloud compliant applications: a reference framework to assess the maturity of software applications with respect to cloud
CN110083589A (en) A kind of ability warehouse towards avionics system
Neto et al. AKIP Process Automation Platform: A Framework for the Development of Process-Aware Web Applications.

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