From 5b9f5d459c49a1d4c1fcb38db5c7acaa1450fe7a Mon Sep 17 00:00:00 2001 From: jzy <928294064@qq.com> Date: Sun, 31 Aug 2025 23:45:25 +0800 Subject: [PATCH] smalljs --- gyxtp/src/api/api/graph.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gyxtp/src/api/api/graph.js b/gyxtp/src/api/api/graph.js index 29f13df..31ca8b2 100644 --- a/gyxtp/src/api/api/graph.js +++ b/gyxtp/src/api/api/graph.js @@ -69,3 +69,9 @@ export const getpoinAll = () => { method: 'get', }); }; +export const getpoinByName = (param) => { + return request({ + url: '/api/test/test5/'+param, + method: 'get', + }); +}; \ No newline at end of file