send_type = $post['send_type']; $model->send_time = $sendTime; $model->message = $post['message']; $model->media_type = $post['media_type']; $model->account_ids = implode(',',$post['account_ids']); $model->image_video_url = $imageVideoUrl; $model->status = 0; $model->save(); return $model->id; } }