no message

This commit is contained in:
kuaifan
2025-02-22 16:04:05 +08:00
parent f31e88bed1
commit e97806c85b
5 changed files with 55 additions and 33 deletions

View File

@@ -166,7 +166,7 @@ class Extranet
$extra['CURLOPT_PROXY'] = $agency;
$extra['CURLOPT_PROXYTYPE'] = str_contains($agency, 'socks') ? CURLPROXY_SOCKS5 : CURLPROXY_HTTP;
}
$res = Ihttp::ihttp_request($baseUrl . '/api/tags', [], $extra, 15);
$res = Ihttp::ihttp_request(rtrim($baseUrl, '/') . '/api/tags', [], $extra, 15);
if (Base::isError($res)) {
return Base::retError("获取失败", $res);
}