mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-23 17:30:33 +00:00
no message
This commit is contained in:
parent
25298ac69e
commit
e2718a39a0
@ -1356,7 +1356,6 @@ class DialogController extends AbstractController
|
|||||||
* @apiGroup dialog
|
* @apiGroup dialog
|
||||||
* @apiName msg__convertrecord
|
* @apiName msg__convertrecord
|
||||||
*
|
*
|
||||||
* @apiParam {Number} dialog_id 对话ID
|
|
||||||
* @apiParam {String} base64 语音base64
|
* @apiParam {String} base64 语音base64
|
||||||
* @apiParam {Number} duration 语音时长(毫秒)
|
* @apiParam {Number} duration 语音时长(毫秒)
|
||||||
*
|
*
|
||||||
@ -1369,11 +1368,7 @@ class DialogController extends AbstractController
|
|||||||
$user = User::auth();
|
$user = User::auth();
|
||||||
$user->checkChatInformation();
|
$user->checkChatInformation();
|
||||||
//
|
//
|
||||||
$dialog_id = intval(Request::input('dialog_id'));
|
$path = "uploads/tmp/chat/" . date("Ym") . "/" . $user->userid . "/";
|
||||||
//
|
|
||||||
WebSocketDialog::checkDialog($dialog_id);
|
|
||||||
//
|
|
||||||
$path = "uploads/tmp/chat/" . date("Ym") . "/" . $dialog_id . "/";
|
|
||||||
$base64 = Request::input('base64');
|
$base64 = Request::input('base64');
|
||||||
$duration = intval(Request::input('duration'));
|
$duration = intval(Request::input('duration'));
|
||||||
if ($duration < 600) {
|
if ($duration < 600) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user