车主商城查询入口
<div>接口查询商户是否已经存在</div>https://test-icore-pay.pingan.com.cn:18443/merchant/account/findWalletId?timestamp=14723740498052223&platform=P004&sign=4545sdfsd
入参:<div>{<div> "req_id":"14723740498052223",</div><div> "req_data":{</div><div> "user_id":"16321"</div><div> }</div><div>}</div></div>
出参:<div><div>{</div><div> "req_id": "14723740498052223",</div><div> "return_code": "success",</div><div> "return_msg": "成功",</div><div> "return_data": {}</div><div>}</div></div>
车主商城打通入口发起
车主商城调接口
https://test-icore-pay.pingan.com.cn:18443/merchant/account/userRegister?timestamp=14723740498052223&platform=P004&sign=4545sdfsd
入参:<div><div>{</div><div> "req_id":"14723740498052223",</div><div> "req_data":{</div><div> "email":"yangkang992@pingan.com.cn",</div><div>"user_id":"16320",</div><div>"mobile":"13632618230"</div><div> }</div><div>}</div></div>
出参:<div><p style="font-size: 11px; line-height: normal; font-family: Times;">{</p><br><p style="font-size: 7.5px; line-height: normal; font-family: Menlo; color: rgb(68, 190, 92);"><span style="font-size: 11px; line-height: normal; font-family: Times; color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space:pre"> </span></span><span style="color: #a540a0"><b>"req_id":</b></span><b>"14865343129121",</b></p><br><p style="font-size: 7.5px; line-height: normal; font-family: Menlo; color: rgb(165, 64, 160);"><span style="font-size: 11px; line-height: normal; font-family: Times; color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space:pre"> </span></span><b>"return_code":</b><span style="color: #44be5c"><b>"success",</b></span></p><br><p style="font-size: 7.5px; line-height: normal; font-family: Menlo; color: rgb(165, 64, 160);"><span style="font-size: 11px; line-height: normal; font-family: Times; color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space:pre"> </span></span><b>"return_msg": </b><span style="color: #44be5c"><b>"success",</b></span></p><br><p style="font-size: 7.5px; line-height: normal; font-family: Menlo; color: rgb(165, 64, 160);"><span style="font-size: 11px; line-height: normal; font-family: Times; color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space:pre"> </span></span><b>"return_data":</b><span style="font-size: 11px; line-height: normal; font-family: Times; color: rgb(0, 0, 0);"> </span></p> null</div><div><p style="font-size: 11px; line-height: normal; font-family: Times;">}</p><br></div>
请求结束
t_user_register,插入数据
发送邮件
商家打开注册邮件
设置商户登录密码,点击下一步
t_merchant_user表,插入数据,添加了两个字段,third_id 和 third_type
t_merchant_third_register表,插入数据----需求变更删除这张表,不再使用
鉴权
填写商户信息,点击下一步
t_merchant_data表,插入数据
鉴权成功
t_merchant_certified表,插入数据
t_wallet_account表,插入数据