数据上报添加默认字段 review by lea.guo
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -170,7 +170,7 @@ | @@ -170,7 +170,7 @@ | ||
170 | } | 170 | } |
171 | })(); | 171 | })(); |
172 | 172 | ||
173 | - window.appBaseLogs = {events: [{}]}; | 173 | + window.appBaseLogs = {events: [{}], device: {ak: '', udid: ''}, status: [{av: '', udid: '', sid: ''}]}; |
174 | </script> | 174 | </script> |
175 | </body> | 175 | </body> |
176 | </html> | 176 | </html> |
@@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
122 | })(); | 122 | })(); |
123 | }()); | 123 | }()); |
124 | 124 | ||
125 | - window.appBaseLogs = {events: [{}]}; | 125 | + window.appBaseLogs = {events: [{}], device: {ak: '', udid: ''}, status: [{av: '', udid: '', sid: ''}]}; |
126 | }, 500); | 126 | }, 500); |
127 | 127 | ||
128 | </script> | 128 | </script> |
-
Please register or login to post a comment