VerificationCode.php 217 B

123456789101112131415161718
  1. <?php
  2. namespace app\admin\controller;
  3. use support\Request;
  4. class VerificationCode
  5. {
  6. /**
  7. * Notes:获取验证码
  8. * User: yym
  9. * Date: 2022/7/23
  10. */
  11. public function getCode()
  12. {
  13. }
  14. }