Commit b288861f authored by 邓春圆's avatar 邓春圆

新客户变老客户

parent 0b80fa85
......@@ -159,3 +159,11 @@ export function importTemplate() {
responseType: 'blob'
})
}
//新客户变老客户
export function customerUpdateCustomerToOld(data){
return request({
url:'/ecw/customer/update-customer-to-old',
method:'put',
params:data
})
}
This diff is collapsed.
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