Kirin 4 lat temu
rodzic
commit
39dffda905
1 zmienionych plików z 1 dodań i 0 usunięć
  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 () {