Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-commons
Commits
6cd92ae6
Commit
6cd92ae6
authored
Apr 29, 2021
by
Wei Shoulin
Browse files
property data
parent
7fc2b83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_commons/models/__init__.py
View file @
6cd92ae6
...
...
@@ -9,9 +9,11 @@ class Result(dict):
def
success
(
self
):
return
self
[
"code"
]
>=
0
@
property
def
data
(
self
):
return
self
[
"data"
]
@
property
def
message
(
self
):
return
self
[
"message"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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