Merge branch 'main' of http://192.168.0.75:3000/skjia/bonus-Certificate-ui
This commit is contained in:
commit
52e7b014bb
Binary file not shown.
|
|
@ -448,3 +448,15 @@ export function getFeedbackListPageApi(data) {
|
||||||
params:data
|
params:data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 接口-列表
|
||||||
|
export function getImpFunctionListPageApi(data) {
|
||||||
|
return request({
|
||||||
|
url: '/certificate/certificate_system/impFunctionlist/list',
|
||||||
|
method: 'get',
|
||||||
|
headers: {
|
||||||
|
//"merchant-id":"378915229716713472",
|
||||||
|
},
|
||||||
|
params:data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue