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.
16 lines
395 B
16 lines
395 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OtcCoinlist' => 'OtcCoinlist',
|
|
],
|
|
'fields' => [
|
|
'coin_id' => '币种ID',
|
|
'coin_name' => '币种名称',
|
|
'limit_amount' => '最低发布数量',
|
|
'max_register_time' => '最大挂单时间(小时)',
|
|
'max_register_num' => '最大挂单数',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|