- 1月下旬的流量主结算单还没发?
wxc5a5971aa5084e 1月下旬补的资料。之前官方说1月下旬开始有结算单,可是今天其他朋友的都陆续收到了。我还没收到。是有什么问题么?麻烦官方帮忙看看。谢谢!
2021-03-03 - 1月上旬流量主还未到账?
你好,我的小程序wxc5a5971aa5084e1b 1月上旬的结算单还没收到,请问是有什么问题么?之前补填过结算信息的,麻烦官方帮忙看看
2021-02-22 - getBackgroundAudioManager在真机无法无法获取duratoin?的代码片段
代码在这里。。打印了duration,真机预览,看输出 https://developers.weixin.qq.com/s/ElVyhwmd7ql6
2020-11-01 - getBackgroundAudioManager在真及下无法获取?
bgMusic.onTimeUpdate(() => { console.log(bgMusic.duration); const mate = (bgMusic.currentTime / bgMusic.duration) * 100; console.log(mate); const currentPlayNode = _getCurrentPlayNode(); console.log(currentPlayNode); currentPlayNode.setData({ offset: mate }); }); 就这段代码,开发工具上运行OK,但是在真机iOS上,duration一直是输出0? 是bug么
2020-10-31 - 云数据库如何找到两个字段的值相同的记录?
比如说我的collection的结构是这样的 [ { "_id": "xxx", "_openid": "xxxx", "allowShare": true, "attendeeCount": 1, // A "drawUserNum": 1, // B } ] 我想找出attendeeCount == drawUserNum的所有记录。云db没有相关的API啊。mongodb还能在where回调里玩玩。😂
2020-09-13 - 12点半都时候 openapi.security.msgSecCheck:fail?
持续了半个小时了。明天白天能解决么?社区小程序发不出去帖子咋办。用户要流失都啊。哎。急a,官方赶紧都啊
2020-09-08 - 云函数触发器上传问题Error: Base resp abnormal, ?
写了个云函数,上传,然后update trigger,一直work, 发现一个问题。如果上传云函数,还没等上传完毕,就做“上传触发器”的操作,后面就无法上传触发器了。一直报错 Error: Base resp abnormal, {"ret":20000,"errmsg":""} 官方来看看吧。一天了
2020-08-17 - 云函数接受客服消息推送失败 ?
// 云函数入口文件 const cloud = require('wx-server-sdk') cloud.init() // 云函数入口函数 exports.main = async (event, context) => { console.log('customer service message functions enter') const wxContext = cloud.getWXContext() await cloud.openapi.customerServiceMessage.send({ touser: wxContext.OPENID, msgtype: 'text', text: { content: '收到' }, }) // return 'success' return { MsgType: 'transfer_customer_service', ToUserName: wxContext.OPENID, FromUserName: 'gh_xxx', CreateTime: parseInt(+new Date / 1000), } } 在云函数控制台中,全局设置已经打开了,并且选择了改云函数,可是就是无法收到回复,也就是“收到”两个字,在另一个小程序中,测试OK的。
2020-05-05 - 为什么公众号发文章搜不到?
原始id gh_eac786aeffac
2020-04-08 - 爬虫的scene值1129在ide里还没有?
[图片] 如图,ide版本号: [图片] 没有这个,咋做测试哦
2020-01-04