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.
15 lines
326 B
15 lines
326 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OtcAccount' => 'OtcAccount',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户id',
|
|
'coin_id' => '币种id',
|
|
'coin_name' => '币种名称',
|
|
'usable_balance' => '可用余额',
|
|
'freeze_balance' => '冻结余额',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|