|
|
@@ -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;
|
|
|
|