数数:修改创建角色逻辑
This commit is contained in:
@@ -369,6 +369,7 @@ export default class Sdk extends Service {
|
||||
|
||||
public reportTAEventWithDistinctId(distinctId: string, eventName: string, properties: any, ip: string) {
|
||||
let ta = this.app.context.ta;
|
||||
if(!ta) return
|
||||
let event = {
|
||||
// 账号 ID (可选)
|
||||
accountId: "",
|
||||
@@ -392,6 +393,7 @@ export default class Sdk extends Service {
|
||||
|
||||
public reportTAEventWithRoleIdAndDistinctId(roleId: string, distinctId: string, eventName: string, properties: any, ip?: string) {
|
||||
let ta = this.app.context.ta;
|
||||
if(!ta) return
|
||||
let event = {
|
||||
// 账号 ID (可选)
|
||||
accountId: `${roleId}`,
|
||||
|
||||
Reference in New Issue
Block a user