From 6b311854225c4a7f76c9c1cf93c787ff9d626a08 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 11 Nov 2019 15:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E9=87=91=E5=88=B8?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/controllers/InsurerController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/controllers/InsurerController.php b/frontend/controllers/InsurerController.php index a5977ad..36c43c8 100644 --- a/frontend/controllers/InsurerController.php +++ b/frontend/controllers/InsurerController.php @@ -3564,7 +3564,7 @@ class InsurerController extends BaseController //礼券 if ($gift_info && $gift_info->type_id == 2) { $pinyin_arr = explode(' ', $gift_info->pinyin_name); - $liquan_str = 'ch'; + $liquan_str = 'wf'; //获取礼券拼音首字母 foreach ($pinyin_arr as $first) { $liquan_str .= substr($first, 0, 1);