userwallet.php 97 B

1234567
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Money' => '余额'
  6. ];