数据缓存
清除表所有缓存数据
清除主表/子表业务数据缓存
支持版本:暂不支持
接口:
HttpPost:api/System/ReloadBizDataAllCache/{tableName}
请求实体

请求示例:
api/System/ReloadBizDataAllCache/d_lsq_ptbd
返回结果

返回示例(成功):
{
"Code": 200,
"Message": "",
"ExceptionSeqNo": null,
"Result": true,
"Status": 1,
"MessageShowType": 0
}
返回示例(失败):
{
"Code": 203,
"Message": "无效的表名编码:d_111",
"ExceptionSeqNo": null,
"Result": null,
"Status": 0,
"MessageShowType": 0
}
清除部分数据缓存
清除主表/子表部分业务数据缓存
支持版本:暂不支持
接口:
HttpPost:api/System/ReloadBizDataCache/{tableName}
请求实体

请求示例:
["17ea1f5e-340d-11ed-9965-6c4b90540cb0","1b43bf24-340d-11ed-9965-6c4b90540cb0"]
返回结果

返回示例(成功):
{
"Code": 200,
"Message": "",
"ExceptionSeqNo": null,
"Result": true,
"Status": 1,
"MessageShowType": 0
}
返回示例(失败):
{
"Code": 203,
"Message": "无效的表名编码:d_111",
"ExceptionSeqNo": null,
"Result": null,
"Status": 0,
"MessageShowType": 0
}