Home  >  Article  >  Backend Development  >  Based on the existing WeChat API, how to implement payment on the app side?

Based on the existing WeChat API, how to implement payment on the app side?

WBOY
WBOYOriginal
2016-08-04 09:21:151123browse

The current situation is that according to the existing WeChat API, the data is returned to the app side, and there is a problem that the payment page cannot be adjusted?
How to break it?

Reply content:

The current situation is that according to the existing WeChat API, the data is returned to the app side, and there is a problem that the payment page cannot be adjusted?
How to break it?

Finally found out:
As long as the program you write is consistent with the official documentation. Whether it's parameters or order and others.

Check whether each parameter is correct. If you can’t afford it, there will naturally be an error. Analyze the error message. Just saying that you can’t afford it will cause many problems. Talking for three days is not enough.

APP WeChat payment and WeChat official account payment are different, right? APP WeChat payment needs to be applied on the WeChat open platform

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
Previous article:PHP Weibo login interfaceNext article:PHP Weibo login interface