This commit is contained in:
小鱼开发
2024-06-20 13:37:25 +08:00
parent 14d8249372
commit 566edaa9a6
+3
View File
@@ -47,6 +47,9 @@ 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}";