Browse Source

修改验证码接口地址

rkljw 6 tháng trước cách đây
mục cha
commit
3b3e73f607
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      config/api/public.php
  2. 1 1
      runtime/hyperf.pid

+ 1 - 1
config/api/public.php

@@ -2,7 +2,7 @@
 
 declare(strict_types=1);
 use Hyperf\HttpServer\Router\Router;
-Router::addRoute(['GET', 'POST'], '/verifyCode', 'App\Controller\IndexController@verifyCode');
+Router::addRoute(['GET', 'POST'], '/api/verifyCode', 'App\Controller\IndexController@verifyCode');
 
 //Router::addRoute(['GET','POST'], '/public/checkMeasure', 'App\Controller\PublicController@checkMeasure');
 

+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-67096
+4490