1, 'msg' => '请填写链接' ]); } $store_id = $this->store_id ?? 0; $key = Option::get('video_analyze_345', $store_id, 'saas', '')['value']; $this->key = $key; $api = $this->baseApi . $this->url . '?key=' . $this->key . '&url=' . urlencode($url); $key = $this->key; return cloud_get($api); } }