Home  >  Article  >  Backend Development  >  Code sharing for developing WeChat payment with PHP_PHP tutorial

Code sharing for developing WeChat payment with PHP_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:29:24832browse

With WeChat payment, even if you pay a deposit, you are still in the testing phase and cannot be officially released. You must submit orders, shipping notices and other data to the WeChat system through program testing before you can apply for release.

Then, because the API is called through JS in WeChat, the payment authorization directory must be set up in the WeChat backend, and it must go to the second and third level directories. This is a small problem when using the MVC framework.

When using MVC, in the development environment, the url is often in the native url format, and there is no guarantee that it must be in the form of path/

So, a more reliable way is to create a subfolder of the entity. This requires some modifications in the overall URL of the system.

In addition, in the last step, when calling js, for the js library provided here at https://github.com/dodgepudding/wechat-php-sdk, when calling, you must ensure that it is triggered after the page is loaded, that is, WeixinJSBridgeReady status, because only then can we communicate with the jsbridge provided by WeChat browser.

5.24 fix

For details, please see the relevant code in WeQing.

Copy code The code is as follows:


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/776463.htmlTechArticleFor WeChat payment, even if you pay a deposit, you are still in the testing phase and cannot be officially released. You must submit orders, shipping notifications and other data to the WeChat system through program testing...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn