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.
 
 
 

29 lines
741 B

<?php
/*
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-07-29 10:40:46
* @LastEditors: GuaPi
* @LastEditTime: 2021-08-14 10:28:37
*/
return [
'labels' => [
'OptionSceneOrder' => 'OptionSceneOrder',
],
'fields' => [
'order_no' => 'order_no',
'user_id' => '用户ID',
'bet_amount' => '委托数量',
'bet_coin_name' => '币种名称',
'odds' => '赔率(收益率)',
'range' => '幅度绝对值',
'up_down' => '1涨 2跌 3平',
'status' => '状态',
'fee' => '手续费',
'delivery_amount' => '交割数量',
'delivery_time' => '交割时间',
'order_id' => '订单ID',
],
'options' => [],
];