Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
manager
Commits
40a06b20
Commit
40a06b20
authored
Jan 24, 2022
by
lzxry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改report请求路径+open
parent
a9806f4e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
AppServiceImpl.java
src/main/java/common/service/impl/AppServiceImpl.java
+1
-1
SyncAppDataTask.java
src/main/java/common/task/SyncAppDataTask.java
+1
-1
AccountFlowRestrictServiceImpl.java
...ava/tkio/service/impl/AccountFlowRestrictServiceImpl.java
+1
-1
TkioAccountServiceImpl.java
src/main/java/tkio/service/impl/TkioAccountServiceImpl.java
+1
-1
No files found.
src/main/java/common/service/impl/AppServiceImpl.java
View file @
40a06b20
...
...
@@ -172,7 +172,7 @@ public class AppServiceImpl implements AppService
Map
<
String
,
String
>
conditions
=
new
HashedMap
();
String
url
=
Constant
.
reportUrl
+
"/api/tkio/report/dmp/newdevicebypkgname/test/fd7ee4f73ea9d9619471aacc2ced1357"
;
String
url
=
Constant
.
reportUrl
+
"/api/tkio/report/dmp/
open/
newdevicebypkgname/test/fd7ee4f73ea9d9619471aacc2ced1357"
;
conditions
.
put
(
"datatype"
,
"list"
);
conditions
.
put
(
"startdate"
,
startDate
);
conditions
.
put
(
"enddate"
,
endDate
);
...
...
src/main/java/common/task/SyncAppDataTask.java
View file @
40a06b20
...
...
@@ -288,7 +288,7 @@ public class SyncAppDataTask
public
List
<
String
>
findReyunPkgList
()
{
Map
<
String
,
String
>
conditions
=
new
HashedMap
();
String
url
=
Constant
.
reportUrl
+
"/api/tkio/report/manager/bysql/fd7ee4f73ea9d9619471aacc2ced1357"
;
String
url
=
Constant
.
reportUrl
+
"/api/tkio/report/manager/
open/
bysql/fd7ee4f73ea9d9619471aacc2ced1357"
;
String
sql
=
"select distinct pkgname from tkio.tkio_app_pkgname where pkgname!='NULL'"
;
conditions
.
put
(
"sql"
,
sql
);
conditions
.
put
(
"dbtype"
,
"mysql"
);
...
...
src/main/java/tkio/service/impl/AccountFlowRestrictServiceImpl.java
View file @
40a06b20
...
...
@@ -221,7 +221,7 @@ public class AccountFlowRestrictServiceImpl implements AccountFlowRestrictServic
conditions
.
put
(
"enddate"
,
pastDate
);
conditions
.
put
(
"datatype"
,
"list"
);
conditions
.
put
(
"iscache"
,
"0"
);
String
url
=
Constant
.
reportUrl
+
"/api/tkio/report/trackingio/"
+
reportName
+
"/"
+
appId
+
"/fd7ee4f73ea9d9619471aacc2ced1357"
;
String
url
=
Constant
.
reportUrl
+
"/api/tkio/report/trackingio/
open/
"
+
reportName
+
"/"
+
appId
+
"/fd7ee4f73ea9d9619471aacc2ced1357"
;
String
responseJson
=
HttpClientUtil
.
doHttpPostRequest
(
url
,
"trackingio"
,
conditions
);
//System.out.println(reportName + "===========================" + responseJson);
HashMap
<
String
,
String
>
resultValMap
=
new
HashMap
<>();
...
...
src/main/java/tkio/service/impl/TkioAccountServiceImpl.java
View file @
40a06b20
...
...
@@ -42,7 +42,7 @@ import java.util.*;
public
class
TkioAccountServiceImpl
implements
TkioAccountService
{
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
TkioAccountServiceImpl
.
class
);
//查询URI
private
final
static
String
URI_REPORT_BY_SQL
=
"/api/tkio/report/trackingio/bysql"
;
private
final
static
String
URI_REPORT_BY_SQL
=
"/api/tkio/report/trackingio/
open/
bysql"
;
@Autowired
Account4WebRepository
account4WebRepository
;
...
...
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