Commit 4a70232e authored by 冯超鹏's avatar 冯超鹏

路径

parent 9fefcad0
Pipeline #153 canceled with stages
...@@ -137,7 +137,7 @@ class UinappHomeController extends Controller ...@@ -137,7 +137,7 @@ class UinappHomeController extends Controller
// 发送邮箱验证 // 发送邮箱验证
public function mails(Request $request) public function mails(Request $request)
{ {
print_r(__DIR__); print_r(base_path());
die(); die();
$isemail = $request->input('email'); $isemail = $request->input('email');
$num = str_pad(mt_rand(0, 999999), 6, "0", STR_PAD_BOTH); $num = str_pad(mt_rand(0, 999999), 6, "0", STR_PAD_BOTH);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment