浏览代码

短信发送

linwu 3 年之前
父节点
当前提交
174d1e6319
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/Http/Controllers/Web/Content/BuyhouseController.php

+ 3 - 0
app/Http/Controllers/Web/Content/BuyhouseController.php

@@ -467,6 +467,9 @@ class BuyhouseController extends WebBaseController
         $info->status             = 1;
         $info->status             = 1;
 
 
         //审核状态
         //审核状态
+        if ($info->rs_check_status == 1 && $info->type == 2) {
+            SmsTemplate::buyHouseCheck('rs');
+        }
         if ($info->rs_check_status == 3) {
         if ($info->rs_check_status == 3) {
             $info->rs_check_status = 1;
             $info->rs_check_status = 1;
             if ($info->type == 2) {
             if ($info->type == 2) {