流量主广告错误码问题
- 当前 Bug 的表现
wxml:
<ad unit-id="*****" binderror='aderror'></ad> |
js:
aderror(e){ console.log(e.detail.errCode)} |
统计到的错误码,最常出现的是“0”,还有1,2,3,
这些错误码是什么意思?
- 预期表现
只会出现api文档给出的错误码:1000-1008
wxml:
<ad unit-id="*****" binderror='aderror'></ad> |
js:
aderror(e){ console.log(e.detail.errCode)} |
统计到的错误码,最常出现的是“0”,还有1,2,3,
这些错误码是什么意思?
只会出现api文档给出的错误码:1000-1008