takecash.php 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Wallet_id' => '提现金额ID',
  6. 'Number' => '提现金额',
  7. 'Money' => '可得金额',
  8. 'Alipay_account' => '支付宝账号',
  9. 'Status' => '状态',
  10. 'Status 0' => '待审核',
  11. 'Status 1' => '审核通过',
  12. 'Status 2' => '审核驳回',
  13. 'Createtime' => '创建时间',
  14. 'Updatetime' => '更新时间',
  15. 'Audittime' => '审核时间',
  16. 'Auditremark' => '审核备注',
  17. 'Type' => '账户类型',
  18. 'Type 1' => '支付宝',
  19. 'Type 2' => '银行卡',
  20. 'Intro_uid' => '推荐人UID',
  21. 'Intro_money' => '推荐人可得金额',
  22. 'User.nickname' => '用户昵称',
  23. 'User.mobile' => '用户手机号',
  24. 'Withdrawalconfig.money' => '显示金额',
  25. 'Userto.nickname' => '推荐人昵称',
  26. 'Userto.mobile' => '推荐人手机号',
  27. 'Realname' => '账户真实姓名'
  28. ];