# Common problem

# The difference between one-click access and manual access

1. Coverage

type One-click access Manual Access
Base library version 3.0.2 Base library version and above 2.14.1 Base library versions and above
PC end No support. Support
Type of business Weixin Mini Program Weixin Mini Program & Enterprise Micro Weixin Mini Program & Web / H5 & APP

Note: Whether it is a key access or manual access, involving shopping / marketing activities are recommended to screen the PC side Weixin Mini Program

2. Convenience

A. One-click access without modification of the code can use the WeChat gateway capability without Weixin Mini Program release;Manual access requires modifying the code and publishing the Mini Program;

B. WeChat The abilities of "one key disconnection," "gray release," "user group" on the console of the gateway only support one key connection;Manual access needs to be handled on its own;

3. Message notification

One-key access mode, you can receive the creation, resource use, expiration reminder and other message reminders issued by WeChat gateway in WeChat Service Account;Manual access is not supported;

# After accessing the WeChat gateway, how to get the real IP source of the user?

Header returned via the WeChat gateway: x-wx-client-ip

# How do I use WeChat Gateway Advanced Security Protection capabilities?

Advanced security capabilities are value-added capabilities for the WeChat gateway and require a premium plan for the Standard Edition (1000QPS / 20Mbps) and above. Use guides refer directly to the Security documentation.

If you have other questions, you can go to WeChat developer community - WeChat gateway area for feedback or questions.