hrjy 3 年之前
父节点
当前提交
96c817ab00
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/notify', 'wechat.WechatController/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('h5Token/:key', 'AuthController/h5Token');//授权登录Token