Commit 019d680b authored by dingyoujian's avatar dingyoujian

接口

parent 9934e2a8
...@@ -87,3 +87,17 @@ export function doQueryScgw(query) { ...@@ -87,3 +87,17 @@ export function doQueryScgw(query) {
data: query||{} data: query||{}
}) })
} }
/**
* 生成风险排查任务
* in:id
*/
export function doAutoGen(query) {
return request({
url: '/aqgl/fxyk/fxbz/genFxpc',
method: 'post',
data: query||{}
})
}
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