回滚补丁
Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
parent
efc05e0c5a
commit
7bf090d6e6
|
@ -386,8 +386,7 @@ public function apiCustomBlogCheck(HttpRequest $request): JsonResponse
|
|||
/**
|
||||
* 站长认证邮件发送模板
|
||||
*
|
||||
* @param array $data
|
||||
* @return void
|
||||
* @return void 发送链接,不做返回内容
|
||||
*/
|
||||
private function apiCustomBlogCheckSendEmail(): void
|
||||
{
|
||||
|
|
|
@ -46,5 +46,6 @@
|
|||
Route::post('add',[Link::class,'apiCustomAdd'])->name('api.link.custom.add');
|
||||
Route::get('search',[Link::class, 'apiCustomSearch'])->name('api.link.custom.search');
|
||||
Route::post('blogCheck',[Link::class,'apiCustomBlogCheck'])->name('api.link.custom.blogCheck');
|
||||
Route::post('blogVerify',[Link::class,'apiCustomBlogVerify'])->name('api.link.custom.blogVerify');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user