简要描述:

  • 数据库md格式文档生成

接口版本:

版本号 制定人 制定日期 修订日期
v3 陈碧贵 2022-05-04 xxxx-xx-xx

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type: string application/json; charset=utf-8 请求类型

请求参数:

1. 如果有值,只生成对应的表文档

["表名"]
参数名 是否必须 类型 说明
ownerId string 所属项目
connName string 数据库链接Key
templates string ~/App_Data/Templates/Document/{templates}/database.md

返回示例:

正确时返回:

{
    "data": "~/App_Temp/Document/ConnBo_all.md",
    "cacheDateTimestamp": 0,
    "code": "0",
    "retCode": "0",
    "success": true
}

错误时返回:

{
    "code": 0,
    "message": ""
    "error":{
      errorCode:null,
      errorText:null
    }
    "success": false,
}
文档更新时间: 2022-05-04 22:23   作者:admin