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.
28 lines
776 B
28 lines
776 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OtcEntrust' => 'OtcEntrust',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'side' => '方向',
|
|
'order_sn' => '广告单号',
|
|
'coin_id' => '币种ID',
|
|
'coin_name' => '币种名字',
|
|
'min_num' => '最小限额',
|
|
'max_num' => '最大限额',
|
|
'note' => '备注',
|
|
'pay_type' => '付款方式',
|
|
'publish_time' => '发布时间',
|
|
'price' => '价格',
|
|
'amount' => '数量',
|
|
'cur_amount' => '剩余数量',
|
|
'lock_amount' => '已成交数量',
|
|
'order_count' => '下单次数',
|
|
'deal_count' => '成交次数',
|
|
'deal_rate' => '成交率',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|