You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
440 B
18 lines
440 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'InsideTradeRisk' => 'InsideTradeRisk',
|
|
],
|
|
'fields' => [
|
|
'pair_id' => '交易对ID',
|
|
'pair_name' => '交易对名称',
|
|
'symbol' => '交易对',
|
|
'up_or_down' => '涨跌',
|
|
'range' => '幅度百分百%',
|
|
'status' => '运行状态',
|
|
'start_time' => '开始时间',
|
|
'end_time' => '结束时间',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|