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