money.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. return array(
  3. 'id'=>'ID',
  4. 'account_name'=>'account_name',
  5. 'order_id'=>'order_id',
  6. 'apply_time'=>'apply_time',
  7. 'complete_time'=>'complete_time',
  8. 'money'=>'recharge_money',
  9. 'status'=>'status',
  10. 'recharge_type'=>'recharge_type',
  11. 'money_cash'=>'money_cash',
  12. 'system_user'=>'system_user',
  13. 'bank_no'=>'bank_no',
  14. 'bank_user'=>'bank_user',
  15. 'bank_address'=>'bank_address',
  16. 'pass_time'=>'complete_time',
  17. 'cash'=>'money_cash',
  18. 'game_name'=>'game_name',
  19. 'total_money'=>'lose_money',
  20. 'return_water'=>'return_water',
  21. 'processing_time'=>'complete_time',
  22. 'action'=>'action',
  23. 'trade_type'=>'order_type',
  24. 'trade_id'=>'order_id',
  25. 'money_time'=>'complete_time',
  26. 'reason'=>'describ',
  27. 'system_user'=>'system_user',
  28. 'add_money' => 'add_money',
  29. 'takeoff_money' => 'takeoff_money',
  30. 'star_time' => 'star_time',
  31. 'end_time' => 'end_time',
  32. 'apply_startime' => 'apply_startime',
  33. 'apply_endtime' => 'apply_endtime',
  34. 'haddle_startime' => 'haddle_startime',
  35. 'haddle_endtime' => 'haddle_endtime',
  36. 'money_area' => 'money_area',
  37. 'lossmoney_area' => 'lossmoney_area',
  38. 'game' => 'game',
  39. 'gametype' => array(
  40. 'xy28' => 'xy28',
  41. 'jnd28' => 'jnd28',
  42. 'xy28&jnd28' => 'xy28&jnd28'
  43. ),
  44. );