- app分享音乐,发送失败?
app分享音乐,发送失败。 AppID:wxc7376ce0b61b4537 [图片]
2020-11-06 - 下单支付后如何发通知?
用户下单支付后,怎么可以消息通知用户? 模板消息必须关注以后才能发。
2020-10-15 - 点金计划商家小票无法显示
点金计划 商家小票 一直无法显示,求助怎么解决? [图片] 后台设置: [图片] 响应Header Cache-Control: no-cache, no-store, max-age=0, must-revalidate Connection: keep-alive Content-Encoding: gzip Content-Language: zh-CN Content-Type: text/html;charset=utf-8 Date: Thu, 15 Oct 2020 01:57:15 GMT Expires: 0 Pragma: no-cache Server: nginx/1.16.1 Transfer-Encoding: chunked Vary: Accept-Encoding X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Frame-Options: ALLOW-FROM payapp.weixin.qq.com X-XSS-Protection: 1; mode=block 页面代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>商家小票</title> <style> body { color: #666666; font-size: 32pt; line-height: 45pt; } .title { color: #333333; font-size: 110pt; line-height: 154pt; } .title2 { color: #333333; font-size: 36pt; line-height: 50pt; } .error { color:#F15451; } .center { text-align: center; } .item{ display: flex; justify-content: space-between; } </style> <script type="text/javascript" charset="UTF-8" src="https://wx.gtimg.com/pay_h5/goldplan/js/jgoldplan-1.0.0.js"></script> </head> <body> <div th:if="${error != null}" > <span th:text="${error}" class="error"></span> </div> <div th:if="${order != null}"> <div class="center">取餐号</div> <div th:text="${order.queueNo}" class="center title"></div> <div class="item"> <label>桌号</label> <div th:text="${order.tableNumber}"></div> </div> <div class="item"> <label>价格</label> <div th:text="${1.0 * order.settlePrice/100}"></div> </div> </div> <script type="text/javascript"> let data = JSON.stringify({ action:'onIframeReady', displayStyle:'SHOW_CUSTOM_PAGE' }) ; parent.postMessage(data,'https://payapp.weixin.qq.com') ; </script> </body> </html>
2020-10-15 - 不显示分享朋友圈?
微信版本:7.0.16 小米 9 身边其他人可以出朋友圈。
2020-07-08 - 微信开发工具,js不生效?
更新微信开发工具,修改js后,不生效。运行还旧的js代码。 [图片] 看是编译了。 [图片] console.log 打印还旧的。 不知道是哪里有缓存还是什么,需要怎么处理? 版本:1.0.3,更新到了 1.0.3.2006192 还是同样问题。
2020-06-22 - 开放平台网站应用微信内登录?
开放平台网站应用,可以在微信内授权登录吗?弹出授权按钮,不扫二维码。
2020-04-14