agentFund.php 245 B

12345678910
  1. <?php
  2. return array(
  3. 'agent_name'=>'代理名',
  4. 'order_id'=>'订单号',
  5. 'money_time'=>'结算时间',
  6. 'type'=>'结算方式',
  7. 'money'=>'金额',
  8. 'start_time'=>'投注开始时间',
  9. 'end_time'=>'投注结算时间',
  10. );