作者 lyh

gx

@@ -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 }