You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.6 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Demo:发起</title>
<!-- 引入常用的JS脚本. -->
<script src="../Scripts/QueryString.js"></script>
<script src="../Scripts/jquery/jquery.min.js" type="text/javascript"></script>
<script src="../Scripts/jquery/jquery.cookie.js" type="text/javascript"></script>
<link href="../Scripts/bootstrap/css/bootstrap.css" rel="stylesheet" />
<!-- 引入ccbpm 的sdk开发js. -->
<script src="../config.js" type="text/javascript"></script>
<script src="../WF/Dev2Interface.js" type="text/javascript"></script>
<script src="../Scripts/layui/layui/layui.js"></script>
<script src="../Scripts/layui/LayuiDialog.js"></script>
<script language="javascript" type="text/javascript">
function ShowSwagger() {
var url = "";
if (plant === "CCFlow")
url = host + "/swagger";
if (plant === "JFlow")
url = host + "/swagger-ui.html";
window.open(url);
//OpenLayuiDialog(url, "Swagger", document.body.clientWidth * 2 / 3, 88, "auto");
}
</script>
</head>
<body>
<br />
<fieldset>
<legend>驰骋BPM - API功能调用说明</legend>
<ul>
<li>接口列表 <a href="javascript:void(0)" onclick="ShowSwagger()">打开Swagger</a></li>
<li> 详细文档请参考:<a href="https://gitee.com/opencc/JFlow/wikis/pages/preview?sort_id=8101800&doc_id=31094" target="_blank"> 打开在线doc.ccbpm.cn文档 </a></li>
</ul>
</fieldset>
</body>
</html>