1
This commit is contained in:
parent
41c1c90d47
commit
facdb30daa
@ -888,7 +888,7 @@ class BaseAuthedController extends BaseController {
|
||||
*/
|
||||
public function _addTgLog($eventName, $prop)
|
||||
{
|
||||
myself()->_callServiceStatic('LogService', 'addLog', $eventName, $prop);
|
||||
myself()->_callServiceStatic('LogService', 'addTgLog', $eventName, $prop);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ class LogService extends BaseService
|
||||
const GOLD_TYPE = 0;
|
||||
const DIAMOND_TYPE = 1;
|
||||
|
||||
public static function addLog($eventName, $prop){
|
||||
public static function addTgLog($eventName, $prop){
|
||||
$data = [
|
||||
"#account_id" => myself()->_getAccountId(),
|
||||
"#event_name"=> $eventName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user