小程序上传图片,微信审核图片报错:errmsg -> query timeout, try a content with less size rid: 6171161e-75ab6792-7651468d 请问有木有大神能解答一下疑惑
图片审核接口阶段性频繁返回87015,检查过与图片大小无关,请问改怎么解决?比如今天(2020.2.13)的11点就开始有大概每分钟120条的图片审核返回errcode=87015, errmsg=query timeout, try a content with less size hint: 但是经确认,跟图片大小是无关的,因为图片都经过压缩处理,通常尺寸不超过500X500,大小不超过50KB。而且审核接口过一段时间后又恢复正常,我们已经加上了重试次数,但这种时间跨度这么大超时问题,实在没有办法,所以请教下遇到这种情况,应该怎么处理?
2021-10-21[图片][图片]使用小程序跳转按钮:<wx-open-launch-weapp>从公众号调整到小程序,线下环境用http可以跳转成功,线上用https的跳转,苹果手机可以,安卓手机不行,有哪位大佬知道是什么问题吗?
小程序跳转按钮:<wx-open-launch-weapp>怎么不显示?在使用vue框架页面,按照文档先后配置好了js接口安全域名——1.6.0版本jssdk——配置config opentaglist——使用<script type="text/wxtag-template"></script>包括button,html代码如下 <wx-open-launch-weapp username="gh_ebfb250249c1" @error="launchAppError" @launch="launchAppLaunch" @ready="launchAppReady" > <script type="text/wxtag-template"> <style>.btn { display: flex;align-items: center; }</style> <button class="btn" style="border-radius: 55px;font-size:15px;color:#ffffff;font-weight:700;padding: 0 50px;height:45px;line-height: 45px;background-color: #FF9700;margin: 0 auto;" >立即打开小程序</button> </script> </wx-open-launch-weapp>
2021-01-28