增加网页图标
This commit is contained in:
parent
fa23030843
commit
9b94817998
|
@ -29,6 +29,7 @@ class PromotionController
|
||||||
$invite_code=Random::str_random(7);
|
$invite_code=Random::str_random(7);
|
||||||
$Recommend =new Recommend();
|
$Recommend =new Recommend();
|
||||||
$Recommend->invite_code=$invite_code;
|
$Recommend->invite_code=$invite_code;
|
||||||
|
$Recommend->save();
|
||||||
return ApiResponse::success(200, $invite_code);
|
return ApiResponse::success(200, $invite_code);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<script type="module" crossorigin src="/js/polyfills-e66496bd.js"></script>
|
<script type="module" crossorigin src="/js/polyfills-e66496bd.js"></script>
|
||||||
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<link rel="icon" type="image/svg+xml" href="/makemoney.png"/>
|
<link rel="icon" type="image/svg+xml" href="/makemoney.png"/>
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="" />
|
||||||
|
|
Loading…
Reference in New Issue