This commit is contained in:
Your Name
2026-04-20 09:04:54 +08:00
parent 4097fe0cc6
commit 34ba9222fa
245 changed files with 537 additions and 242 deletions
+2
View File
@@ -38,3 +38,5 @@ Route::post('api/order/alipay-notify', 'app\adminapi\controller\order\AlipayNoti
// 腾讯云 TRTC 云端录制回调(免登录,控制台配置回调 URL;驼峰路径与控制台常见填法一致)
Route::post('api/trtc/recording-notify', 'app\api\controller\TrtcController@recordingNotify');
Route::post('api/trtc/recordingNotify', 'app\api\controller\TrtcController@recordingNotify');
// 企微客户联系回调路由定义在 app/api/route/app.php(多应用下 /api/* 请求只加载该目录,根目录 route/app.php 不生效)