- 模板消息AT0544没有了吗
模板消息 AT0544 以前有,我一直引用,但今天发现不存在了。确实是删除了吗
2019-05-12 - 85023:item size is not in valid range
- 当前 Bug 的表现(可附上截图) 一直以来,小程序提交审核都没有问题。 本次代码,仅优化了代码部分,没有新增Page,也没有修改小程序的类目。 但上传代码后,提交审核时,微信返回代码 85023 , item size is not in valid range hint
2019-04-22 - 微信小程序开发工具常常空转
第三方平台,开发工具启动后,常常空转,不能正常加载页面 显示的次序是: app onLanuch app onShow 然后就是 各页面 register 再以后就没什么反应了 windows10 Home版 [图片] 64位
2018-06-13 - requestdomain isnotopen's webview domain
目的:问题求解 问题描述: 第三方平台代旗下小程序配置业务域时,返回 "{"errcode":89021,"errmsg":"request domain is not open's webview domain! hint: [eylqeA06731513]"} 第三方平台已设置好业务域,且按文档要求在该业务域下配置了 校验文件。校验文件可访问。 按照文档要求,代旗下小程序配置业务域 http-outgoing-45 >> POST /wxa/setwebviewdomain?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HTTP/1.1 http-outgoing-45 >> Content-Length: 84 http-outgoing-45 >> Content-Type: text/plain; charset=UTF-8 http-outgoing-45 >> Host: api.weixin.qq.com http-outgoing-45 >> Connection: Keep-Alive http-outgoing-45 >> User-Agent: Apache-HttpClient/4.4.1 (Java/1.8.0_131) http-outgoing-45 >> Accept-Encoding: gzip,deflate http-outgoing-45 >> "POST /wxa/setwebviewdomain?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HTTP/1.1[\r][\n]" http-outgoing-45 >> "Content-Length: 84[\r][\n]" http-outgoing-45 >> "Content-Type: text/plain; charset=UTF-8[\r][\n]" http-outgoing-45 >> "Host: api.weixin.qq.com[\r][\n]" http-outgoing-45 >> "Connection: Keep-Alive[\r][\n]" http-outgoing-45 >> "User-Agent: Apache-HttpClient/4.4.1 (Java/1.8.0_131)[\r][\n]" http-outgoing-45 >> "Accept-Encoding: gzip,deflate[\r][\n]" http-outgoing-45 >> "[\r][\n]" http-outgoing-45 >> "{"action":"set","webviewdomain":["https://www.xxxxxx.com","https://www.xxxxxx.com"]}" http-outgoing-45 << "HTTP/1.1 200 OK[\r][\n]" http-outgoing-45 << "Connection: keep-alive[\r][\n]" http-outgoing-45 << "Content-Type: application/json; charset=UTF-8[\r][\n]" http-outgoing-45 << "Content-Length: 96[\r][\n]" http-outgoing-45 << "[\r][\n]" http-outgoing-45 << "{"errcode":89021,"errmsg":"request domain is not open's webview domain! hint: [eylqeA06731513]"}" http-outgoing-45 << HTTP/1.1 200 OK http-outgoing-45 << Connection: keep-alive http-outgoing-45 << Content-Type: application/json; charset=UTF-8 http-outgoing-45 << Content-Length: 96 3. 配置业务域时的两个参数是 一样的 https://www.xxxxxx.com,且为第三方平台的服务器域。 4. 请哪位同学看看,问题出现在什么地方?
2018-02-12 - 第三方小程序服务商开发支付小程序的问题
微信支付普通服务商模式,第三方平台为商户开发电商小程序,在商户的小程序里完成支付。看文档采用微信支付普通服务商模式进行支付,但是服务商只能申请5个子商户号,是不是服务商只能跟5个商户合作呀!这个数量是远远不够的。我这样理解对吗? 在 https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_sl_api.php?chapter=7_12&index=6 中,原文是 sub_appid使用说明 sub_appid可为公众号,APP或小程序的appid,服务商在服务商商户平台可手动为每个特约商户绑定与渠道商主体或特约商户主体一致的公众号,APP或小程序的appid,目前最多配置5个. 手工配置路径:”服务商商户平台-服务商功能-子商户管理-开发配置-特约商户APPID配置”
2017-12-19 - 开发工具是最新的,但SDK不是最新的
微信开发者工具版本是 v1.01.1711300,但 wx.getSystemInfoSync() 检查出的 SDK是 1.5.4,不支持 wx.getRecorderManager 。 DevTools的基础库是最新的吗?要怎样升级到1.6.0呢?
2017-12-05 - 在小程序的底部上下放置两个view,该怎么做
可以放一个,没问题,现在要在最底部的view上,再放置一个view,该怎么写class?
2017-11-28 - 小程序转让
现在想把个人名下的小程序,转让个企业主体,要怎么做?
2017-09-20 - 微信小程序第三方平台的微信支付问题
微信小程序第三方平台,现在想制作电商小程序。仔细阅读了微信支付的开发文档,还是有些模糊。我们已申请到了微信支付服务商资格,那么微信支付服务商这种支付模式,是否合适于我们第三方平台?是否我们应该为每一个选择我们电商小程序的商户,都要在微信支付商户平台上为该商户申请子商户号?
2017-09-07 - scrollOffset()回调function的传入参数为null
开发工具刚升级到 0.22.202200后,原先没有问题的代码 wx.createSelectorQuery().selectViewport().scrollOffset(function(res){ //新版本发现res 为null });
2017-08-28