withdrawRule.php 341 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: scstf
  5. * Date: 2018/9/26
  6. * Time: 14:11
  7. */
  8. return [
  9. 'editRule'=>'修改',
  10. 'account_identity'=>'用户账户',
  11. 'start_time'=>'开始时间',
  12. 'end_time'=>'结束时间',
  13. 'bettingMoney'=>'投注流水',
  14. 'chargeMoney'=>'充值金额',
  15. 'needBettingMoney'=>'目标流水',
  16. ];