Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
79ead193
Commit
79ead193
authored
Apr 01, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
渠道增加
parent
4253173a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
igirl-channel/app/base/service/impl/trademark/tmquerySve.js
+3
-3
igirl-channel/app/base/utils/execClient.js
+1
-1
No files found.
igirl-channel/app/base/service/impl/trademark/tmquerySve.js
View file @
79ead193
...
@@ -160,14 +160,14 @@ class TmqueryService {
...
@@ -160,14 +160,14 @@ class TmqueryService {
]
]
}
}
},
},
"from"
:
0
,
"from"
:
queryobj
.
from
||
0
,
"size"
:
2000
,
"size"
:
queryobj
.
size
||
2000
,
"sort"
:
[
"sort"
:
[
{
{
"created_at"
:
"desc"
"created_at"
:
"desc"
}
}
]
]
},
`
${
this
.
reqEsAddr
}
bigdata_zc_op_log/_search`
,
2
0000
);
},
`
${
this
.
reqEsAddr
}
bigdata_zc_op_log/_search`
,
3
0000
);
let
result
=
data
.
stdout
;
let
result
=
data
.
stdout
;
result
=
JSON
.
parse
(
result
);
result
=
JSON
.
parse
(
result
);
result
=
result
.
hits
.
hits
;
result
=
result
.
hits
.
hits
;
...
...
igirl-channel/app/base/utils/execClient.js
View file @
79ead193
...
@@ -73,7 +73,7 @@ class ExecClient {
...
@@ -73,7 +73,7 @@ class ExecClient {
let
cmd
=
this
.
FetchPostCmd
(
params
,
url
);
let
cmd
=
this
.
FetchPostCmd
(
params
,
url
);
let
options
=
{
let
options
=
{
timeout
:
timeOut
,
timeout
:
timeOut
,
maxBuffer
:
1024
*
1024
*
2
0
maxBuffer
:
1024
*
1024
*
5
0
};
};
let
result
=
await
this
.
exec
(
cmd
,
options
);
let
result
=
await
this
.
exec
(
cmd
,
options
);
return
result
;
return
result
;
...
...
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