the picture above shows the scene of Wechat JSAPI payment
Business process is
- place an order uniformly
- Page JSAPI WeixinJSBridge.invoke initiates payment
I have a problem. I need to enter the amount and then issue the order uniformly.
after the API for issuing an order returns the correct parameters,
can I go 2 to initiate payment through JSAPI
how to integrate the two-step operation into one button (recharge immediately)
I use PHP to initiate a unified order request. After that, how do I tell the page to call JSAPI (WeixinJSBridge.invoke)