This commit is contained in:
Hankin 2026-03-17 16:16:28 +08:00
parent 98f2d7170a
commit 74daa28421

View File

@ -361,7 +361,7 @@ class ChatController extends Controller
$imMsg->sendMsg($user_id, 1, $chat_id, $imMsg::MSG_TYPE_VIDEO, json_encode(['url' => 'https://images.health.ufutx.com/202410/15/2024101401.mp4', 'md5' => 'cf8a8dfd196b2b06b52496fd1190be29', 'dur' => 73000, 'ext' => 'mp4', 'w' => 480, 'h' => 360, 'size' => 4934255]), ['ext' => json_encode(['video_thumb_url' => 'https://images.health.ufutx.com/202410/15/2024101402.jpg'])]);
DmaProcessLog::addUserProcessLog($group->order->user_id ?? 0, $group->order->id ?? 0, 1, "send_use_call_video", "转发体脂秤使用教程", auth()->user()->id ?? 0);
} else {
$imMsg->sendMsg($user_id, 1, $chat_id, $imMsg::MSG_TYPE_VIDEO, json_encode(['url' => 'https://images.health.ufutx.com/202410/15/2024101402.mp4', 'md5' => 'cf8a8dfd196b2b06b52496fd1190be29', 'dur' => 73000, 'ext' => 'mp4', 'w' => 480, 'h' => 360, 'size' => 4934255]), ['ext' => json_encode(['video_thumb_url' => 'https://images.health.ufutx.com/202410/15/2024101401.jpg'])]);
$imMsg->sendMsg($user_id, 1, $chat_id, $imMsg::MSG_TYPE_VIDEO, json_encode(['url' => 'https://ufutx-health.oss-cn-hangzhou.aliyuncs.com/health/video/202603/17/e575df8ad14f5e4a367e761152271d5d.mp4', 'md5' => 'cf8a8dfd196b2b06b52496fd1190be29', 'dur' => 73000, 'ext' => 'mp4', 'w' => 480, 'h' => 360, 'size' => 4934255]), ['ext' => json_encode(['video_thumb_url' => 'https://images.health.ufutx.com/202410/15/2024101401.jpg'])]);
DmaProcessLog::addUserProcessLog($group->order->user_id ?? 0, $group->order->id ?? 0, 1, "send_use_band_video", "转发手环使用教程", auth()->user()->id ?? 0);
}
return $this->success('ok');