wx.requestSubscribeMessage模板数量超出?
发布于 7 年前 作者 xiongwei 1819 次浏览 来自 官方Issues

wx.requestSubscribeMessage({

tmplIds: [‘WhrT51AxyH6weOUsgCUqbuqNZmN43PjrE6Hp0PCwbG8’,‘6Av93r4Jfmm9DvOWN0ummgiNySNbjoTToVJgRFizdW4’,‘VNwp4J9F-hY5WVyCPIb4x2Zkj9eq0PrGmmP1qwmfSjY’, ‘hnWnE3vvVQ8sSO1GYnK7wiTcU04KwXxUe1fSKgOXKio’],

success: function (res) {

console.log(res)

},

fail: function (err) {

console.log(err)

}

})

结果提示:

requestSubscribeMessage:fail:Templates count out of max bounds

请问这个有数量限制?

2 回复

安卓上报这个错,请求的模版ID也只有3个呀,不知道怎么解决?

回到顶部