数据添加(应用标识+添加权限验证)
开发中
POST
/openApi/out/app/opendataflow/insertWithAccessCheck
请求参数
Body 参数application/json
data
object
必需
appId
string
必需
tableId
string
必需
loginUserId
string
必需
示例
{
"data": {
"zifuchuan": "zifuchuantest",
"duoxuan": [
"电费",
"笛梵"
],
"dfzhubiaozifuchuansh": "关联数据#@dfzhubiaolaiyuanl_zifuchuan_3",
"shuzi": 11152,
"riqishijian": "2021-06-24 00:00:00",
"yonghuxinxi": {
"real": {
"blacklist": {},
"orgs": {
"ApiTest": {
"Type": "member",
"parent_id": "2",
"id": "ApiTest"
}
}
},
"appointId": "2",
"displayValue": "企业管理员"
}
},
"appId": "DFMoRenPeiZhiHanCong",
"tableId": "dfsubdefault",
"loginUserId": "dev_admin"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
integer
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": 18,
"guid": "b52b0d62880fe2d2"
}
修改于 2023-04-27 00:58:52