CN113094094A - Method for sharing WeChat resources in multiple environments - Google Patents

Method for sharing WeChat resources in multiple environments Download PDF

Info

Publication number
CN113094094A
CN113094094A CN202110342832.1A CN202110342832A CN113094094A CN 113094094 A CN113094094 A CN 113094094A CN 202110342832 A CN202110342832 A CN 202110342832A CN 113094094 A CN113094094 A CN 113094094A
Authority
CN
China
Prior art keywords
wechat
environments
public number
wechat public
domain name
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.)
Withdrawn
Application number
CN202110342832.1A
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.)
Sichuan XW Bank Co Ltd
Original Assignee
Sichuan XW Bank 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 Sichuan XW Bank Co Ltd filed Critical Sichuan XW Bank Co Ltd
Priority to CN202110342832.1A priority Critical patent/CN113094094A/en
Publication of CN113094094A publication Critical patent/CN113094094A/en
Withdrawn 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/76Adapting program code to run in a different environment; Porting

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention belongs to the technical field of high-tech service, and discloses a method for sharing WeChat resources by multiple environments, which comprises the following steps of: determining a unique WeChat public number resource; step 2: configuring bill information of a developer and a WeChat interface for safe interaction; and step 3: providing an interactive response service; and 4, step 4: interactive data distribution synchronization; and 5: nginx configuration optimization; step 6: and (4) background configuration of the WeChat public number. The invention aims to solve the dependence of the WeChat H5 operation environment on the number of WeChat public numbers, and adopts a mode that one WeChat public number is accessed into a plurality of operation environments to ensure that all the operation environments share one WeChat public number resource, and the service data of the WeChat H5 product are mutually independent on each environment, thereby ensuring the stable and smooth operation of the WeChat H5 product.

Description

Method for sharing WeChat resources in multiple environments
Technical Field
The invention belongs to the technical field of high-technology services, and particularly relates to a method for sharing WeChat resources in multiple environments.
Background
WeChat H5 is a content development technology which is in accordance with the WeChat platform, and the adaptability and the instant update advantage of the WeChat H5 make the WeChat H5 adopted by wide enterprises as the main production technology and marketing mode of business products. The development technology as a platform depending on the WeChat depends on various resources and authorities provided by the WeChat, and the common resource depends on the WeChat public number. A WeChat H5 developer relies on the authority provided by the WeChat public number to develop related functions provided by the WeChat, and a WeChat H5 marketer relies on the WeChat public number to carry out product publicity, popularization and the like.
With the development of various WeChat H5 products completed, the operating stage of the products is entered, and the products need to apply for certification WeChat public account for use, and the current operating scheme for the WeChat H5 products is as follows: binding a WeChat public number to an operation environment, and using the WeChat public number resource by all products in the operation environment. However, different service products cannot be operated in one environment at the same time due to the conflict of service data, so that a plurality of operation environments are required to operate various wechat H5 products, the increase of the operation environments causes the increase of the demand on wechat public numbers, but one enterprise can only apply for 5 certified wechat public numbers, and the use of the wechat public numbers which are not certified has a plurality of authority constraints, so that the wechat public numbers which are not certified cannot be selected in product development. However, for the WeChat H5 product in the financial industry, face recognition, identity authentication and the like must be provided according to requirements, so that the WeChat is required to provide the rights of face recognition and calling the WeChat SDK, and the rights of use are not opened on the WeChat public number which is not authenticated. The increase of the demand of the WeChat public number exceeds 5 limits, the product variety development of enterprises faces obstacles, the products cannot normally complete the service flow, the use of the unauthenticated WeChat public number without quantity limit can cause that the products cannot carry out face recognition, GPS and call the WeChat SDK for safety verification, which is intolerable for the financial industry, and the quantity limit of the WeChat public number becomes the resource bottleneck of the product development.
Disclosure of Invention
Based on the above problems, the invention provides a method for sharing WeChat resources in multiple environments, which aims to solve the problem that the operating environment of WeChat H5 depends on the number of WeChat public numbers, and adopts a mode that one WeChat public number is accessed into multiple operating environments to enable all the operating environments to share one WeChat public number resource, and the service data of the WeChat H5 product are mutually independent in each environment, so that the stable and smooth operation of the WeChat H5 product is ensured.
To facilitate understanding of the scheme, we first explain some concepts within the scheme.
WeChat public number: and the application account number applied by the developer or the merchant on the WeChat public platform. The WeChat public number is divided into a service number and a subscription number, the subscription number can send the tweet once every day, the tweet once contains eight articles at most, and the service number can send the tweet four times a month and the tweet once contains eight articles at most. However, the subscription number is limited in function and cannot meet the service with functions of positioning, payment and the like, and the service number meets the requirements of most service functions. The main body of the enterprise can apply for 5 WeChat public numbers, and the 5 WeChat public numbers can be service numbers. The service number can authorize the invocation of all interfaces provided by the wechat only after authentication. The uncertified WeChat public number is a test public number, which only provides some basic test interfaces, such as WeChat authorization.
And (3) operating environment: the product development is generally divided into 3 steps, development, test and online. The development corresponds to a development environment, the development environment is a server specially used for development by developers, the configuration can be relatively random, and the development and the debugging are convenient; the test corresponds to a test environment, generally, the operation environment of the project is intensively and uniformly configured in a certain server, the project can be ensured to normally and stably operate in the server, each submitted defect can be accurately reproduced at any time, and only the project which operates in the test environment without errors can be issued to the production environment; the online correspondence is a production environment, which is a project operation environment for formally providing external services. Due to the continuous development of the test environment and the production environment, the configuration of the test environment and the production environment gradually generates some differences, and the test environment may not be timely synchronized to the production environment because the test environment is modified immediately when a certain configuration is lacked, so that the issue of the project to the production environment may generate problems. Therefore, in the drilling of the test environment, not only the stable operation of the project is ensured, but also the environment switching drilling is carried out on all the configurations of the project, so that the configuration of the environment required by the project can be accurately finished no matter whether the project is switched to any environment immediately. Therefore, the number of test environments is not limited to only one. Generally, in a project with a fast project iteration update period and a short functional on-line time, different test environments need to be allocated for testing. Therefore, through long development, the number of test environments, which is the operating environment mentioned in the present embodiment, is increasing due to the increasing and accumulating of items.
Both the WeChat H5 and the WeChat applet rely on the interface provided by WeChat to operate some core functions, such as face recognition. Enterprises relying on WeChat public accounts for marketing are bound to have little demand for WeChat public accounts. In order to ensure that the project can normally run in the running environment, except that the code bug blocks the flow, the accessed micro-communication interface can be normally called, and mutual correlation configuration needs to be carried out on the running environment and the micro-communication public number background when the interface is communicated. The wechat public number background carries out authority configuration on a server domain name needing to access the wechat interface, and the server domain name mainly comprises a message callback domain name, a JS security interface domain name, a webpage authorization domain name and some basic configuration items. To ensure that a link containing a domain name can normally access the interface provided by the wechat, that domain name must be configured in the configuration entries for the message callback domain name, the JS security interface domain name, and the web page authorization domain name. However, the tench provides a limitation to the configuration, the message callback domain name can only be set to one, the JS security interface domain name is limited to 5, and the web page authorization domain name is limited to 2. This makes it possible for a single operating environment to fully and normally invoke all functions provided by the wechat if the operating environment has its own independent domain name and only if the operating environment fully occupies a wechat public number. However, the restriction that one enterprise provided by the wechat can only apply for 5 wechat public numbers makes it impossible for one operating environment to correspond to one wechat public number under the condition of increasing requirements of the operating environment.
At present, aiming at binding configuration of a WeChat public number and a server, the WeChat public number corresponds to a domain name and corresponds to an operation environment, the scheme is applicable to an enterprise which does not need too much operation environment to verify WeChat H5 and WeChat small program projects, but aiming at an enterprise which mainly plays a WeChat public number promotion marketing mode and an enterprise which mainly plays a WeChat H5 and WeChat small program products, the operation environment can continuously increase along with the accumulation of time and products, and the problem that the WeChat public number resources are insufficient to distribute the resources of the operation environment exists all the day, at the moment, the verification of the products in the operation environment is blocked step by step, the most intuitive feeling is that interfaces provided by WeChat cannot be called, such as face recognition, GPS and the like, so that the development of related technologies of the WeChat H5 and the WeChat small program, such as face recognition, is limited.
The technical scheme of the invention is as follows.
A method for sharing WeChat resources in multiple environments comprises the following steps,
step 1: determining a unique WeChat public number resource: applying and authenticating by taking an enterprise as a main body to obtain a WeChat public number;
step 2: configuring bill information of a developer for safely interacting with the WeChat interface: configuring a server address URL and Token for generating a signature, wherein the server address URL and Token are used for generating a service address of an authority authentication credential;
and step 3: providing an interactive response service: generating verification information, processing information sent to a developer by the WeChat and a callback result of success or failure of calling the WeChat function by the developer;
and 4, step 4: interactive data distribution synchronization: synchronously storing the data pushed by the WeChat into all the operating environments sharing the WeChat public number;
and 5: nginx configuration optimization: unifying domain names in different environments, configuring all access requests aiming at the domain names, transferring to server directories corresponding to different operating environments according to the requests, and entering different operating environments to operate WeChat H5 products;
step 6: background configuration of WeChat public numbers: and calling back the domain name, the JS interface security domain name and the webpage authorization domain by the configuration message.
In one embodiment of the present invention, step 1 comprises the following steps,
step 1.1: entering a WeChat public number platform official network, performing registration activation by using an enterprise mailbox, selecting a WeChat public number type as a service number, and waiting for successful verification;
step 1.2: after the audit is successful, the apid and appsecret information can be checked and stored through the WeChat public platform.
Further, step 2 comprises the following steps,
step 2.1: logging in a WeChat public number background according to the WeChat of a developer;
step 2.2: the server address URL and Token used to generate the signature are provided in the interface configuration item of the development module.
Further, in step 3: comprises the following steps of,
step 3.1: extracting access _ token according to the appid and appsecet provided in the step 1.2, and then generating ticket according to the access _ token;
step 3.2: generating a random number and a time stamp, adding ticket and URL, and encrypting the 4 strings by using an SHA algorithm to generate a final signature;
step 3.3: the signature is returned to the WeChat server, the WeChat regenerates the signature according to the true appid, appsecret and URL of the WeChat, the signatures returned by the developer are compared, if the signatures are the same, the verification is passed, and the developer has the right to call the related functions of the WeChat;
step 3.4: the signature generated above is used for verifying the correctness of the signature provided by the WeChat, and then successfully receiving the message generated by the user pushed by the WeChat.
Further, step 4 comprises the following steps,
step 4.1: acquiring the transmitted user attention information through the step 3.4;
step 4.2: asynchronously connecting all the operating environment user data tables, and updating the associated information of the user and the WeChat public number;
step 4.3: the operating environment queries the user data in its environment to determine whether the user is a valid user.
Further, step 5 includes the following steps,
step 5.1: before unifying the domain names, the domain names of different environments are testa.com and testb.com, a and b are used for distinguishing the two environments, after unification, the domain names are testa.com/a and testb.com/b, and a and b are still used for distinguishing the two environments;
step 5.2: com domain name add server module in nginx configuration, and configure location regular matching for a and b directories, respectively, so that request with test.
Further, step 6 includes the following steps,
step 6.1: logging in a WeChat public number background, downloading an authentication file to a domain name root list, and ensuring that the authentication file can be accessed;
step 6.2: and (4) configuring the unified domain name testa.com obtained in the step 5.1 into the JS interface security domain name and webpage authorization domain name items.
Compared with the prior art, the invention has the following beneficial effects:
(1) one WeChat public number corresponds to a plurality of environments: the problem of limitation of the number of the enterprise distributed WeChat public numbers given by Tencent is solved, the problem of expansion of WeChat services depending on WeChat is eliminated, the problem of unavailable WeChat related functions caused by shortage of WeChat public number resources is indirectly solved, management and maintenance of the WeChat public number resources are optimized, and scientific and technological financial development is promoted.
(2) Data distribution synchronous update interactive message: the problem of limitation that one WeChat public number only provides one interactive message receiving server is solved, and the problems of pressure and information unshared brought to the same server by multi-environment redundant service and Tencent interaction are reduced.
(3) Unifying environmental domain names: the problem that one WeChat public number only provides 5 different domain name service interfaces for calling and 2 different domain name authorization limits is solved, the domain name resolution overhead of the server is reduced, and the management and maintenance of the web server are optimized.
Drawings
Fig. 1 is a diagram illustrating an application architecture for sharing a WeChat resource in multiple environments according to an embodiment of the present invention.
FIG. 2 is a flowchart illustrating a technique for sharing WeChat resources in multiple environments according to an embodiment of the present invention.
Detailed Description
The present invention will be further described with reference to the following examples, which are intended to illustrate only some, but not all, of the embodiments of the present invention. Based on the embodiments of the present invention, other embodiments used by those skilled in the art without any creative effort belong to the protection scope of the present invention.
In order to more clearly illustrate the technical solutions of the embodiments of the present disclosure, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are only examples or embodiments of the present description, and that for a person skilled in the art, the present description can also be applied to other similar scenarios on the basis of these drawings without inventive effort.
The invention adopts the following technical scheme by combining the attached drawings:
the detailed implementation steps of the method for sharing the WeChat resources in multiple environments comprise the following 6 steps in total, as follows:
(1) determining a unique WeChat public number resource: the main body of the enterprise applies for and authenticates to obtain a WeChat public number, and the WeChat public number has the authority of using all functions provided by WeChat after being authenticated. The detailed configuration is as follows:
(a) entering a WeChat public number platform official network, performing registration activation by using an enterprise mailbox, selecting a WeChat public number type as a service number, and waiting for successful verification;
(b) after the verification is successful, the appid and appsect information can be checked and stored through the WeChat public number platform, and the information can be visually regarded as an account password with related functions provided by WeChat and needs to be used when a signature and authority authentication are generated.
(2) Configuring bill information of a developer for safely interacting with the WeChat interface: configuring a server address URL and Token for generating a signature, and informing a WeChat developer of a service address for generating an authority authentication credential, wherein the address generally refers to a message callback address of a WeChat public number;
(a) logging in a WeChat public number background according to the WeChat of a developer;
(b) the server address URL and Token used to generate the signature are provided in the interface configuration item of the development module.
(3) Providing an interactive response service: generating verification information, processing information sent to a developer by the WeChat and a callback result of success or failure of calling the WeChat function by the developer;
(a) extracting access _ token according to the appid and appsecet provided in (1) (b), and then generating ticket according to the access _ token;
(b) generating a random number and a time stamp, adding ticket and URL, and encrypting the 4 strings by using an SHA algorithm to generate a final signature;
(c) the signature is returned to the WeChat server, the WeChat regenerates the signature according to the true appid, appsecret and URL of the WeChat, the signatures returned by the developer are compared, if the signatures are the same, the verification is passed, and the developer has the right to call the related functions of the WeChat;
(d) meanwhile, the signature generated by the method can be used for verifying the correctness of the signature provided by the WeChat. The related information of the generated signature is used in many functions, such as WeChat sharing. Therefore, when items under different environments need to use the same WeChat public number to use the related functions provided by WeChat, the related information of the generated signature needs to be the same. The interactive service is mainly applied to the situations that a user pays attention to a WeChat public number event, the information sent to the WeChat public number by the user is obtained, the information is replied and the like.
(4) Interactive data distribution synchronization: synchronously storing the data pushed by the WeChat into all the operating environments sharing the WeChat public number;
(a) acquiring the user attention information transmitted in the step (3) (d);
(b) asynchronously connecting all the operating environment user data tables, and updating the associated information of the user and the WeChat public number;
(c) the operating environment queries the user data in its environment to determine whether the user is a valid user.
(5) nginx configuration optimization: unifying domain names in different environments, configuring all access requests aiming at the domain names, transferring to server directories corresponding to different operating environments according to the requests, and entering different operating environments to operate WeChat H5 products;
(a) before unifying the domain names, the domain names of different environments are testa.com and testb.com, a and b are used for distinguishing the two environments, after unification, the domain names are testa.com/a and testb.com/b, and a and b are still used for distinguishing the two environments;
(b) com domain name add server module in nginx configuration, and configure location regular matching for a and b directories, respectively, so that request with test.
(6) Background configuration of WeChat public numbers: and calling back the domain name, the JS interface security domain name and the webpage authorization domain by the configuration message.
(a) Logging in a WeChat public number background, downloading an authentication file to a domain name root list, and ensuring that the authentication file can be accessed;
(b) and (5) configuring the uniform domain name testa.com of (a) into the JS interface security domain name and the webpage authorization domain name, wherein after configuration, the permission is given to the WeChat interface call initiated by the domain name.
Therefore, after all the processes are completed, one WeChat public number resource is shared in a plurality of different environments, and WeChat H5 products in different environments can normally operate in the operating environment.
In order to get rid of the influence of the limitation of the number of the wechat public numbers provided by Tencent on the expansion of the micro-services, in the embodiment, the resource allocation optimization from one operating environment of the wechat public numbers to one wechat public numbers to a plurality of operating environments is realized by using a data distribution technology and a nginx proxy technology, and a technology and a resource guarantee are provided for the safe and stable operation of a project.
The technical scheme of the embodiment realizes that one wechat public number corresponds to a plurality of operating environments, and ensures that each operating environment can normally use all interfaces provided by the wechat. The problem that only one running environment can timely receive messages from flight due to the fact that only one message callback domain name can be configured is solved by means of a data distribution technology; the nginx agent technology is utilized to realize the unification of the domain names of the operation environments of the independent domain names, the independence of the operation data, the separation from the limitation of the configuration quantity of the JS safety interface domain name and the webpage authorized domain name, the sharing of one WeChat public number resource by a plurality of operation environments, and the normal access of all the interfaces provided by the WeChat by the plurality of operation environments.
Having thus described the basic concept, it will be apparent to those skilled in the art that the foregoing detailed disclosure is to be regarded as illustrative only and not as limiting the present specification. Various modifications, improvements and adaptations to the present description may occur to those skilled in the art, although not explicitly described herein. Such modifications, improvements and adaptations are proposed in the present specification and thus fall within the spirit and scope of the exemplary embodiments of the present specification.
Also, the description uses specific words to describe embodiments of the description. Reference throughout this specification to "one embodiment," "an embodiment," and/or "some embodiments" means that a particular feature, structure, or characteristic described in connection with at least one embodiment of the specification is included. Therefore, it is emphasized and should be appreciated that two or more references to "an embodiment" or "one embodiment" or "an alternative embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, some features, structures, or characteristics of one or more embodiments of the specification may be combined as appropriate.
Additionally, the order in which the elements and sequences of the process are recited in the specification, the use of alphanumeric characters, or other designations, is not intended to limit the order in which the processes and methods of the specification occur, unless otherwise specified in the claims. While various presently contemplated embodiments of the invention have been discussed in the foregoing disclosure by way of example, it is to be understood that such detail is solely for that purpose and that the appended claims are not limited to the disclosed embodiments, but, on the contrary, are intended to cover all modifications and equivalent arrangements that are within the spirit and scope of the embodiments herein. For example, although the system components described above may be implemented by hardware devices, they may also be implemented by software-only solutions, such as installing the described system on an existing server or mobile device.
Similarly, it should be noted that in the preceding description of embodiments of the present specification, various features are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure aiding in the understanding of one or more of the embodiments. This method of disclosure, however, is not intended to imply that more features than are expressly recited in a claim. Indeed, the embodiments may be characterized as having less than all of the features of a single embodiment disclosed above.
Finally, it should be understood that the embodiments described herein are merely illustrative of the principles of the embodiments of the present disclosure. Other variations are also possible within the scope of the present description. Thus, by way of example, and not limitation, alternative configurations of the embodiments of the specification can be considered consistent with the teachings of the specification. Accordingly, the embodiments of the present description are not limited to only those embodiments explicitly described and depicted herein.

Claims (7)

1. A method for sharing WeChat resources in multiple environments is characterized by comprising the following steps,
step 1: determining a unique WeChat public number resource: applying and authenticating by taking an enterprise as a main body to obtain a WeChat public number;
step 2: configuring bill information of a developer for safely interacting with the WeChat interface: configuring a server address URL and Token for generating a signature, wherein the server address URL and Token are used for generating a service address of an authority authentication credential;
and step 3: providing an interactive response service: generating verification information, processing information sent to a developer by the WeChat and a callback result of success or failure of calling the WeChat function by the developer;
and 4, step 4: interactive data distribution synchronization: synchronously storing the data pushed by the WeChat into all the operating environments sharing the WeChat public number;
and 5: nginx configuration optimization: unifying domain names in different environments, configuring all access requests aiming at the domain names, transferring to server directories corresponding to different operating environments according to the requests, and entering different operating environments to operate WeChat H5 products;
step 6: background configuration of WeChat public numbers: and calling back the domain name, the JS interface security domain name and the webpage authorization domain by the configuration message.
2. The method for sharing WeChat resources among multiple environments according to claim 1, wherein step 1 comprises the following steps,
step 1.1: entering a WeChat public number platform official network, performing registration activation by using an enterprise mailbox, selecting a WeChat public number type as a service number, and waiting for successful verification;
step 1.2: after the audit is successful, the apid and appsecret information can be checked and stored through the WeChat public platform.
3. The method for sharing WeChat resources among multiple environments according to claim 2, wherein step 2 comprises the following steps,
step 2.1: logging in a WeChat public number background according to the WeChat of a developer;
step 2.2: the server address URL and Token used to generate the signature are provided in the interface configuration item of the development module.
4. The method of claim 3, wherein in step 3: comprises the following steps of,
step 3.1: extracting access _ token according to the appid and appsecet provided in the step 1.2, and then generating ticket according to the access _ token;
step 3.2: generating a random number and a time stamp, adding ticket and URL, and encrypting the 4 strings by using an SHA algorithm to generate a final signature;
step 3.3: the signature is returned to the WeChat server, the WeChat regenerates the signature according to the true appid, appsecret and URL of the WeChat, the signatures returned by the developer are compared, if the signatures are the same, the verification is passed, and the developer has the right to call the related functions of the WeChat;
step 3.4: the signature generated above is used for verifying the correctness of the signature provided by the WeChat, and then successfully receiving the message generated by the user pushed by the WeChat.
5. The method for sharing WeChat resources among multiple environments according to claim 4, wherein step 4 comprises the following steps,
step 4.1: acquiring the transmitted user attention information through the step 3.4;
step 4.2: asynchronously connecting all the operating environment user data tables, and updating the associated information of the user and the WeChat public number;
step 4.3: the operating environment queries the user data in its environment to determine whether the user is a valid user.
6. The method for sharing WeChat resources among multiple environments according to claim 1 or 5, wherein step 5 comprises the following steps,
step 5.1: before unifying the domain names, the domain names of different environments are testa.com and testb.com, a and b are used for distinguishing the two environments, after unification, the domain names are testa.com/a and testb.com/b, and a and b are still used for distinguishing the two environments;
step 5.2: com domain name add server module in nginx configuration, and configure location regular matching for a and b directories, respectively, so that request with test.
7. The method for sharing WeChat resources among multiple environments according to claim 6, wherein step 6 comprises the following steps,
step 6.1: logging in a WeChat public number background, downloading an authentication file to a domain name root list, and ensuring that the authentication file can be accessed;
step 6.2: and (4) configuring the unified domain name testa.com obtained in the step 5.1 into the JS interface security domain name and webpage authorization domain name items.
CN202110342832.1A 2021-03-30 2021-03-30 Method for sharing WeChat resources in multiple environments Withdrawn CN113094094A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110342832.1A CN113094094A (en) 2021-03-30 2021-03-30 Method for sharing WeChat resources in multiple environments

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110342832.1A CN113094094A (en) 2021-03-30 2021-03-30 Method for sharing WeChat resources in multiple environments

Publications (1)

Publication Number Publication Date
CN113094094A true CN113094094A (en) 2021-07-09

Family

ID=76671322

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110342832.1A Withdrawn CN113094094A (en) 2021-03-30 2021-03-30 Method for sharing WeChat resources in multiple environments

Country Status (1)

Country Link
CN (1) CN113094094A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106941441A (en) * 2017-02-21 2017-07-11 珠海全志科技股份有限公司 A kind of implementation method for supporting many wechat public numbers to access
CN109976619A (en) * 2019-03-27 2019-07-05 携程计算机技术(上海)有限公司 The switching system and method for wechat small routine running environment
CN111708573A (en) * 2020-06-05 2020-09-25 苏州瑞泰信息技术有限公司 Technical scheme for H5 to adapt to APP, WeChat and nail

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106941441A (en) * 2017-02-21 2017-07-11 珠海全志科技股份有限公司 A kind of implementation method for supporting many wechat public numbers to access
CN109976619A (en) * 2019-03-27 2019-07-05 携程计算机技术(上海)有限公司 The switching system and method for wechat small routine running environment
CN111708573A (en) * 2020-06-05 2020-09-25 苏州瑞泰信息技术有限公司 Technical scheme for H5 to adapt to APP, WeChat and nail

Similar Documents

Publication Publication Date Title
US5742759A (en) Method and system for facilitating access control to system resources in a distributed computer system
CN109379369A (en) Single-point logging method, device, server and storage medium
US20100125612A1 (en) Multi-tenancy using suite of authorization manager components
CN111314340B (en) Authentication method and authentication platform
CN112632629B (en) Voting management method, device, medium and electronic equipment based on block chain
JPH11355264A (en) Host system element for international cryptographic system
CN101729541B (en) Method and system for accessing resources of multi-service platform
CN111475795A (en) Method and device for unified authentication and authorization facing to multiple applications
CN111814172A (en) Method, device and equipment for acquiring data authorization information
CN111160803A (en) Business process safety and management method and system based on block chain
CN111984936B (en) Authorization distribution method, device, server and storage medium
CN113190609B (en) Data warehouse management method, system, device, storage medium and electronic equipment
CN112291244A (en) Multi-tenant method for industrial production data real-time processing platform system
CN112905978A (en) Authority management method and device
CN113094094A (en) Method for sharing WeChat resources in multiple environments
CN114679473B (en) Financial account management system and method based on distributed digital identity
CN113676548B (en) Micro-service flow switching method, device and medium based on configuration shunt deployment
KR20200014121A (en) Method and system for providing block chain service
CN112926981B (en) Transaction information processing method, device and medium for block chain and electronic equipment
CN116436624A (en) Storage system access method and device, computer readable medium and electronic equipment
CN113094689B (en) Configuration-based single sign-on method and system in government affair system
CN117040930B (en) Resource processing method, device, product, equipment and medium of block chain network
WO2024099023A1 (en) Multi-blockchain data processing method and apparatus, and device, computer-readable storage medium and computer program product
CN112818403B (en) Container data center operation and maintenance system
CN115242511B (en) Multi-environment application management platform and management method

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210709