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.
20 lines
392 B
20 lines
392 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2020/8/4
|
|
* Time: 18:10
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'DepositAddress' => '充币地址',
|
|
],
|
|
'fields' => [
|
|
'id' => '当前ID',
|
|
'coin_name' => '币种名称',
|
|
'wallet_address' => '钱包地址',
|
|
'wallet_address_image' => '钱包地址图片',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|