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.
29 lines
681 B
29 lines
681 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:31:54
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'Recharge' => '充币',
|
|
'recharge' => '充币记录'
|
|
],
|
|
'fields' => [
|
|
'user_id' => 'UID',
|
|
'username' => '用户名称',
|
|
'coin_id' => '币种',
|
|
'coin_name' => '币名',
|
|
'collection_wallet' => '收款钱包地址',
|
|
'datetime' => '日期',
|
|
'amount' => '数量',
|
|
'status' => '状态',
|
|
'address' => '充值地址',
|
|
'type' => '充值类型',
|
|
'note' => '备注',
|
|
],
|
|
'options' => [],
|
|
];
|
|
|