This commit is contained in:
小鱼开发
2024-08-29 10:14:08 +08:00
parent cf5dd6d79e
commit 30e554a5a2
+1 -1
View File
@@ -45,7 +45,7 @@ class Sign extends Wxapp
"(province_id={$area['province_id']} or province_id=0)" => null
];
$item_row = $this->item_model->get($where);
$time_out = 30;
$time_out = 3000;
$item = [];
if ($item_row) {
$item['title'] = $item_row['title'];