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
Labels
Milestones
New Pull Request
#1
WIP: error 范式错误
Open
林子骥
wants to merge 1 commits from
10225501460/bookstore_project2:master
into
master
pull from: 10225501460/bookstore_project2:master
merge into: 51275903093:master
51275903093:master
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
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