From dc3f845085c08a8be91a12d28ec1000c87e7c97b Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Tue, 9 Sep 2025 15:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=9F=AD=E4=BF=A1=E9=80=9A?= =?UTF-8?q?=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/admin/controllers/auto/Sms.php | 8 ++++---- agent/admin/controllers/pingan/Login.php | 8 ++++---- common/libraries/entity/AutoProductEntity.php | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/agent/admin/controllers/auto/Sms.php b/agent/admin/controllers/auto/Sms.php index ab296341..cec20130 100644 --- a/agent/admin/controllers/auto/Sms.php +++ b/agent/admin/controllers/auto/Sms.php @@ -39,11 +39,11 @@ class Sms extends BaseController if (!$redis->get($cacheKey)) { $this->load->helper('string'); $code = random_string('numeric', 4); - $content = "【" . HDY_SMS_SIGN . "】" . "您的验证码为:{$code},请勿泄露于他人!"; - b2m_send_sms($mobile, $content); +// $content = "【" . HDY_SMS_SIGN . "】" . "您的验证码为:{$code},请勿泄露于他人!"; +// b2m_send_sms($mobile, $content); //签名还未审核通过 -// $content = "您的验证码为:{$code},请勿泄露于他人!"; -// ems_sms($mobile, $content); + $content = "您的验证码为:{$code},请勿泄露于他人!"; + ems_sms($mobile, $content); $redis->save($cacheKey, $code, 600); } $this->return_response([], '发送成功'); diff --git a/agent/admin/controllers/pingan/Login.php b/agent/admin/controllers/pingan/Login.php index d3a64f4d..955f900a 100644 --- a/agent/admin/controllers/pingan/Login.php +++ b/agent/admin/controllers/pingan/Login.php @@ -120,11 +120,11 @@ class Login extends BaseController $code = $redis->get($cacheKey); if (!$code) { $code = rand(100000, 999999); - $content = "【" . HDY_SMS_SIGN . "】" . "您的验证码为:{$code},请勿泄露于他人!"; - b2m_send_sms($phone, $content); +// $content = "【" . HDY_SMS_SIGN . "】" . "您的验证码为:{$code},请勿泄露于他人!"; +// b2m_send_sms($phone, $content); //签名还未审核通过 -// $content = "您的验证码为:{$code},请勿泄露于他人!"; -// ems_sms($phone, $content); + $content = "您的验证码为:{$code},请勿泄露于他人!"; + ems_sms($phone, $content); $redis->save($cacheKey, $code, 5 * 60); } $this->return_response('短信验证码发送成功, 请注意查收!'); diff --git a/common/libraries/entity/AutoProductEntity.php b/common/libraries/entity/AutoProductEntity.php index d2c016f8..d4ba4d70 100644 --- a/common/libraries/entity/AutoProductEntity.php +++ b/common/libraries/entity/AutoProductEntity.php @@ -192,11 +192,11 @@ class AutoProductEntity 'timeStart' => date('Y-m-d', strtotime($row->timeStart)), 'timeEnd' => date('Y-m-d', strtotime($row->timeEnd)), 'activityProcess' => '

-

在线领券

用户在好车补平台查找选择意向品牌及车型,在车型详情页面领取对应的购车补贴券


-

到店购车

前往补贴券适用的门店进行选车、购车,并取得相应的购车资料

+

在线领券

用户在好车补平台查找选择意向品牌及车型,在车型详情页面领取对应的购车补贴券


+

到店购车

前往补贴券适用的门店进行选车、购车,并取得相应的购车资料

* 特别注意:购车补贴券为好车补平台独立发放的购车补贴,与车辆的实际销售价无关,平台不为经销商门店的销售行为负责


-

上传资料

* 购车合同(若购车时为线上下单,无法提供购车合同,可提供线上订单截图)

* 机动车销售统一发票


-

获取补贴

资料审核通过后,按照要求绑定银行卡信息,平台将在一个工作日内完成补贴发放

', +

上传资料

* 购车合同(若购车时为线上下单,无法提供购车合同,可提供线上订单截图)

* 机动车销售统一发票


+

获取补贴

资料审核通过后,按照要求绑定银行卡信息,平台将在一个工作日内完成补贴发放

', 'checkStandard' => '购车合同/线上订单截图

1.须真实有效、字迹清晰、内容完整、加盖有效印鉴、不得人为故意遮挡或涂改

2.合同/订单截图的签约时间须符合活动规定的有效时间,签约手机号须与领券手机号一致

3.合同/订单截图中购买的品牌车型须与购车券对应的品牌车型一致