agentReport.php 548 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'id' => '代理ID',
  4. 'agent_user' => '代理账号',
  5. 'agent_name'=>'代理用户名',
  6. 'sport_profit'=>'体育流水/体育盈利',
  7. 'real_man_profit'=>'真人流水/真人盈利',
  8. 'profit'=>'彩票流水/彩票盈利',
  9. 'total_money_profit'=>'彩票流水/平台彩票盈利',
  10. 'six_money_profit'=>'六合流水/平台六合盈利',
  11. 'sixlottly_profit'=>'六合流水/六合盈利',
  12. 'total_profit'=>'合计流水/平台合计盈利',
  13. 'startime'=>'开始时间',
  14. 'endtime'=>'结束时间',
  15. );