withdrawal.php 771 B

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'User nickname' => '用户昵称',
  6. 'User avatar' => '用户头像',
  7. 'Amount' => '金额',
  8. 'Type' => '提现方式',
  9. 'Type wechat' => '微信',
  10. 'Type alipay' => '支付宝',
  11. 'Username' => '真实姓名',
  12. 'Account' => '提现账号',
  13. 'Status' => '状态',
  14. 'Status review' => '审核中',
  15. 'Set to success' => '设为通过',
  16. 'Set to reject' => '设为驳回',
  17. 'Status success' => '通过',
  18. 'Status reject' => '已驳回',
  19. 'Reason' => '驳回原因',
  20. 'Create_time' => '申请时间',
  21. 'Update_time' => '审核时间',
  22. 'Delete_time' => '删除时间'
  23. ];