- 视频号的feedId已经不在3个点那里了,在分享里面
视频号的feedId已经不在3个点那里了,在分享里面,文档未及时更新,害我找半天
2023-10-31 - 给开放社区提两个 bug
1、使用 mac 的 safari 浏览器打开开放社区时,在评论或者发布时,在输入框输入文字后文字立马消失并失去焦点 2、我的主页里面的我的提问只会显示 8 条,多余的就不显示
2022-08-08 - 哈罗单车微信小程序的支付宝支付是如何实现的?
哈罗单车微信小程序的支付宝支付是如何实现的?
2022-08-08 - 哈罗单车微信小程序的支付宝支付是如何实现的?
哈罗单车微信小程序的支付宝支付是如何实现的?
2022-08-08 - 生成小程序二维码时,check_path参数无效
生成小程序二维码时,check_path参数已经设置为false,但是无效 POST https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=ACCESS_TOKEN 该接口返回:error:invalid page rid
2021-11-09 - 生成小程序二维码POST 参数需要转成 JSON 字符串,这个能给个示例么?
POST 参数需要转成 JSON 字符串,不支持 form 表单提交,这个能给个示例么?老是报"errcode":47001,"errmsg":"data format error
2021-10-14 - 微信开发者工具win7输入框输入后不显示是什么原因?
微信开发者工具win7输入框输入后不显示 工具版本 [图片] 操作系统 win7旗舰版 <input bindinput="inputChange" class="fui-input" data-type="realname" max="25" placeholder="请输入姓名" type="text" value="{{last_data.realname}}"></input> inputChange: function(e) { let last_data = this.data.last_data; let k = e.currentTarget.dataset.type; let i = e.detail.value; last_data[k] = i; this.setData({ last_data: t }); console.log(this.data.last_data) }
2020-10-30 - 小程序上传压缩所有代码:minify无效?
我的上传命令是这样的: miniprogram-ci \ upload \ --pp ./demo-proj/ \ --pkp ./private.YOUR_APPID.key \ --appid YOUR_APPID \ --uv PACKAGE_VERSION \ -r 1 \ --enable-es6 true \ --minify true \ 或者这样的 miniprogram-ci \ upload \ --pp ./demo-proj/ \ --pkp ./private.YOUR_APPID.key \ --appid YOUR_APPID \ --uv PACKAGE_VERSION \ -r 1 \ --enable-es6 true \ --enable-minify true \ 但是最终都没有压缩,是不是我填错了?开发者工具是可以上传成功的,求指教
2020-10-20 - 无法调试开放标签wx-open-launch-weapp的样式?
无法调试开放标签wx-open-launch-weapp的样式,直接就不显示,点了也没反应,希望官方能优化一下
2020-09-18 - 调用message/custom/send时返回错误码45015?
Array ( [code] => 200 [status] => OK [responseline] => HTTP/1.0 200 OK [headers] => Array ( [Connection] => close [Content-Type] => application/json; encoding=utf-8 [Date] => Fri, 24 Jul 2020 10:28:08 GMT [Content-Length] => 108 ) [content] => {"errcode":45015,"errmsg":"response out of time limit or subscription is canceled hint: [NILdlGwgE-sBlnJa]"} [meta] => HTTP/1.0 200 OK Connection: close Content-Type: application/json; encoding=utf-8 Date: Fri, 24 Jul 2020 10:28:08 GMT Content-Length: 108 {"errcode":45015,"errmsg":"response out of time limit or subscription is canceled hint: [NILdlGwgE-sBlnJa]"} ) q请问是怎么回事啊
2020-07-24