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