We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id : //业务id model: { from , // 来源页面 , msg , // 错误信息 uin , // qq 号码 target , // 错误发生的来源, js 或则 html rowNum , // 行号 colNum // 列号 date , // 存储时间 , 自动生成 userAgent, // 浏览器信息 , 自动生成 ip , // ip , 自动生成 all // 冗余字段,将所有的字段合成字符串,用于正则查询 , 自动生成 }
The text was updated successfully, but these errors were encountered:
mobile是什么?还是module?
Sorry, something went wrong.
打错了的, 其实是model 。 最后存储到mongodb 只存model
No branches or pull requests
id : //业务id
model: {
from , // 来源页面 ,
msg , // 错误信息
uin , // qq 号码
target , // 错误发生的来源, js 或则 html
rowNum , // 行号
colNum // 列号
date , // 存储时间 , 自动生成
userAgent, // 浏览器信息 , 自动生成
ip , // ip , 自动生成
all // 冗余字段,将所有的字段合成字符串,用于正则查询 , 自动生成
}
The text was updated successfully, but these errors were encountered: