瀏覽代碼

短信空模板

Cherry 2 年之前
父節點
當前提交
3db1c45aa5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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]);