wanggangtao hace 5 años
padre
commit
e02f156ef1

+ 1 - 1
api/v1.0/demo/index_current_day.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>股票信息接口</title>
+    <title>股票当天接口</title>
     <script type="text/javascript" src="js/jquery.1.9.1.min.js"></script>
     <script type="text/javascript" src="js/func.common.js"></script>
     <script type="text/javascript" src="js/func.js"></script>

+ 1 - 1
api/v1.0/demo/index_day_k.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>指数历史数据接口</title>
+    <title>指数时间段数据接口</title>
     <script type="text/javascript" src="js/jquery.1.9.1.min.js"></script>
     <script type="text/javascript" src="js/func.common.js"></script>
     <script type="text/javascript" src="js/func.js"></script>

+ 1 - 1
api/v1.0/demo/stock_any_day.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>股票信息接口</title>
+    <title>指数某天接口</title>
     <script type="text/javascript" src="js/jquery.1.9.1.min.js"></script>
     <script type="text/javascript" src="js/func.common.js"></script>
     <script type="text/javascript" src="js/func.js"></script>

+ 1 - 1
api/v1.0/demo/stock_current_day.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>股票信息接口</title>
+    <title>股指数当天接口</title>
     <script type="text/javascript" src="js/jquery.1.9.1.min.js"></script>
     <script type="text/javascript" src="js/func.common.js"></script>
     <script type="text/javascript" src="js/func.js"></script>

+ 1 - 1
api/v1.0/demo/stock_info.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>股票信息接口</title>
+    <title>股票基本信息信息接口</title>
     <script type="text/javascript" src="js/jquery.1.9.1.min.js"></script>
     <script type="text/javascript" src="js/func.common.js"></script>
     <script type="text/javascript" src="js/func.js"></script>

+ 1 - 1
api/v1.0/demo/stock_list.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>股票信息接口</title>
+    <title>股票列表信息接口</title>
     <script type="text/javascript" src="js/jquery.1.9.1.min.js"></script>
     <script type="text/javascript" src="js/func.common.js"></script>
     <script type="text/javascript" src="js/func.js"></script>