Die Zahlung für das WeChat-Miniprogramm konnte nicht aktiviert werden
四个猪蹄
四个猪蹄 2018-06-21 15:10:26
0
8
2063

Mein Miniprogramm-Frontend konnte die Zahlungsfunktion nicht direkt aktivieren: Bitte öffnen Sie die Verbindung auf dem WeChat-Client. Ist es nicht möglich, die Miniprogramm-Entwicklertools zu verwenden?

四个猪蹄
四个猪蹄

Antworte allen(2)
无忌哥哥

直接用手机微信测试呢。

  • Antwort 也一样的 在手机微信端打开就是404找不到
    四个猪蹄 Autor 2018-06-21 17:19:44
  • Antwort 404 是少了请求页面吧
    无忌哥哥 Autor 2018-06-21 17:28:51
  • Antwort 现现在我也不知道怎么回事 就是起不来
    四个猪蹄 Autor 2018-06-21 17:39:24
  • Antwort 前端 请求 是这样写的 但是有问题 不知道哪里不对 wx.request({ url: 'http://localhost/index.php', method: "POST", data: { total_fee: total_fee, code: code, }, header: { 'content-type': 'application/x-www-form-urlencoded' // 默认值 }, success: function (res) { //后端返回的数据 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: '支付成功', content: '', }) }, fail: function (res) { console.log(res); } }) } });
    四个猪蹄 Autor 2018-06-21 17:41:35
  • Antwort VM1947 appservice:1038 POST http://localhost/zhifu/payfee.php net::ERR_CONNECTION_REFUSED 这个是什么错
    四个猪蹄 Autor 2018-06-21 18:02:05
  • Antwort 也是一样的 是不是我调起支付有问题啊
    四个猪蹄 Autor 2018-06-22 08:48:59
四个猪蹄

难到是我调起支付弄错了???

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!