wallet.php 806 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * 钱包类型数组
  4. */
  5. return [
  6. 'logtype' => [
  7. 1 => '系统调节',//gold + -
  8. 10 => '金币充值',//gold +
  9. 11 => '视频通话',//-
  10. 12 => '语音通话',//-
  11. 13 => '聊天',//-
  12. 14 => '聊天赠送礼物',//gold -
  13. /////////////////////////////////////
  14. 21 => '视频通话',//jewel+
  15. 22 => '语音通话',//jewel+
  16. 23 => '聊天',//jewel+
  17. 25 => '聊天获得礼物',//jewel +
  18. 30 => '提现', //jewel-
  19. 31 => '提现拒绝返回', //jewel+
  20. 32 => '完成个人任务',//jewel +
  21. 33 => '签到奖励',//jewel +
  22. 41 => '邀请充值收益',//jewel +
  23. ],
  24. 'moneyname' => [
  25. 'gold' => '充值账户',
  26. 'jewel' => '收入账户',
  27. ],
  28. ];