From 6d30da48039b354feb3b1fa76c18707696817b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Mon, 17 Nov 2025 17:29:19 +0800 Subject: [PATCH] 1 --- api/controllers/wxapp/app/City.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/app/City.php b/api/controllers/wxapp/app/City.php index 7e257499..d6c35f1d 100644 --- a/api/controllers/wxapp/app/City.php +++ b/api/controllers/wxapp/app/City.php @@ -11,7 +11,7 @@ require_once APPPATH . 'controllers/wxapp/Wxapp.php'; class City extends Wxapp { - private $province_lists = [350000, 430000, 520000, 460000]; //开放省份 + private $province_lists = [350000, 430000, 520000, 460000, 440000]; //开放省份 function __construct($inputs, $app_key) {