config.php 83 B

12345
  1. <?php
  2. return [
  3. 'user_status' => ['1' => '已启用' , '2' => '已停用'],
  4. ];