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
d7a2807c
Commit
d7a2807c
authored
Feb 01, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
63185f78
e08b5621
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
8 deletions
+11
-8
center-channel/app/base/api/impl/ic/tool.js
+1
-1
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+2
-2
center-channel/app/base/service/impl/utilsSve/utilsOrderSve.js
+1
-1
center-channel/app/base/system.js
+4
-1
center-channel/app/config/settings.js
+2
-2
center-channel/app/front/entry/public/apidoc/README.md
+1
-1
No files found.
center-channel/app/base/api/impl/ic/tool.js
View file @
d7a2807c
...
...
@@ -10,7 +10,7 @@ class Tool extends APIBase {
}
async
icname
(
params
,
req
)
{
let
url
=
settings
.
icNameUrl
()
+
'
api/icName/CheckName
'
;
let
url
=
settings
.
icNameUrl
()
+
'
openPlatform/ic/match
'
;
if
(
!
params
.
cityName
)
{
return
system
.
getResult
(
-
1
,
'cityName 不能为空!'
);
}
...
...
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
d7a2807c
...
...
@@ -444,12 +444,12 @@ class UtilsNeedService extends AppServiceBase {
var
rtn
=
await
this
.
restPostUrl
(
pobj
,
url
);
console
.
log
(
"receiveIcpStatusNotify-->"
,
rtn
)
if
(
isTM
){
if
(
actionBody
.
status
==
"0"
||
actionBody
.
status
==
"23"
)
{
//付款状态,受理通知书推云服
/*
if (actionBody.status == "0"|| actionBody.status =="23") {//付款状态,受理通知书推云服
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpaySuccess");
}
if (actionBody.status =="4" || actionBody.status =="22") {//付款失败状态,商标局不受理推云服
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpayRefund");
}
}
*/
//通知fqboss
let
pushres
=
await
this
.
execPostUrl
({
"actionProcess"
:
"AliTm"
,
"appCode"
:
"100099"
,
"sign"
:
await
this
.
getFQbossSign
(
actionBody
),
actionBody
},
settings
.
fqbossTmUrl
())
console
.
log
(
"推送fqboos----->"
,
pushres
)
...
...
center-channel/app/base/service/impl/utilsSve/utilsOrderSve.js
View file @
d7a2807c
...
...
@@ -771,7 +771,7 @@ class UtilsOrderService extends AppServiceBase {
}
async
orderClose
(
pobj
)
{
//阿里退款
if
(
!
pobj
.
actionBody
.
orderNo
)
{
return
system
.
getResult
(
null
,
"actionBody.
p
rderNo can not be empty"
);
return
system
.
getResult
(
null
,
"actionBody.
o
rderNo can not be empty"
);
}
try
{
pobj
.
actionType
=
"channeldelOrder"
;
...
...
center-channel/app/base/system.js
View file @
d7a2807c
...
...
@@ -169,7 +169,10 @@ class System {
return
{
status
:
0
,
msg
:
okmsg
,
data
:
data
||
null
,
data
:
data
||
"成功"
,
"code"
:
"200"
,
"message"
:
"成功"
,
"success"
:
true
};
}
// 2020 0916 lin 新增返回格式 成功status为1
...
...
center-channel/app/config/settings.js
View file @
d7a2807c
...
...
@@ -316,9 +316,9 @@ var settings = {
},
icNameUrl
:
function
()
{
if
(
this
.
env
==
"dev"
)
{
return
"https://
icname
.gongsibao.com/"
return
"https://
fq
.gongsibao.com/"
}
else
{
return
"https://
icname
.gongsibao.com/"
return
"https://
fq
.gongsibao.com/"
}
},
apiconfig
:
{
...
...
center-channel/app/front/entry/public/apidoc/README.md
View file @
d7a2807c
...
...
@@ -54,7 +54,7 @@
## 16 公司起名相关接口
1
[
公司起名相关接口
](
doc/api/platform/companyNaming.md
)
## 17. 商标驳回复审相关接口
## 17. 商标驳回复审相关接口
(弃用)
1
[
商标驳回复审相关接口
](
doc/api/platform/trademarkReview.md
)
## 18. 资质诊断相关接口
...
...
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