|
|
@@ -0,0 +1,39 @@
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+<head>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
+ <title>接口列表</title>
|
|
|
+ <link href="css/index.css" type="text/css" rel="stylesheet">
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<div style="margin: 0 auto;width:80%;overflow:hidden;"><p style="font-size:28px;font-weight:bold;text-align:center;">API接口一览表</p></div>
|
|
|
+<div align="center" style="margin-bottom: 10px">
|
|
|
+
|
|
|
+ <p>相关说明:接口安全校验方式:</p>
|
|
|
+
|
|
|
+ <p>sign = md5(method+timestamp)</p>
|
|
|
+
|
|
|
+ <p>每次接口需要穿参数:method,timestamp,sign</p>
|
|
|
+</div>
|
|
|
+<table class="altrowstable" id="alternatecolor">
|
|
|
+ <tr>
|
|
|
+ <th class="n1">接口编号</th>
|
|
|
+ <th class="n2">接口名字</th>
|
|
|
+ <th class="n3">查看Demo</th>
|
|
|
+ <th class="n4">下载文档</th>
|
|
|
+ </tr>
|
|
|
+ <tr class="top">
|
|
|
+ <th class="title" colspan = "4">伯牛系统数据接口</th>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <td class="n1">1.1</td>
|
|
|
+ <td class="n2"><a href="api_boniu_get_stock_info.html" target="_blank">关键字组列表</a></td>
|
|
|
+ <td class="n3"><a href="api_boniu_get_stock_info.html" target="_blank">查看Demo</a></td>
|
|
|
+ <td class="n4"><a href="#" target="_blank">下载文档</a></td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+
|
|
|
+</table>
|
|
|
+</body>
|
|
|
+</html>
|