Ver Fonte

后台短信修改

dyjh há 6 anos atrás
pai
commit
eed0d330f1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Http/Controllers/Admin/Medical/OrderController.php

+ 1 - 1
app/Http/Controllers/Admin/Medical/OrderController.php

xqd
@@ -193,7 +193,7 @@ class OrderController extends Controller
         $verify_code = (string)mt_rand(1000, 9999);
         $key = $this->keySmsCode . $phone;
         Cache::store('file')->put($key, $verify_code, 6000);
-        $msg = '【精准医学】您的检测报告已完成,点击链接浏览下载 http://t19.9026.com/web/Index';
+        $msg = '【精准医学】您的检测报告已完成,点击链接浏览下载 http://t19.9026.com';
 
         $result = $this->sendSms($msg, $phone);
       //  dd($result);