sms.php 369 B

123456789
  1. <?php
  2. return [
  3. 'SMS sent frequently' => '短信发送频繁',
  4. 'The phone number already exists' => '手机号已经存在',
  5. 'The phone number note exists' => '手机号不存在',
  6. 'The captcha code not correct' => '验证码不正确',
  7. 'Send failed, please try again later' => '发送失败,请稍后重试',
  8. ];