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.
17 lines
418 B
17 lines
418 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ContractAccount' => '合约账户',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'coin_id' => '币种ID',
|
|
'coin_name' => '币种名称',
|
|
'margin_name' => '保证金',
|
|
'usable_balance' => '可用保证金',
|
|
'used_balance' => '持仓保证金',
|
|
'freeze_balance' => '委托冻结',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|