正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -92,6 +92,6 @@ class UpdateRoute extends Command | @@ -92,6 +92,6 @@ class UpdateRoute extends Command | ||
| 92 | $str = http_build_query($data); | 92 | $str = http_build_query($data); |
| 93 | $url = 'https://www.zrutong.com/api/delHtml/?'.$str; | 93 | $url = 'https://www.zrutong.com/api/delHtml/?'.$str; |
| 94 | curlGet($url); | 94 | curlGet($url); |
| 95 | - return $this->success(); | 95 | + return true; |
| 96 | } | 96 | } |
| 97 | } | 97 | } |
-
请 注册 或 登录 后发表评论