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
e08e2f0c
Commit
e08e2f0c
authored
Feb 03, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a848923d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
center-channel/app/base/service/impl/trademark/toolSve.js
+10
-2
center-channel/app/base/utils/dingClient.js
+1
-1
No files found.
center-channel/app/base/service/impl/trademark/toolSve.js
View file @
e08e2f0c
...
...
@@ -69,8 +69,16 @@ class ToolService extends AppServiceBase {
}
//工商核名
async
icheming
(
queryobj
,
req
)
{
var
url
=
this
.
zcApiUrl
+
"api/trademark/tmqueryApi/icheming"
;
return
await
this
.
opReqResult
(
url
,
queryobj
,
req
);
let
url
=
settings
.
icNameUrl
()
+
'openPlatform/ic/match'
;
let
obj
=
{
cityname
:
queryobj
.
cityName
,
//注册城市地区
keyword
:
queryobj
.
keyWord
,
//公司字号
btname
:
queryobj
.
industryType
,
//行业类型
orgname
:
queryobj
.
organizationType
,
//组织类型
appkey
:
"5b29981785bd4272966b15ad8e8b9dd3"
};
let
result
=
await
this
.
restPostUrl
(
obj
,
url
);
return
system
.
getResultSuccess
(
result
);
}
//尼斯过滤
async
getTmNclFilterSearch
(
queryobj
,
req
)
{
...
...
center-channel/app/base/utils/dingClient.js
View file @
e08e2f0c
...
...
@@ -21,7 +21,7 @@ class dingClient {
//渠道钉钉提醒
async
gatewayPushByChannel
(
orderNo
,
appInfo
){
let
gatewayUrl
=
setttings
.
dingRobotUrl
(
appInfo
.
uapp_id
);
if
(
process
.
env
.
APP_ENV
===
"prod
"
&&
gatewayUrl
)
{
if
(
process
.
env
.
APP_ENV
!=
"dev
"
&&
gatewayUrl
)
{
let
c
=
`注意提醒:
${
appInfo
.
app_name
}
->有订单待处理,订单号
${
orderNo
}
,老板们加油,加油,加油 !!!`
let
t
=
new
Date
().
toLocaleString
()
this
.
execClient
.
execPost
({
...
...
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