Browse Source

短信空模板

Cherry 2 years ago
parent
commit
3db1c45aa5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/admin/controller/Cannelorder.php

+ 2 - 2
application/admin/controller/Cannelorder.php

@@ -181,8 +181,8 @@ class Cannelorder extends Backend
                 $sms_model = new Chuyutimedtask();
                 $user_model = new User();
                 $c_user_info = $user_model->field('id,mobile')->where('id',$c_user_id)->find();
-                $TemplateParam = json_encode([]);
-                $sms_model->SmsTemplate('SMS_263560039',$c_user_info->mobile,$TemplateParam);
+                //$TemplateParam = json_encode('');
+                $sms_model->SmsTemplate('SMS_263560039',$c_user_info->mobile,'');
 
                 Db::commit();
                 $this->success("成功", null, ['id' => $ids]);