We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信登陆在配置里具体怎么配置啊? 还有微信支付,我试了下如果不开通payjs的话默认走的是支付宝支付,怎样才能用微信支付呢?需要企业号吗? 谢谢
The text was updated successfully, but these errors were encountered:
微信支付需要开通微信商户支付功能,也可以用payjs的微信支付,需要在配置文件中define('PAYJSASWX', 'YES'); ;微信登录要在配置文件中设置微信服务号的APPID和密钥,同时在配置文件中设置define('USEWX', true);
define('PAYJSASWX', 'YES');
define('USEWX', true);
Sorry, something went wrong.
No branches or pull requests
微信登陆在配置里具体怎么配置啊?
还有微信支付,我试了下如果不开通payjs的话默认走的是支付宝支付,怎样才能用微信支付呢?需要企业号吗?
谢谢
The text was updated successfully, but these errors were encountered: