add temp mail
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
from mrz.generator.td1 import TD1CodeGenerator
|
from mrz.generator.td1 import TD1CodeGenerator
|
||||||
|
|
||||||
first_name = "mingchai"
|
first_name = "renda"
|
||||||
last_name = "ao"
|
last_name = "cong"
|
||||||
document_number = "A161BSOUG"
|
document_number = "XKJ0WSK30"
|
||||||
birth_day = "970321"
|
birth_day = "971227"
|
||||||
sex = "F"
|
sex = "F"
|
||||||
# sex = "M"
|
# sex = "M"
|
||||||
# optinal_data = "MFMLMANK<<<<A9" #14位
|
# optinal_data = "MFMLMANK<<<<A9" #14位
|
||||||
nationality = "CHN"
|
nationality = "CHN"
|
||||||
country_code = "FRA"
|
country_code = "FRA"
|
||||||
# optinal_data = "<E10805074" # 14位
|
# optinal_data = "<E10805074" # 14位
|
||||||
optinal_data = "<5700226691" #总共11位,最前面那位为空,所以加<
|
optinal_data = "<544055394" #总共11位,最前面那位为空,所以加<
|
||||||
document_prefix = "IR"
|
document_prefix = "IR"
|
||||||
expire_date = "270929"
|
expire_date = "150826"
|
||||||
if optinal_data is not None:
|
if optinal_data is not None:
|
||||||
code = TD1CodeGenerator(document_prefix, country_code, document_number, birth_day, sex, expire_date, nationality,
|
code = TD1CodeGenerator(document_prefix, country_code, document_number, birth_day, sex, expire_date, nationality,
|
||||||
last_name, first_name, optional_data1=optinal_data)
|
last_name, first_name, optional_data1=optinal_data)
|
||||||
|
|||||||
Reference in New Issue
Block a user