hrjy 2 years ago
parent
commit
96c817ab00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      route/api/route.php

+ 1 - 1
route/api/route.php

@@ -31,7 +31,7 @@ Route::post('register/reset', 'AuthController/reset')->name('registerReset')
 Route::any('wechat/serve', 'wechat.WechatController/serve');//公众号服务
 Route::any('wechat/serve', 'wechat.WechatController/serve');//公众号服务
 Route::any('wechat/notify', 'wechat.WechatController/notify');//公众号支付回调
 Route::any('wechat/notify', 'wechat.WechatController/notify');//公众号支付回调
 Route::any('routine/notify', 'wechat.AuthController/notify');//小程序支付回调
 Route::any('routine/notify', 'wechat.AuthController/notify');//小程序支付回调
-Route::any('test', 'Public/test');//小程序支付回调
+Route::any('test', 'PublicController/test');//小程序支付回调
 
 
 Route::get('h5Key', 'AuthController/h5Key');//授权登录Key
 Route::get('h5Key', 'AuthController/h5Key');//授权登录Key
 Route::get('h5Token/:key', 'AuthController/h5Token');//授权登录Token
 Route::get('h5Token/:key', 'AuthController/h5Token');//授权登录Token