ios - 使用微信支付的时候,一定要商户服务器先调用【统一下单API】生成预付单吗?
PHP中文网
PHP中文网 2017-04-17 16:53:15
0
2
557
PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
PHPzhong

View the sequence diagram of WeChat Pay (in the document). The client sends transaction information to the server, the server group returns the signed message, and then the client calls WeChat Pay.
It is best for Alipay to use the same logic. The private key information is placed on the server side for signature. Each time, the server is requested to sign the message first, and then the payment interface is called.

迷茫

Of course, the WeChat payment we have launched now is to place orders uniformly through the server and return the data to Android, IOS and then call up WeChat for payment

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template