BTCoinmt
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.
 
 
 

30 lines
774 B

<?php
/*
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-08-04 09:48:02
* @LastEditors: GuaPi
* @LastEditTime: 2021-08-04 09:48:16
*/
return [
'labels' => [
'Rebate' => '合约分佣记录',
'rebate' => '合约分佣记录',
],
'fields' => [
'order_no' => '订单ID',
'user_id' => '用户UID',
'user_referrer' => '代理商UID',
'deep' => '代理商层级',
'rebate_type' => '返佣类型',
'contract_pair' => '合约币对',
'side' => '成交方向',
'amount' => '成交数量',
'fee' => '手续费数量',
'rebate_rate' => '返佣率',
'status' => '结算状态',
'order_time' => '下单时间',
],
'options' => [],
];