web-view使用jssdk用的是云开发静态托管,一直错误invalid signature?
wx.config({
debug: true,
appId: 'myAppid',
timestamp: Math.floor(Date.now() / 1000),
noncestr: '',
signature: '',
jsApiList: [
'startRecord',
'stopRecord',
'translateVoice',
'onVoiceRecordEnd',
'playVoice',
'pauseVoice',
'stopVoice',
'onVoicePlayEnd',
'uploadVoice',
'updateTimelineShareData',
'checkJsApi',
],
})
[图片][图片]