简要描述:

-创建个人账号

请求域名:

  • http://xx.com

请求URL:

POST/&route=plugin.pay-platform.frontend.controllers.e-sign.addPersonAccount

参数:

参数名 是否必须 类型 说明
name string 姓名
idNo string 身份证号
mobile string 手机号
title string 职位
email string 邮箱

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "创建个人账户成功!",
    "data": []
}

错误时返回:

{
    "result": 0,
    "msg": "错误信息",
    "data": []
}

返回参数说明:

参数名 类型 说明