About WeChat development model and test account
I have just started to learn WeChat development, please help to clarify my doubts
1. The usage mode of WeChat official account is divided into editor mode and developer mode. The two are mutually exclusive, that is, if you enable one, the other will not be used.
My understanding now The two modes above are distinguished by turning on and off the server. Turning it on is the developer mode
In addition, I would like to know what the relationship between the WeChat test account and the above two modes are? I think it doesn't matter now. According to it, the program (automatic reply) I deployed on the server should work on both the test account and the subscription account (provided that I configure the URL, token, and js secure domain name to be the same. The code does not involve appid and appsecret) but now the program only runs successfully on the test account, and the subscription account has no response
Please give me some advice, thank you
Reply content:
I have just started to learn WeChat development, please help to clarify my doubts
1. The usage mode of WeChat official account is divided into editor mode and developer mode. The two are mutually exclusive, that is, if you enable one, the other will not be used.
My understanding now The two modes above are distinguished by turning on and off the server. Turning it on is the developer mode
In addition, I would like to know what the relationship between the WeChat test account and the above two modes are? I think it doesn't matter now. According to it, the program (automatic reply) I deployed on the server should work on both the test account and the subscription account (provided that I configure the URL, token, and js secure domain name to be the same. The code does not involve appid and appsecret) but now the program only runs successfully on the test account, and the subscription account has no response
Please give me some advice, thank you
You mentioned it yourself,
The appid and appsecret are not used in the code
Why the test account is called a test account? Because it is used for testing. For example, if you want to test some unique functions of the service account, but you are not qualified to apply for a service account, you can use the test account to simulate. The subscription account is also for the official environment. If you want the code deployed by your server to be effective, you must fill in appid
and appsecret

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

In PHP, you can effectively prevent CSRF attacks by using unpredictable tokens. Specific methods include: 1. Generate and embed CSRF tokens in the form; 2. Verify the validity of the token when processing the request.

In PHP8, match expressions are a new control structure that returns different results based on the value of the expression. 1) It is similar to a switch statement, but returns a value instead of an execution statement block. 2) The match expression is strictly compared (===), which improves security. 3) It avoids possible break omissions in switch statements and enhances the simplicity and readability of the code.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

The future of PHP will be achieved by adapting to new technology trends and introducing innovative features: 1) Adapting to cloud computing, containerization and microservice architectures, supporting Docker and Kubernetes; 2) introducing JIT compilers and enumeration types to improve performance and data processing efficiency; 3) Continuously optimize performance and promote best practices.

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

H5. The main difference between mini programs and APP is: technical architecture: H5 is based on web technology, and mini programs and APP are independent applications. Experience and functions: H5 is light and easy to use, with limited functions; mini programs are lightweight and have good interactiveness; APPs are powerful and have smooth experience. Compatibility: H5 is cross-platform compatible, applets and APPs are restricted by the platform. Development cost: H5 has low development cost, medium mini programs, and highest APP. Applicable scenarios: H5 is suitable for information display, applets are suitable for lightweight applications, and APPs are suitable for complex functions.

The... (splat) operator in PHP is used to unpack function parameters and arrays, improving code simplicity and efficiency. 1) Function parameter unpacking: Pass the array element as a parameter to the function. 2) Array unpacking: Unpack an array into another array or as a function parameter.
