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
请问这个有数量限制?
安卓上报这个错,请求的模版ID也只有3个呀,不知道怎么解决?