Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
9f3a5935
Commit
9f3a5935
authored
Nov 14, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f803c898
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
IExposureData.ts
egret/libs/tw/data/common/IExposureData.ts
+1
-1
Buried.ts
egret/libs/tw/util/Buried.ts
+3
-3
No files found.
egret/libs/tw/data/common/IExposureData.ts
View file @
9f3a5935
...
...
@@ -7,7 +7,7 @@ export interface IExposureData {
activityUseType
?:
string
;
advertId
?:
number
;
appId
:
number
;
//
consumerId: number;
consumerId
:
number
;
dcm
:
string
;
domain
:
string
;
dpm
:
string
;
...
...
egret/libs/tw/util/Buried.ts
View file @
9f3a5935
...
...
@@ -4,7 +4,7 @@ import { IExposureData } from '../data/common/IExposureData';
export
class
Buried
{
private
static
appId
:
number
;
//
private static consumerId: number;
private
static
consumerId
:
number
;
private
static
oaId
:
number
;
/**
...
...
@@ -12,7 +12,7 @@ export class Buried {
*/
public
static
init
():
void
{
this
.
appId
=
DataManager
.
ins
.
customCfgData
.
appId
;
//
this.consumerId = DataManager.ins.customCfgData.consumerId;
this
.
consumerId
=
DataManager
.
ins
.
customCfgData
.
consumerId
;
this
.
oaId
=
DataManager
.
ins
.
customCfgData
.
oaId
;
}
...
...
@@ -27,7 +27,7 @@ export class Buried {
const
exposure
:
IExposureData
=
{
dpm
:
dpm
,
dcm
:
dcm
,
//
consumerId: Buried.consumerId,
consumerId
:
Buried
.
consumerId
,
appId
:
Buried
.
appId
,
domain
:
embedDomain
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment