更新
This commit is contained in:
@@ -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 不生效)
|
||||
|
||||
Reference in New Issue
Block a user