| 123456789101112131415161718 |
- <?php
- return array(
- 'id' => 'id',
- 'UserName' => '真人会员账号',
- 'membername' => '真人会员账号',
- 'Accounts' => '真人会员账号',
- 'betting_money' => '下注额度',
- 'account_name' => '用户名',
- 'BettingAmount'=>'有效下注额度',
- 'bet_count' => '下注笔数',
- 'Bett' => '反水金额',
- 'Payout' => '派彩额度',
- 'Need_Bett' => '需反水金额',
- 'end_Bett' => '已反水金额',
- 'edit' => '修改',
- 'playerName'=> '真人会员账号',
- 'AccountNumber'=> '真人会员账号',
- );
|