withdraw.php 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'User_id' => '提现用户id',
  5. 'Name' => '用户名',
  6. 'Mobile' => '手机号',
  7. 'Type' => '金额来源',
  8. 'Type 0' => '服务者平台余额提现',
  9. 'Type 1' => '服务者商户余额提现',
  10. 'Type 2' => '商户平台余额提现',
  11. 'Type 3' => '服务者保证金提现',
  12. 'Type 4' => '商户保证金提现',
  13. 'Shop_id' => '商户id',
  14. 'Withdrawtype' => '提现方式',
  15. 'Withdrawtype 0' => '支付宝',
  16. 'Withdrawtype 1' => '银行卡',
  17. 'Withdraw_info' => '提现信息',
  18. 'Num' => '提现金额',
  19. 'Images' => '打款证明',
  20. 'State' => '提现状态',
  21. 'State -1' => '已拒绝',
  22. 'State 0' => '待审核',
  23. 'State 1' => '已审核',
  24. 'State 2' => '已转账',
  25. 'Note' => '拒绝原因',
  26. 'Createtime' => '创建时间',
  27. 'Updatetime' => '更新时间'
  28. ];