Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9ee45b07
authored
2021-02-26 16:02:32 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix comment
1 parent
4d7a74a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
9ee45b0
...
...
@@ -70,7 +70,7 @@ compare_content = {
"applicationVersion"
:
fields
.
Int
(
required
=
True
),
'vehicleStatus'
:
fields
.
Str
(
required
=
True
,
validate
=
validate
.
OneOf
(
consts
.
VEHICLE_STATUS
)),
'comments'
:
fields
.
List
(
comment_args
,
required
=
True
),
'comments'
:
fields
.
List
(
fields
.
Nested
(
comment_args
)
,
required
=
True
),
'individualCusInfo'
:
fields
.
List
(
fields
.
Nested
(
individual_args
),
required
=
True
,
validate
=
validate
.
Length
(
min
=
1
,
max
=
4
)),
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment