This commit is contained in:
小鱼开发
2024-06-26 15:52:38 +08:00
parent 3f699dde1c
commit bc3e4803db
-3
View File
@@ -47,9 +47,6 @@ class Yx extends Wxapp
}
$biz = $this->biz_model->get(array('id' => $row['biz_id']));
$areaCode = $this->areaCodes[$biz['province_id']];
if($areaCode == '0731'){
$areaCode = '010';
}
$redis = &load_cache('redis');
$cache_key = "XZ_LICHEB_MOBILEA_{$user_mobile}_MOBILEB_{$customer_mobile}_{$admin_id}";