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
753 B
29 lines
753 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:28:16
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'OptionPair' => '交易对',
|
|
'option-pair' => '交易对'
|
|
],
|
|
'fields' => [
|
|
'pair_name' => '交易对名称',
|
|
'base_coin_id' => '基础币种ID',
|
|
'base_coin_name' => '基础币种名称',
|
|
'coin_id' => '币种ID',
|
|
'coin_name' => '币种名称',
|
|
'status' => '状态',
|
|
'trade_status' => '交易状态',
|
|
'pair_id' => '交易对ID',
|
|
'quote_coin_id' => '结算币种ID',
|
|
'quote_coin_name' => '结算币种名称',
|
|
'sort' => '排序'
|
|
],
|
|
'options' => [],
|
|
];
|
|
|