Commit e6a7a590 authored by RobertDing's avatar RobertDing

FIX - marriage

parent 8a513345
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
name: "***", name: "***",
gender: "男", // 男, 女 gender: "男", // 男, 女
age: 23, age: 23,
mirrage: "未婚", marriage: "未婚",
education: '本科', education: '本科',
province: "安徽省", province: "安徽省",
city: "安庆市", city: "安庆市",
...@@ -159,13 +159,13 @@ ...@@ -159,13 +159,13 @@
} }
contacts: [ contacts: [
{ {
contact_type: 'immediate', contact_type: 0,
name: "***", name: "***",
relation: "父子", relation: "父子",
phone: "1223333222" phone: "1223333222"
}, },
{ {
contact_type: 'contact', contact_type: 1,
name: "***", name: "***",
relation: "朋友", relation: "朋友",
phone: "1223333222" phone: "1223333222"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment