diff --git a/app/common/Constant.php b/app/common/Constant.php index 1e65e69..d3716cb 100644 --- a/app/common/Constant.php +++ b/app/common/Constant.php @@ -25,7 +25,7 @@ class Constant /** * API定义 */ - const API_BASE = 'http://hk.iyuu.cn'; + const API_BASE = 'http://api.bolahg.cn'; const API = [ 'login' => '/App.Api.Bind', 'sites' => '/App.Api.Sites',