email.php 218 B

12345678
  1. <?php
  2. return [
  3. 'User_id' => '用户',
  4. 'Email' => '邮箱',
  5. 'value' => '输入值',
  6. 'Type' => '类型',
  7. ];