Commit 410d2c3e authored by RobertDing's avatar RobertDing

FIX - 文本改为数字

parent 8c10d5db
...@@ -149,10 +149,10 @@ ...@@ -149,10 +149,10 @@
borrower_id: 23, borrower_id: 23,
user_info: { user_info: {
name: "***", name: "***",
gender: "男", // 男, 女 gender: 1, // 男, 女
age: 23, age: 23,
marriage: "未婚", marriage: 1,
education: '本科', education: 3,
province: "安徽省", province: "安徽省",
city: "安庆市", city: "安庆市",
district: "我也不知道哪个区, 随便填", district: "我也不知道哪个区, 随便填",
...@@ -162,13 +162,13 @@ ...@@ -162,13 +162,13 @@
{ {
contact_type: 0, contact_type: 0,
name: "***", name: "***",
relation: "父子", relation: 3,
phone: "1223333222" phone: "1223333222"
}, },
{ {
contact_type: 1, contact_type: 1,
name: "***", name: "***",
relation: "朋友", relation: 5,
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