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.
19 lines
461 B
19 lines
461 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'BonusLog' => '期权佣金明细',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'coin_id' => '币种ID',
|
|
'coin_name' => '币种名称',
|
|
'account_type' => '账户类型',
|
|
'rich_type' => '资产类型',
|
|
'amount' => '数量',
|
|
'log_type' => '日志类型',
|
|
'status' => '状态',
|
|
'hand_time' => '发放时间',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|