Commit 8ec1bf36 authored by suhuiguang's avatar suhuiguang

1,增加注释

parent 5cfad075
......@@ -67,6 +67,10 @@ export const exceptionRegionListAction = ()=>{
};
/**
* 区域下点查询
* @param {number} regionId
*/
export const getPointsByRegionIdAction = (regionId) =>{
const url = formatUrl(FscSerUrl.listPointsByRegionIdUrl, { regionId });
return commonGet(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment