简要描述:

  • 员工审批-修改审批人

请求域名:

  • http://xx.com

请求URL:

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

参数:

参数名 是否必须 类型 说明
staff_id int 员工ID
id int 记录ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "修改成功",
    "data": []
}