|
...
|
...
|
@@ -209,7 +209,6 @@ class KeywordVideoController extends BaseController |
|
|
|
*/
|
|
|
|
public function get_template(){
|
|
|
|
$data = Cache::get('template_data');
|
|
|
|
$data = null;
|
|
|
|
if(empty($data)){
|
|
|
|
$url = 'http://216.250.255.116:7866/get_template';
|
|
|
|
$header = [
|
...
|
...
|
|