You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
516 B

5 years ago
  1. <?php
  2. namespace App\Constants\v3;
  3. use Hyperf\Constants\AbstractConstants;
  4. use Hyperf\Constants\Annotation\Constants;
  5. /**
  6. * @Constants
  7. */
  8. class SmsTemplateCode extends AbstractConstants
  9. {
  10. /**
  11. * @Message("短信验证码")
  12. */
  13. const ALI_VERIFY_CODE = 'SMS_201650612';
  14. /**
  15. * @Message("社区服务点奖励流水")
  16. */
  17. const ALI_COMMUNITY_FINANCIAL = 'SMS_205122825';
  18. /**
  19. * @Message("微信打款失败")
  20. */
  21. const ALI_PAY_FOR_WITHDRAW_FAIL = 'SMS_204751909';
  22. }