I now put a payment code directly on the pad page, and the user scans the pad with WeChat and then pays. Does this belong to the second mode in the development document? If it belongs to mode 2, how should I write the interface I provide for ios at this time? The other thing is how to generate this payment code
I now put a payment code directly on the pad page, and the user scans the pad with WeChat and then pays. Does this belong to the second mode in the development document? If it belongs to mode 2, how should I write the interface I provide for ios at this time? The other thing is how to generate this payment code
You are talking about mode two, let me explain the process
Use Yii2 to generate order information and store it in the warehouse
Call WeChat’s unified ordering API, which will be included in the payment SDK
Generate and pay transaction to get transaction link code_url
Generate code_url into a QR code and output it as a picture
Document address