From bed0e0512084be2b3219d8245664940ebee636ed Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 17 Jul 2020 09:10:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.php b/config/routes.php index d607790..e84d2da 100644 --- a/config/routes.php +++ b/config/routes.php @@ -15,7 +15,7 @@ use Hyperf\HttpServer\Router\Router; Router::addGroup('/v1/',function (){ - Router::post('CouponUser/getSystemCouponUserListst', 'App\Controller\CouponController@getSystemCouponUserList'); + Router::post('CouponUser/getSystemCouponUserList', 'App\Controller\CouponController@getSystemCouponUserList'); Router::post('CouponUser/userCouponAccount', 'App\Controller\CouponController@userCouponAccount'); Router::post('CouponUserReceive/getUserReceiveCouponList', 'App\Controller\CouponController@getUserReceiveCouponList'); }); \ No newline at end of file