user_wallet.php 112 B

1234567
  1. <?php
  2. return [
  3. 'User_id' => '会员ID',
  4. 'Company_id' => '商家ID',
  5. 'Money' => '余额'
  6. ];