Commit 3b942002 authored by 冯超鹏's avatar 冯超鹏

测试路径

parent 2a90af7a
Pipeline #157 canceled with stages
......@@ -137,6 +137,8 @@ class UinappHomeController extends Controller
// 发送邮箱验证
public function mails(Request $request)
{
print_r( base_path() . '/tests/textcert/4544322_iot.zhkjgf.com_public.crt');
die();
$isemail = $request->input('email');
$num = str_pad(mt_rand(0, 999999), 6, "0", STR_PAD_BOTH);
if ($isemail != ''){
......
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