1
This commit is contained in:
parent
236f15b8ab
commit
e8e33028f1
@ -881,4 +881,13 @@ class BaseAuthedController extends BaseController {
|
|||||||
return myself()->_internalCallModuleStatic('events', $moduleName, $eventName, ...$args);
|
return myself()->_internalCallModuleStatic('events', $moduleName, $eventName, ...$args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
添加通用日志埋点
|
||||||
|
$prop必须是array对象(不是数组{})
|
||||||
|
*/
|
||||||
|
public function _addTgLog($eventName, $prop)
|
||||||
|
{
|
||||||
|
myself()->_callServiceStatic('LogService', 'addLog', $eventName, $prop);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user