From bc95187efc506413cf85749fe36fe748cf75fed5 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 17 Aug 2022 18:43:04 +0800
Subject: [PATCH] 重新界定碎念类型入口

---
 src/api/blogLink.js |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/api/blogLink.js b/src/api/blogLink.js
index 37d5136..fec02ee 100644
--- a/src/api/blogLink.js
+++ b/src/api/blogLink.js
@@ -20,3 +20,25 @@
 		params: parameter
 	})
 }
+
+
+/**
+ *添加链接
+ */
+export function addLink(data) {
+	return axios({
+		url: '/outside/blogLink/add',
+		method: 'post',
+		data: data
+	})
+}
+
+/**
+ *获取链接类型
+ */
+export function getLinkType() {
+	return axios({
+		url: '/outside/blogLink/getLinkType',
+		method: 'get',
+	})
+}

--
Gitblit v1.9.1