| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?php
- return array(
- 'id'=>'ID',
- 'account_name'=>'account_name',
- 'order_id'=>'order_id',
- 'apply_time'=>'apply_time',
- 'complete_time'=>'complete_time',
- 'money'=>'recharge_money',
- 'status'=>'status',
- 'recharge_type'=>'recharge_type',
- 'money_cash'=>'money_cash',
- 'system_user'=>'system_user',
- 'bank_no'=>'bank_no',
- 'bank_user'=>'bank_user',
- 'bank_address'=>'bank_address',
- 'pass_time'=>'complete_time',
- 'cash'=>'money_cash',
- 'game_name'=>'game_name',
- 'total_money'=>'lose_money',
- 'return_water'=>'return_water',
- 'processing_time'=>'complete_time',
- 'action'=>'action',
- 'trade_type'=>'order_type',
- 'trade_id'=>'order_id',
- 'money_time'=>'complete_time',
- 'reason'=>'describ',
- 'system_user'=>'system_user',
- 'add_money' => 'add_money',
- 'takeoff_money' => 'takeoff_money',
- 'star_time' => 'star_time',
- 'end_time' => 'end_time',
- 'apply_startime' => 'apply_startime',
- 'apply_endtime' => 'apply_endtime',
- 'haddle_startime' => 'haddle_startime',
- 'haddle_endtime' => 'haddle_endtime',
- 'money_area' => 'money_area',
- 'lossmoney_area' => 'lossmoney_area',
- 'game' => 'game',
- 'gametype' => array(
- 'xy28' => 'xy28',
- 'jnd28' => 'jnd28',
- 'xy28&jnd28' => 'xy28&jnd28'
- ),
- );
|