初始化
This commit is contained in:
15
addons/webman/lang/zh-CN/player_wallet_transfer.php
Normal file
15
addons/webman/lang/zh-CN/player_wallet_transfer.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => '玩家转出/入记录',
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'amount' => '金额',
|
||||
'reward' => '中奖金额',
|
||||
'platform_no' => '单号(游戏平台)',
|
||||
'tradeno' => '单号',
|
||||
'create_at' => '创建时间',
|
||||
'department_name' => '渠道名称',
|
||||
'platform_name' => '游戏平台',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user