Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
SuperCleaner
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
SuperCleaner
Commits
1a78009e
Commit
1a78009e
authored
Aug 26, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2f3847e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ICIAPViewController.m
superCleaner/Base/ICIAPViewController.m
+2
-2
No files found.
superCleaner/Base/ICIAPViewController.m
View file @
1a78009e
...
...
@@ -196,9 +196,9 @@
CFTimeInterval
endTime
=
CACurrentMediaTime
();
[
MobClick
endEvent
:
@"pay_page_stay"
label
:[
NSString
stringWithFormat
:
@"%@, %
g
s"
,
_value
,
endTime
-
self
.
startTime
]];
[
MobClick
endEvent
:
@"pay_page_stay"
label
:[
NSString
stringWithFormat
:
@"%@, %
.3f
s"
,
_value
,
endTime
-
self
.
startTime
]];
dict
=
@{
@"event"
:
@"guazinovel"
,
@"action"
:
@"pay_page_stay"
,
@"value"
:
[
NSString
stringWithFormat
:
@"%@, %
g
s"
,
_value
,
endTime
-
self
.
startTime
]}.
mutableCopy
;
dict
=
@{
@"event"
:
@"guazinovel"
,
@"action"
:
@"pay_page_stay"
,
@"value"
:
[
NSString
stringWithFormat
:
@"%@, %
.3f
s"
,
_value
,
endTime
-
self
.
startTime
]}.
mutableCopy
;
[[
ZTNetworkTools
shared
]
postWithLogCollection
:
logCollection
parameters
:
dict
success
:^
(
id
_Nullable
__autoreleasing
*
_Nullable
response
)
{
}
failure
:^
(
NSError
*
_Nonnull
error
)
{
}];
...
...
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