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
373ce68b
Commit
373ce68b
authored
Jul 11, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gyq
parent
ce409fa6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
10 deletions
+29
-10
ipop-web/app/base/api/impl/chinapatentsearch.js
+1
-1
ipop-web/app/base/controller/impl/patentycCtl.js
+19
-0
ipop-web/app/base/service/impl/patentycSve.js
+9
-9
No files found.
ipop-web/app/base/api/impl/chinapatentsearch.js
View file @
373ce68b
...
@@ -1049,7 +1049,7 @@ class ChinaPatentSearchApi extends ApiBase {
...
@@ -1049,7 +1049,7 @@ class ChinaPatentSearchApi extends ApiBase {
}
}
},
},
"from"
:
0
,
"from"
:
0
,
"size"
:
50
"size"
:
1000
,
};
};
for
(
var
x
in
obj
)
{
for
(
var
x
in
obj
)
{
params
.
query
.
bool
.
must
.
push
(
obj
[
x
]);
params
.
query
.
bool
.
must
.
push
(
obj
[
x
]);
...
...
ipop-web/app/base/controller/impl/patentycCtl.js
View file @
373ce68b
...
@@ -1387,3 +1387,22 @@ class PatentycCtl extends CtlBase {
...
@@ -1387,3 +1387,22 @@ class PatentycCtl extends CtlBase {
}
}
module
.
exports
=
PatentycCtl
;
module
.
exports
=
PatentycCtl
;
// var task = new PatentycCtl();
// var obj = {
// "uid": "667b8300-c101-11ea-98dd-3142bd90eec4",
// "type": "html"
// };
// var d = task.ezGetReport({},obj,{})
// console.log("dddddd---------" + JSON.stringify(d));
// (async ()=>{
// var task = new PatentycCtl();
// var obj = {
// "uid": "735f9cd0-c103-11ea-9ecd-1d1c3e85a974",
// "type": "html"
// };
// var d = await task.ezGetReport({},obj,{})
// console.log("dddddd---------" + JSON.stringify(d));
// })()
ipop-web/app/base/service/impl/patentycSve.js
View file @
373ce68b
...
@@ -9414,13 +9414,13 @@ module.exports = PatentycService;
...
@@ -9414,13 +9414,13 @@ module.exports = PatentycService;
// var d = task.ezGetReport(obj)
// var d = task.ezGetReport(obj)
// console.log("dddddd---------" + d);
// console.log("dddddd---------" + d);
(
async
()
=>
{
//
(async ()=>{
var
task
=
new
PatentycService
();
//
var task = new PatentycService();
var
obj
=
{
//
var obj = {
"uid"
:
"735f9cd0-c103-11ea-9ecd-1d1c3e85a974"
,
//
"uid": "735f9cd0-c103-11ea-9ecd-1d1c3e85a974",
"type"
:
"html"
//
"type": "html"
};
//
};
var
d
=
await
task
.
ezReadyReport
(
obj
)
//
var d = await task.ezReadyReport(obj)
console
.
log
(
"dddddd---------"
+
JSON
.
stringify
(
d
));
//
console.log("dddddd---------" + JSON.stringify(d));
})()
//
})()
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