withdraws.php 911 B

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Apply_sn' => '申请编号',
  5. 'User_id' => '用户ID',
  6. 'Account_log_id' => '余额日志ID',
  7. 'Amount' => '提现金额',
  8. 'Remark' => '备注',
  9. 'Type' => '转账类型',
  10. 'Type 0' => '默认',
  11. 'Type 1' => '微信',
  12. 'Type 2' => '支付宝',
  13. 'Type 3' => '线下转款',
  14. 'Status' => '审核状态',
  15. 'Status 0' => '无',
  16. 'Set status to 0'=> '设为无',
  17. 'Status 1' => '审核中',
  18. 'Set status to 1'=> '设为审核中',
  19. 'Status 2' => '审核通过',
  20. 'Set status to 2'=> '设为审核通过',
  21. 'Status 3' => '审核驳回',
  22. 'Set status to 3'=> '设为审核驳回',
  23. 'Result_status' => '转账结果',
  24. 'Createtime' => '添加时间',
  25. 'Updatetime' => '更新时间'
  26. ];