Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
6 years ago
Commit
c7b9674322bbf39743a49262a6845017893a0f95
1 parent
fcd56c2a
fixbug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
order/src/main/java/com/yoho/ufo/order/constant/TradeStatusEnum.java
order/src/main/java/com/yoho/ufo/order/constant/TradeStatusEnum.java
View file @
c7b9674
...
...
@@ -10,6 +10,7 @@ public enum TradeStatusEnum {
fail_200_fail
(
200
,
"打款失败"
),
fail_201_no_alipayAccount
(
201
,
"没有支付宝账号"
),
fail_202_invalid_money
(
202
,
"金额不合法"
),
fail_203_wait_payment
(
203
,
"海外卖家待付款"
),
fail_299_transfer_failure
(
299
,
"转账失败"
);
private
Integer
code
;
private
String
desc
;
...
...
Please
register
or
login
to post a comment