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.
23 lines
479 B
23 lines
479 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2020/7/29
|
|
* Time: 15:29
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'AutomaticRecharge' => '自动充币',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'coin_name' => '币种名称',
|
|
'address' => '充值地址',
|
|
'txid' => '确认ID',
|
|
'amount' => '充值数量',
|
|
'amount_u' => '总价值USDT',
|
|
'status' => '充值状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|