Demonstration of payment function developed by WeChat

高洛峰
Release: 2017-03-11 16:19:30
Original
1719 people have browsed it

I have been studying WeChat recently. I don’t know if I don’t study it. Once I study it, I will jump to the next page. WeChat can really do too many things. Let’s take a look at the development experience of WeChat payment first. I will slowly complete other aspects in the future. The development code

WeChat Pay, even if you pay the deposit, you are still in the testing stage and cannot be officially released. You must submit order, shipping notification 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.

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 , such a change requires some modifications in terms of the overall URL of the system.

In addition, in the last step, when calling js, for the js library provided here at http://www.php.cn/, when calling, you must ensure that it is triggered after the page is loaded, that is, the status of WeixinJSBridgeReady. Because only then can we communicate with the jsbridge provided by WeChat browser.

5.24 Repair

For details, please see the relevant code in Weiqing.

Copy code The code is as follows:




The above is the detailed content of Demonstration of payment function developed by WeChat. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!