I just started learning development. please help me solve this problem. 1. the public account usage mode can be divided into the editing mode and the developer mode. The two modes are mutually exclusive, that is, the other one cannot be enabled. now I understand that the above two modes are distinguished by enabling and disabling the server, enable is another developer mode...
I just started learning development. please help me solve this problem.
1. the public account usage mode is divided into the editing mode and the developer mode. The two are mutually exclusive, that is, one is not available when the other is enabled.
Now I understand that the above two modes are differentiated by enabling and disabling the server. Enabling is the developer mode.
In addition, I want to know the relationship between the test number and the above two modes? I don't think it's okay now. it's okay to say that the program I deployed on the server (automatic reply) should work on both the Test number and subscription number (provided that I am configuring the url, token, the js Security domain names are the same, and the code does not involve appid and appsecret. but now the program runs successfully only on the test number, and the subscription number does not respond.
Thank you for your advice.
Reply content:
I just started learning development. please help me solve this problem.
1. the public account usage mode is divided into the editing mode and the developer mode. The two are mutually exclusive, that is, one is not available when the other is enabled.
Now I understand that the above two modes are differentiated by enabling and disabling the server. Enabling is the developer mode.
In addition, I want to know the relationship between the test number and the above two modes? I don't think it's okay now. it's okay to say that the program I deployed on the server (automatic reply) should work on both the Test number and subscription number (provided that I am configuring the url, token, the js Security domain names are the same, and the code does not involve appid and appsecret. but now the program runs successfully only on the test number, and the subscription number does not respond.
Thank you for your advice.
You mentioned it yourself,
The code does not involve appid and appsecret.
Why is the test number used for testing? for example, if you want to test some special functions of the service number, but you are not qualified to apply for a service number, in this case, you can use the test number to simulate it. The subscription number is also in the formal environment. to make the code deployed on your server effective, you must enterAppid
AndAppsecret