贾胜凯

This commit is contained in:
jiask 2025-12-26 10:55:27 +08:00
parent 30e9871d7a
commit 785ec2a3cd
2 changed files with 12 additions and 0 deletions

View File

@ -448,3 +448,15 @@ export function getFeedbackListPageApi(data) {
params:data
})
}
// 接口-列表
export function getImpFunctionListPageApi(data) {
return request({
url: '/certificate/certificate_system/impFunctionlist/list',
method: 'get',
headers: {
//"merchant-id":"378915229716713472",
},
params:data
})
}