diff --git a/plugins/iyuuauth/iyuu_helper.py b/plugins/iyuuauth/iyuu_helper.py index 2d3dcb7..ced901b 100644 --- a/plugins/iyuuauth/iyuu_helper.py +++ b/plugins/iyuuauth/iyuu_helper.py @@ -6,7 +6,7 @@ from app.utils.http import RequestUtils class IyuuHelper(object): _version = "2.0.0" - _api_base = "http://api.bolahg.cn/%s" + _api_base = "http://api.iyuu.cn/%s" _sites = {} _token = None