简要描述:

  • 转移

接口版本:

版本号 制定人 制定日期 修订日期
1.0 鲁航 2022-08-19 2022-08-19

请求URL:

  • /je/common/move

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json
authorization string 请求内容签名

请求参数:

参数名 是否必须 类型 说明
tableCode string 表编码
id string 主键值
toId string 目标ID
place string 位置 above在上面、below在下面、inside在里面

返回示例:

正确时返回:

{
    "code": "1000",
    "data": "",
    "message": "操作成功!",
    "success": true,
    "rows": null,
    "totalCount": null
}

备注:

  • 更多返回错误代码请看首页的错误代码描述
最后编辑: 于春辉  文档更新时间: 2024-08-08 13:51   作者:于春辉