detailLog

优质
小牛编辑
119浏览
2023-12-01
使用说明 : 让H5能打客户端log

参数

名称类型必选描述
idstring业务ID
subidstring子业务ID
contentstringlog内容

Example

//让H5能记录客户端log,这样就能直接捞用户侧log了
mqq.invoke("debug","detailLog",{
    id:"mp",
    subid:"get001",
    content:"test detail log"
},function(e){
    console.log(e)
});