Commit f93f43af by 王勇飞

gyq

parent e6365357
......@@ -8702,13 +8702,13 @@ class PatentycService extends ServiceBase {
}
else {
console.log("1111111");
return j;
//console.log("1111111");
return {};
}
}
else {
console.log("SSSSSSS");
return j;
//console.log("SSSSSSS");
return {};
}
// return {
......@@ -9733,12 +9733,12 @@ module.exports = PatentycService;
// var d = task.ezGetReport(obj)
// console.log("dddddd---------" + d);
(async () => {
var task = new PatentycService();
var obj = {
"companyname": "华为技术有限公司"
};
var d = await task.competitionAnalysisInfo(obj)
console.log("dddddd---------" + JSON.stringify(d));
})()
// (async () => {
// var task = new PatentycService();
// var obj = {
// "companyname": "华为技术有限公司"
// };
// var d = await task.competitionAnalysisInfo(obj)
// console.log("dddddd---------" + JSON.stringify(d));
// })()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment