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
3dac6b31
Commit
3dac6b31
authored
Sep 10, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ffe21227
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
center-channel/app/base/service/impl/utilsSve/utilsOrderSve.js
+3
-2
center-channel/app/front/entry/public/apidoc/platform/companyNaming.md
+1
-1
center-channel/app/front/entry/public/apidoc/platform/order.md
+2
-1
center-channel/app/front/entry/public/apidoc/platform/trademarkReview.md
+1
-1
No files found.
center-channel/app/base/service/impl/utilsSve/utilsOrderSve.js
View file @
3dac6b31
...
...
@@ -277,13 +277,13 @@ class UtilsOrderService extends AppServiceBase {
}
pobj
.
actionType
=
"getPayOrderInfo"
;
var
orderUrl
=
settings
.
centerOrderUrl
()
+
"action/order/springBoard"
;
var
orderResult
=
await
this
.
restPostUrl
(
pobj
,
u
rl
);
var
orderResult
=
await
this
.
restPostUrl
(
pobj
,
orderU
rl
);
if
(
orderResult
.
status
!=
0
)
{
return
orderResult
;
}
//检查流水号是否已经支付
var
receiptVoucher
=
orderResult
.
data
.
receiptVoucher
;
var
payTrxid
=
opType
==
"wx"
?
receiptVoucher
.
wxPayOrderCode
:
receiptVoucher
.
aliPayOrderCode
;
var
payTrxid
=
actionBody
.
opType
==
"wx"
?
receiptVoucher
.
wxPayOrderCode
:
receiptVoucher
.
aliPayOrderCode
;
pobj
.
actionBody
.
trxid
=
payTrxid
;
pobj
.
actionType
=
"queryOrderStatus"
;
...
...
@@ -305,6 +305,7 @@ class UtilsOrderService extends AppServiceBase {
// payStatus.data.out_trade_no = attachList[0];
// payStatus.data.company_id = attachList[1];
// return await this.utilstlbankSve.opBackNotify(payStatus.data, "页面回调");
return
system
.
getResultFail
(
-
100130
,
'订单已支付,请勿重复付款,100130'
)
}
else
if
(
payStatus
.
data
&&
payStatus
.
data
.
trxstatus
==
"3045"
)
{
return
system
.
getResultFail
(
-
100170
,
"超时未支付,请刷新页面,100170"
);
...
...
center-channel/app/front/entry/public/apidoc/platform/companyNaming.md
View file @
3dac6b31
...
...
@@ -3,7 +3,7 @@
1.
[
获取偏好信息
](
#getPreference
)
1.
[
提交选择信息起名
](
#createName
)
## **<a name="getCache">
询价
</a>**
## **<a name="getCache">
获取行业信息
</a>**
[
返回到目录
](
#menu
)
##### URL
[
/web/nmaction/name/springBoard
]
...
...
center-channel/app/front/entry/public/apidoc/platform/order.md
View file @
3dac6b31
...
...
@@ -176,7 +176,8 @@
"channelServiceNo":"",// N 渠道订单号
"orderStatus":"",// N 订单状态
"startTime": "2019-10-27",// N 开始时间
"entTime": "2019-10-31"// N 结束时间
"entTime": "2019-10-31",// N 结束时间
"typeCode":"gsfu" //N 大类code
}
```
...
...
center-channel/app/front/entry/public/apidoc/platform/trademarkReview.md
View file @
3dac6b31
...
...
@@ -7,7 +7,7 @@
1.
[
合成事实与理由文件模板 docx
](
#composeDocAndDownload
)
1.
[
合成委托申请书模板 docx
](
#getEntrustDoc
)
## **<a name="addorder">
询价
</a>**
## **<a name="addorder">
创建驳回复审订单
</a>**
[
返回到目录
](
#menu
)
##### URL
[
/web/opaction/order/springBoard
]
...
...
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