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
f001b4c8
Commit
f001b4c8
authored
May 14, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdy
parent
7586c448
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
center-channel/app/base/service/impl/trademark/tmquerySve.js
+2
-2
center-channel/app/front/entry/public/apidoc/opTrademark/tmSearch.md
+1
-1
No files found.
center-channel/app/base/service/impl/trademark/tmquerySve.js
View file @
f001b4c8
...
@@ -78,7 +78,7 @@ class TmqueryService {
...
@@ -78,7 +78,7 @@ class TmqueryService {
if
(
!
queryobj
.
type
)
{
if
(
!
queryobj
.
type
)
{
return
{
code
:
-
102
,
msg
:
"参数错误"
}
return
{
code
:
-
102
,
msg
:
"参数错误"
}
}
}
if
(
!
queryobj
.
us
erId
)
{
if
(
!
queryobj
.
receiv
erId
)
{
return
{
code
:
-
102
,
msg
:
"参数错误"
}
return
{
code
:
-
102
,
msg
:
"参数错误"
}
}
}
if
(
queryobj
.
push_type
==
1
&&
!
queryobj
.
email
)
{
if
(
queryobj
.
push_type
==
1
&&
!
queryobj
.
email
)
{
...
@@ -87,7 +87,7 @@ class TmqueryService {
...
@@ -87,7 +87,7 @@ class TmqueryService {
if
(
queryobj
.
push_type
==
2
&&
!
queryobj
.
notifyUrl
)
{
if
(
queryobj
.
push_type
==
2
&&
!
queryobj
.
notifyUrl
)
{
return
{
code
:
-
102
,
msg
:
"参数错误"
}
return
{
code
:
-
102
,
msg
:
"参数错误"
}
}
}
queryobj
.
wxuser_id
=
queryobj
.
us
erId
;
queryobj
.
wxuser_id
=
queryobj
.
receiv
erId
;
queryobj
.
appid
=
pobj
.
appInfo
.
id
;
queryobj
.
appid
=
pobj
.
appInfo
.
id
;
var
url
=
settings
.
igirlWeburl
()
+
"web/toolCtl/createMonitoringReportH5p"
;
var
url
=
settings
.
igirlWeburl
()
+
"web/toolCtl/createMonitoringReportH5p"
;
return
await
this
.
opReqResult
(
url
,
queryobj
,
req
);
return
await
this
.
opReqResult
(
url
,
queryobj
,
req
);
...
...
center-channel/app/front/entry/public/apidoc/opTrademark/tmSearch.md
View file @
f001b4c8
...
@@ -2669,7 +2669,7 @@
...
@@ -2669,7 +2669,7 @@
"email"
:
""
,
//邮箱 push_type 为1 时 不可为空
"email"
:
""
,
//邮箱 push_type 为1 时 不可为空
"type"
:
1
,
//报告类型 1 商标 2 专利
"type"
:
1
,
//报告类型 1 商标 2 专利
"push_type"
:
1
,
//推送类型 1 邮件 2 接口
"push_type"
:
1
,
//推送类型 1 邮件 2 接口
"
us
erId"
:
"001"
// 用户id
"
receiv
erId"
:
"001"
// 用户id
}
}
}
}
...
...
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