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
656 B
28 lines
656 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:36:37
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'Withdraw' => '提币',
|
|
'withdraw' => '提币记录',
|
|
],
|
|
'fields' => [
|
|
'user_id' => 'UID',
|
|
'username' => '用户名称',
|
|
'amount' => '数量',
|
|
'status' => '状态',
|
|
'coin_id' => '币种ID',
|
|
'coin_name' => '币名',
|
|
'address' => '提币地址',
|
|
'datetime' => '日期',
|
|
'agent_level' => '代理商级别',
|
|
'agent_name' => '代理商账户',
|
|
],
|
|
'options' => [],
|
|
];
|
|
|