Browse Source

修改bug

chenbo 4 years ago
parent
commit
8173feb5fb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      lib/input_sina_simple.class.php

+ 4 - 4
lib/input_sina_simple.class.php

@@ -114,13 +114,13 @@ class Input_sina_simple
 
         $i++;
         $index[$i]['code']     = '399001';
-        $index[$i]['name']     = '深成指';
+        $index[$i]['name']     = '深成指';
         $index[$i]['exchange'] = STOCK_EXCHANGE_SZ;
         $index[$i]['sector']   = STOCK_SECTOR_SZ_MAIN;
 
         $i++;
         $index[$i]['code']     = '000016';
-        $index[$i]['name']     = '上证50指数';
+        $index[$i]['name']     = '上证50';
         $index[$i]['exchange'] = STOCK_EXCHANGE_SH;
         $index[$i]['sector']   = STOCK_SECTOR_SH_MAIN;
 
@@ -132,13 +132,13 @@ class Input_sina_simple
 
         $i++;
         $index[$i]['code']     = '399006';
-        $index[$i]['name']     = '创业板指';
+        $index[$i]['name']     = '创业板指';
         $index[$i]['exchange'] = STOCK_EXCHANGE_SZ;
         $index[$i]['sector']   = STOCK_SECTOR_SZ_CHUANGYE;
 
         $i++;
         $index[$i]['code']     = '000688';
-        $index[$i]['name']     = '科创50指数';
+        $index[$i]['name']     = '科创50';
         $index[$i]['exchange'] = STOCK_EXCHANGE_SH;
         $index[$i]['sector']   = STOCK_SECTOR_SH_KECHUANG;