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
1b1878c7
authored
2021-06-02 17:05:34 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
field update
1 parent
1a0015c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
1b1878c
...
...
@@ -154,8 +154,8 @@ se_individual_args = {
"idExpiryDate"
:
CustomDate
(
required
=
True
),
'nationality'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
64
)),
'countryregion'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
64
)),
'hukouProvince'
:
fields
.
Str
(
required
=
Tru
e
,
validate
=
validate
.
Length
(
max
=
64
)),
'hukouCity'
:
fields
.
Str
(
required
=
Tru
e
,
validate
=
validate
.
Length
(
max
=
64
)),
'hukouProvince'
:
fields
.
Str
(
required
=
Fals
e
,
validate
=
validate
.
Length
(
max
=
64
)),
'hukouCity'
:
fields
.
Str
(
required
=
Fals
e
,
validate
=
validate
.
Length
(
max
=
64
)),
'residentialProvince'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
64
)),
'residentialCity'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
64
)),
'companyName'
:
fields
.
Str
(
required
=
False
,
validate
=
validate
.
Length
(
max
=
256
)),
...
...
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