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.
32 lines
927 B
32 lines
927 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:19:18
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'Coin' => '币种列表',
|
|
'coin' => '币种列表'
|
|
],
|
|
'fields' => [
|
|
'coin_name' => '货币名称',
|
|
'qty_decimals' => '交易量精度',
|
|
'price_decimals' => '价格精度',
|
|
'full_name' => '全称',
|
|
'withdrawal_fee' => '提币手续费',
|
|
'withdrawal_min' => '提币最小数量',
|
|
'withdrawal_max' => '提币最大数量',
|
|
'coin_withdraw_message' => '提币注意事项',
|
|
'coin_recharge_message' => '充值注意事项',
|
|
'coin_transfer_message' => '划转注意事项',
|
|
'coin_content' => '币种介绍',
|
|
'coin_icon' => '币种图标',
|
|
'status' => '状态',
|
|
'coin_id' => '币种ID'
|
|
],
|
|
'options' => [],
|
|
];
|
|
|