亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

WeChat mini program payment failed to activate
四個(gè)豬蹄
四個(gè)豬蹄 2018-06-21 15:10:26
0
8
2220

My mini program front-end failed to directly activate the payment function: return to me. Please open the connection on the WeChat client. Isn’t it possible to use the mini program developer tools? Open this connection?

四個(gè)豬蹄
四個(gè)豬蹄

reply all(2)
無(wú)忌哥哥

Just use WeChat on your mobile phone to test.

  • reply The same thing happens when I open it on the WeChat mobile phone and it gets 404 Not Found.
    四個(gè)豬蹄 author 2018-06-21 17:19:44
  • reply 404 means the request page is missing, right?
    無(wú)忌哥哥 author 2018-06-21 17:28:51
  • reply Now I don’t know what’s going on, I just can’t get up
    四個(gè)豬蹄 author 2018-06-21 17:39:24
  • reply The front-end request is written like this, but there is a problem. I don’t know what is wrong. wx.request({ url: 'http://localhost/index.php', method: "POST", data: { total_fee: total_fee, code: code, }, header: { 'content-type': 'application/x-www-form-urlencoded' //Default value }, success: function (res) { //Data returned by the backend var data = res.data; console.log(data); console.log(data["timeStamp"]); wx.requestPayment({ timeStamp: data['timeStamp'], nonceStr: data['nonceStr'], package: data['package'], signType: data['signType'], paySign: data['paySign'], success: function (res) { wx.showModal({ title: 'Payment successful', content: '', }) }, fail: function (res) { console.log(res); } }) } });
    四個(gè)豬蹄 author 2018-06-21 17:41:35
  • reply VM1947 appservice:1038 POST http://localhost/zhifu/payfee.php net::ERR_CONNECTION_REFUSED What is wrong with this?
    四個(gè)豬蹄 author 2018-06-21 18:02:05
  • reply It's the same thing. Is there something wrong with my payment setup?
    四個(gè)豬蹄 author 2018-06-22 08:48:59
四個(gè)豬蹄

Could it be that I made a mistake in setting up the payment? ? ?

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