user-withdraw.php 418 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'UserWithdraw' => 'UserWithdraw',
  5. 'user-withdraw' => 'UserWithdraw',
  6. ],
  7. 'fields' => [
  8. 'user_id' => '用户',
  9. 'name' => '姓名',
  10. 'type' => '类型 1-微信',
  11. 'account' => '提现账号',
  12. 'price' => '提现金额',
  13. 'desc' => '提现备注',
  14. 'status' => '提现状态',
  15. ],
  16. 'options' => [
  17. ],
  18. ];