redBag.php 590 B

123456789101112131415161718192021222324
  1. <?php
  2. return array(
  3. 'create_time'=>'日期时间',
  4. 'red_type'=>'红包类型',
  5. 'system_user'=>'操作人',
  6. 'input_order'=>'导入单号',
  7. 'input_reason'=>'导入理由 ',
  8. 'input_rule'=>'导入规则',
  9. 'sum_money'=>'总金额',
  10. 'sum_user'=>'人数',
  11. 'suescc_user'=>'成功人数',
  12. 'fail_user'=>'失败人数',
  13. 'success_money'=>'成功金额',
  14. 'redType'=>array(
  15. '1'=>'亏损返回',
  16. '2'=>'晋级彩金',
  17. '3'=>'好运彩金',
  18. ),
  19. 'redoder'=>array(
  20. '1'=>'_b',
  21. '2'=>'_v',
  22. '3'=>'_g',
  23. ),
  24. );