简要描述:

  • 用户登录接口

接口版本:

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

请求URL:

  • /je/meta/funcInfo/syncConfig

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
toFuncCode string 功能code
formFuncCode string 功能配置code
columnCodes string 列表字段code
type string 操作类型 1:全部同步;2:选中字段同步;3:排除选中字段

返回示例:

正确时返回:

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

错误时返回:

{
"errcode": 500,
"errmsg": "invalid appid"
}

备注:

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