简要描述:

  • 员工审批-申请提交页面

请求域名:

  • http://xx.com

请求URL:

POST/route=plugin.staff-audit.frontend.audit.applyPage

请求类型

POST

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": {
        "single_max_point": "9.99"//最高不能超过xx积分,有为0的情况
    }
}