Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
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
wanglei
appzxhy
Commits
e53b2159
Commit
e53b2159
authored
Jul 08, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[迭代]
parent
ca01d560
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
SpConstObject.kt
app/src/main/java/com/dumpster/cleaner/SpConstObject.kt
+3
-3
NewComUtils.kt
.../java/com/dumpster/cleaner/business/helper/NewComUtils.kt
+4
-2
No files found.
app/src/main/java/com/dumpster/cleaner/SpConstObject.kt
View file @
e53b2159
...
...
@@ -7,14 +7,14 @@ object SpConstObject {
var
appUuid
=
""
get
()
{
return
AppPreferences
.
getInstance
().
getString
(
"uuid
_app
"
,
field
)
return
AppPreferences
.
getInstance
().
getString
(
"uuid"
,
field
)
}
set
(
value
)
{
field
=
value
AppPreferences
.
getInstance
().
put
(
"uuid
_app
"
,
value
,
true
)
AppPreferences
.
getInstance
().
put
(
"uuid"
,
value
,
true
)
}
var
gid
=
""
var
gid
=
""
get
()
{
return
AppPreferences
.
getInstance
().
getString
(
"gid"
,
field
)
}
...
...
app/src/main/java/com/dumpster/cleaner/business/helper/NewComUtils.kt
View file @
e53b2159
...
...
@@ -4,6 +4,8 @@ import android.util.Base64
import
android.util.Log
import
com.dumpster.cleaner.BuildConfig
import
com.dumpster.cleaner.GlobalConfig
import
com.dumpster.cleaner.SpConstObject.appUuid
import
com.dumpster.cleaner.SpConstObject.gid
import
com.dumpster.cleaner.SpConstObject.useTypeEvent
import
com.dumpster.cleaner.bean.config.AdConfigBean
import
com.dumpster.cleaner.bean.config.ConfigBean
...
...
@@ -64,8 +66,8 @@ object NewComUtils {
"&referrer=${bRefer}"
+
"&vn=${BuildConfig.VERSION_NAME}"
+
"&vc=${BuildConfig.VERSION_CODE}"
+
"&device=${
AppPreferences.getInstance().getString("
gid
", "")
}"
+
"&aid=${
AppPreferences.getInstance().getString("
uuid
", "")
}"
"&device=${
gid
}"
+
"&aid=${
appUuid
}"
if
(
BuildConfig
.
DEBUG
)
{
s
=
"$s&mode=4"
...
...
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