sms.php 205 B

12345678
  1. <?php
  2. return [
  3. '手机号不正确' => 'Mobile phone number is incorrect',
  4. '发送频繁' => 'Send frequently',
  5. '发送成功' => 'Sent successfully',
  6. '发送失败' => 'Fail in send',
  7. ];