Commit 4b60690d authored by dcy's avatar dcy

客户信用等级日志接口

parent 1aa62a3c
......@@ -163,3 +163,19 @@ export function getBrankByCustomer(data){
data,
})
}
//
export function levelLogPage(params){
return request({
url:'/customer/level-log/page',
method:'get',
params
})
}
//获取信用等级日志列表
export function customerCreditLogPage(params){
return request({
url:'/customer/credit-log/page',
method:'get',
params
})
}
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