小程序web-view jssdk起发票列表报access denied, 是因为不支持该API吗?

发布于 8 年前作者 chaocui11414 次浏览最后编辑 8 年前来自 issues
wx.ready(function () {
    wx.invoke('chooseInvoice', {
        'timestamp': 1489030247, 
        'nonceStr': "p(6N&7WOAF", 
        }, function(res) {
            alert(JSON.stringify(res));
        }
    });
});

// access denied
1 回复