Browse Source

完善功能

gorden 9 tháng trước cách đây
mục cha
commit
46414383c2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/admin/controller/sms/SmsController.php

+ 1 - 0
app/admin/controller/sms/SmsController.php

@@ -58,6 +58,7 @@ class SmsController
             ]);
 
         } catch (\Exception $e) {
+            dump($e->getMessage());
             return json_fail("短信发送失败,请稍后重试");
         }