From 566edaa9a6efcc5d79d1e0e32b85f774593b955f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Thu, 20 Jun 2024 13:37:25 +0800 Subject: [PATCH] yxcall --- api/controllers/wxapp/licheb/Yx.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/controllers/wxapp/licheb/Yx.php b/api/controllers/wxapp/licheb/Yx.php index 0d552a19..b56cf4ab 100644 --- a/api/controllers/wxapp/licheb/Yx.php +++ b/api/controllers/wxapp/licheb/Yx.php @@ -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}";