简要描述:
-创建个人账号
请求域名:
- http://xx.com
请求URL:
POST/&route=plugin.pay-platform.frontend.controllers.e-sign.addPersonAccount
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| name | 是 | string | 姓名 |
| idNo | 是 | string | 身份证号 |
| mobile | 是 | string | 手机号 |
| title | 否 | string | 职位 |
| 否 | string | 邮箱 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "创建个人账户成功!",
"data": []
}
错误时返回:
{
"result": 0,
"msg": "错误信息",
"data": []
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|