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
216dfc62
Commit
216dfc62
authored
Jul 31, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
b7af1dba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
bpo-web/app/base/api/impl/bpoSDPJApi.js
+10
-1
No files found.
bpo-web/app/base/api/impl/bpoSDPJApi.js
View file @
216dfc62
...
...
@@ -365,7 +365,7 @@ class BpoSDPJApi {
}
if
(
ccashinfo
.
trade_status
)
{
return
this
.
getErrResult
(
"已提现,不要重复提现"
);
return
this
.
getErrResult
(
"已
提现,不要重复提现"
);
}
let
api
=
await
this
.
ecompanybusiSve
.
findOne
({
...
...
@@ -430,6 +430,14 @@ class BpoSDPJApi {
}
async
cashOut
(
cashInfo
,
api
)
{
if
(
cashInfo
.
qrcode_status
!=
1
)
{
return
this
.
getErrResult
(
"二维码已作废,禁止提现"
);
}
if
(
cashInfo
.
trade_status
)
{
return
this
.
getErrResult
(
"已提现,不要重复提现"
);
}
console
.
log
(
"张娇要看的时间发起提现---------------------------"
,
obj
.
outTradeNo
,
new
Date
().
getTime
());
// 发起交易
let
bizContent
=
[];
bizContent
.
push
({
...
...
@@ -569,6 +577,7 @@ class BpoSDPJApi {
}
async
wxnotify
(
obj
,
req
)
{
console
.
log
(
"张娇要看的时间发起提现后回调时间---------------------------"
,
obj
.
outTradeNo
,
new
Date
().
getTime
());
console
.
log
(
"------------- wx-sdpj转账回调 --------------"
,
obj
);
try
{
// 1. 获取转账二维码信息
...
...
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