🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[info] 自定义统计日志( 已经分表,可能需修改处理) +++ I9RIA.statlog *string:controller#统计过滤维度1 *string:action#统计过滤维度2 <<< success { "openid":"otuWJjvQKhb9nn1xL8v-IRrgxct8", "appid":"93325", "event":"heartbeat", "param1":1, "param2":"tes3", "param3":[1,2,3], "param4":{ "test":4, "fdfd":55 } } 注:自定义函数返回值。以上仅供参考 <<< error 0 //失败 +++ >调用方式 ~~~ I9RIA. statlog (controller,action,function(res) {}); ~~~ >[info] 调用示例: ~~~ I9RIA.statlog('action', 'contraller', function(res) { console.log('statlog',res); }); ~~~