Browse Source

更新地址包网址

齐博 1 year ago
parent
commit
3a7dec4420
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/area/admin/City.php

+ 1 - 1
plugins/area/admin/City.php

@@ -105,7 +105,7 @@ class City extends AdminBase
 	    return $form::fetchs();
 	}
 	public function readcity(){
-		$sql = @file_get_contents('https://gitee.com/qibo168/codes/mgop2ze0ayn9t6x8klhfv27/raw?blob_name=0.sql');
+		$sql = @file_get_contents('https://gitcode.net/weixin_42291350/city/-/raw/master/city.sql');
 		if (strlen($sql)>15) {
 			$result=into_sql($sql,true,0);
 			 if($result){