This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
51275903093
/
CDMS.Xuan_ZHOU.2024Fall.DaSE
Watch
5
Star
0
Fork
5
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
error small bug
pull/1/head
ll
9 months ago
parent
b5ffac4402
commit
5983f9defa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
project1/bookstore/be/model/error.py
+ 1
- 1
project1/bookstore/be/model/error.py
View File
@ -54,7 +54,7 @@ def error_invalid_order_id(order_id):
def
error_not_sufficient_funds
(
order_id
)
:
return
519
,
error_code
[
51
8
]
.
format
(
order_id
)
return
519
,
error_code
[
51
9
]
.
format
(
order_id
)
def
error_authorization_fail
(
)
:
Write
Preview
Loading…
Cancel
Save