## 个人前端页面
#### 如果用户没有开通成功,可以多次进件,以最后一次进件资料为准
#### 访问方式:post
~~~[api]
post:person_url
*uid#个人用户在应用中的用户号//不可重复,如果当前uid已经进件为企业,也不能使用
*url_type#页面类型(详见附录)
*code_type#个人证件类型(详见附录)
*code#证件号码
*title#真实姓名
*mobile#手机号
*redirect_url#进件成功以,用户在手机端开通钱包后,跳转应用URL
<<<
success
{
"error":0,
"error_msg":"success",
"url_person_open":"https://open.webank.com/s/web-wallet-wx/index.html?target=person/account/infoConfirm&redirect=true&stamp=yilianmeng#/person/main/park_1_guojiei/4b8dbaa429f18373947e25594eb17f40/7eda6c4be9f5963bf9b3ebab69f1e83ae1e188ef/W2153242"
}
<<<
error
{
"error":"1",
"error_msg":"错误描述"
}