Kirin 4 سال پیش
والد
کامیت
39dffda905
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      route/api/route.php

+ 1 - 0
route/api/route.php

@@ -32,6 +32,7 @@ Route::any('wechat/serve', 'wechat.WechatController/serve');//公众号服务
 Route::any('wechat/notify', 'wechat.WechatController/notify');//公众号支付回调
 Route::any('routine/notify', 'wechat.AuthController/notify');//小程序支付回调
 Route::any('alipay/notify', 'AliPayController/notify');//小程序支付回调
+Route::any('test', 'PublicController/test');//小程序支付回调
 
 //管理员订单操作类
 Route::group(function () {