正在显示
1 个修改的文件
包含
1 行增加
和
15 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论