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.
35 lines
929 B
35 lines
929 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:29:17
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'OptionTime' => '周期',
|
|
'option-time' => '周期'
|
|
],
|
|
'fields' => [
|
|
'time_name' => '场次名称',
|
|
'seconds' => '周期秒数',
|
|
'fee_rate' => '手续费率',
|
|
'up_range' => '涨幅区间',
|
|
'down_range' => '跌幅区间',
|
|
'draw_range' => '平幅区间',
|
|
'status' => '状态',
|
|
'range' => '范围',
|
|
'odds' => '赔率',
|
|
'is_default' => '默认',
|
|
'is_default' => '默认',
|
|
'time_id' => '周期ID',
|
|
'odds_up_range' => '涨幅赔率',
|
|
'odds_down_range' => '跌幅赔率',
|
|
'odds_draw_range' => '平幅赔率',
|
|
'sort' => '排序',
|
|
'default_kline' => '默认K线'
|
|
],
|
|
'options' => [],
|
|
];
|
|
|