作者 lyh

gx脚本更新路由

@@ -107,19 +107,5 @@ class UpdateKeyword extends Command @@ -107,19 +107,5 @@ class UpdateKeyword extends Command
107 shell_exec('curl -k "'.$url.'"'); 107 shell_exec('curl -k "'.$url.'"');
108 return true; 108 return true;
109 } 109 }
110 -  
111 - /**  
112 - * @remark :更新产品关键词  
113 - * @name :updatedProductKeyword  
114 - * @author :lyh  
115 - * @method :post  
116 - * @time :2024/11/27 14:26  
117 - */  
118 - public function updatedProductKeyword(){  
119 - $productModel = new Product();  
120 - $lists = $productModel->list();  
121 - foreach ($lists as $k => $v){  
122 -  
123 - }  
124 - } 110 +
125 } 111 }