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
83b55159
Commit
83b55159
authored
Aug 03, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
ae0ccada
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bpo-web/app/base/api/impl/bpoSDPJApi.js
+4
-4
No files found.
bpo-web/app/base/api/impl/bpoSDPJApi.js
View file @
83b55159
...
...
@@ -533,7 +533,7 @@ class BpoSDPJApi {
console
.
log
(
"-----response smart transfer ------------"
,
rs
.
data
);
if
(
rs
.
data
.
code
===
0
)
{
cashInfo
.
trade_status
=
"01"
;
cashInfo
.
trade_desc
=
"
提现申请成功
"
;
cashInfo
.
trade_desc
=
"
领取中
"
;
try
{
// 张娇强烈要求
let
item
=
await
this
.
getActualAmt
(
cashInfo
,
api
);
...
...
@@ -543,12 +543,12 @@ class BpoSDPJApi {
}
await
cashInfo
.
save
();
// 1 认证页面 2 二维码已失效 3 红包领取页面 4 红包领取结果页面(心跳查询) 5 红包已被领取
return
this
.
getSuccessResult
(
"
提现成功
"
,
{
redirect_code
:
4
});
return
this
.
getSuccessResult
(
"
领取中
"
,
{
redirect_code
:
4
});
}
else
{
cashInfo
.
trade_status
=
"02"
;
cashInfo
.
trade_desc
=
rs
.
data
.
msg
||
"提现申请
失败"
;
cashInfo
.
trade_desc
=
"领取
失败"
;
await
cashInfo
.
save
();
return
this
.
getSuccessResult
(
rs
.
data
.
msg
||
"领取失败"
,
{
redirect_code
:
6
});
return
this
.
getSuccessResult
(
"领取失败"
,
{
redirect_code
:
6
});
}
}
catch
(
error
)
{
console
.
log
(
error
);
...
...
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