新增功能

This commit is contained in:
Your Name
2026-04-01 09:46:25 +08:00
parent 099bc1dd22
commit a780356908
332 changed files with 7845 additions and 866 deletions
+2 -1
View File
@@ -35,5 +35,6 @@ Route::rule('crontab', function () {
Route::post('api/order/wechat-notify', 'app\adminapi\controller\order\WechatNotifyController@notify');
Route::post('api/order/alipay-notify', 'app\adminapi\controller\order\AlipayNotifyController@notify');
// 腾讯云 TRTC 云端录制回调(免登录,控制台配置回调 URL)
// 腾讯云 TRTC 云端录制回调(免登录,控制台配置回调 URL;驼峰路径与控制台常见填法一致
Route::post('api/trtc/recording-notify', 'app\api\controller\TrtcController@recordingNotify');
Route::post('api/trtc/recordingNotify', 'app\api\controller\TrtcController@recordingNotify');